Accueil

Load Time 6036 ms
Querying Time 3632 ms
Queries 5345
Memory Peak Usage 94.0 Mb
Included Files 1203 files - 13.59 Mb
PrestaShop Cache - Mb
Global vars 0.44 Mb
PrestaShop Version 8.2.1
PHP Version 8.1.32
MySQL Version 10.11.11-MariaDB-0ubuntu0.24.04.2
Memory Limit 4096M
Max Execution Time 600s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 3.180 ms 3.180 ms 3.21 Mb 3.6 Mb
__construct 0.027 ms 3.207 ms - Mb 3.6 Mb
init 45.890 ms 49.097 ms 0.89 Mb 4.4 Mb
checkAccess 0.004 ms 49.101 ms - Mb 4.4 Mb
setMedia 17.904 ms 67.005 ms 0.61 Mb 4.7 Mb
postProcess 0.003 ms 67.008 ms - Mb 4.7 Mb
initHeader 0.002 ms 67.010 ms - Mb 4.7 Mb
initContent 4233 ms 4300 ms 62.05 Mb 66.8 Mb
initFooter 0.004 ms 4300 ms - Mb 66.8 Mb
display 1736 ms 6036 ms 22.99 Mb 94.0 Mb
Hook Time Memory Usage
displayMainMenu 132.145 ms 5.69 Mb
displayLeftColumn 17.563 ms 0.74 Mb
ActionFrontControllerSetMedia 8.848 ms 0.19 Mb
displayFooter 6.936 ms 0.38 Mb
displayNav2 5.196 ms 0.19 Mb
Footer 4.452 ms 0.18 Mb
displayNav1 3.124 ms 0.08 Mb
DisplayBeforeBodyClosingTag 2.333 ms 0.05 Mb
DisplayHeader 2.269 ms 0.09 Mb
renderWidget 1.431 ms 0.05 Mb
DisplayGDPRConsent 1.420 ms 0.08 Mb
IsJustElementor 0.624 ms 0.02 Mb
DisplayLeftColumn 0.356 ms 0.02 Mb
ProductSearchProvider 0.294 ms - Mb
Header 0.102 ms - Mb
OverrideLayoutTemplate 0.081 ms - Mb
ActionProductSearchAfter 0.032 ms - Mb
displayVerticalMenu 0.017 ms - Mb
ActionDispatcher 0.016 ms - Mb
DisplayFooterBefore 0.014 ms - Mb
Top 0.013 ms - Mb
DisplayNavFullWidth 0.013 ms - Mb
DisplayFooterAfter 0.012 ms - Mb
DisplayAfterBodyOpeningTag 0.011 ms - Mb
ModuleRoutes 0.010 ms - Mb
25 hook(s) 187.312 ms 7.76 Mb
Module Time Memory Usage
ps_checkout 13.406 ms 0.22 Mb
iqitthemeeditor 1.795 ms 0.18 Mb
ps_emailsubscription 3.713 ms 0.25 Mb
blockreassurance 0.314 ms 0.02 Mb
nkmgls 5.285 ms 0.30 Mb
paybox 2.492 ms 0.08 Mb
ps_emailalerts 0.272 ms 0.01 Mb
ps_accounts 0.442 ms - Mb
revsliderprestashop 1.879 ms 0.05 Mb
productcomments 0.217 ms 0.01 Mb
ps_shoppingcart 0.106 ms 0.01 Mb
iqitcontactpage 2.653 ms 0.07 Mb
iqitsociallogin 0.190 ms 0.01 Mb
iqitmegamenu 132.479 ms 5.71 Mb
iqitelementor 1.136 ms 0.03 Mb
iqitfreedeliverycount 0.244 ms 0.01 Mb
sendinblue 0.908 ms 0.04 Mb
colissimo_simplicite 2.148 ms 0.09 Mb
lgcookieslaw 4.897 ms 0.19 Mb
ps_facetedsearch 1.147 ms 0.08 Mb
iqithtmlandbanners 4.053 ms 0.16 Mb
ps_languageselector 1.206 ms 0.05 Mb
ps_currencyselector 4.360 ms 0.15 Mb
iqitsearch 1.858 ms - Mb
ps_customersignin 0.159 ms 0.01 Mb
ps_categorytree 17.725 ms 0.75 Mb
iqitlinksmanager 1.648 ms 0.08 Mb
psgdpr 1.923 ms 0.18 Mb
statsdata 2.484 ms 0.05 Mb
29 module(s) 211.138 ms 8.75 Mb

Stopwatch SQL - 5345 queries

# Query Time (ms) Rows Filesort Group By Location
89
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 hgt78_product p LEFT JOIN hgt78_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN hgt78_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN hgt78_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 hgt78_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN hgt78_category_product cp ON (p.id_product = cp.id_product) INNER JOIN hgt78_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN hgt78_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN hgt78_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 cp.id_category IN (34, 39, 35) AND p.id_manufacturer='2' GROUP BY p.id_product) p INNER JOIN hgt78_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
252.895 ms 35424 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
91
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-01 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM hgt78_product p
LEFT JOIN hgt78_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN hgt78_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN hgt78_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5660,5659,3519,3518,3516,3505,3504,2763,2762,2761,2760,2759,2758,2595,3019,2475,2596,2502,2594,2504,2419,3551,2808,3552,2889,3623,2890,3624,3625,3626,3627,2918,2944,3629,3630,3196,3197,3420,3198,3199,3200,3108,3234,3235,3227,3236,3228,3229,3230,3231,3232,3233,3520,3873,3875,3942,3943,3878,3944,3945,3881,3946,3882,3947,3949,3950,3867,3951,3952,3853,3847,3848,3849,3850,3851,3913,3015,2441,3985,2442,3986,3987,3988,3989,3990,2702,3992,2730,3993,2440,3994,3995,3996,3997,2434,3998,3999,2432,4000,4001,2400,4002,2438,4003,2399,4004,2737,4005,3014,2398,4016,4017,2403,4018,2846,4019,2817,2816,4021,2815,4022,2814,4029,2813,4030,2812,4032,2785,4033,4034,4035,3550,4036,3560,3563,2946,4236,4238,2914,4239,4241,2420,3332,4413,2731,4490,4491,2894,4492,2895,4506,2896,4507,4508,3852,3854,4540,4541,3856,3859,4580,3860,3861,4582,3863,4583,3864,3874,4698,3890,4699,2950,4700,3891,4701,3892,4702,3893,4703,3894,4704,4718,4989,5076,5077,5080,5102,3909,5103,3910,5104,3911,5164,5165,5166,5167,5336,3919,5337,5638,3922,5639,3923,4488,3924,4489,3927,3978,3979,3930,3980,3981,3982,3983,3984,3940,3956,3957,2930,3974,4007,4027,5084,5083,5085,4041,5101,5328,5352,4093,5640,5641,5642,6018,6023,6024,4246,6025,4247,6105,4252,6134,4253,6135,4295,8429,4296,8946,8947,8948,4332,8969,4333,8970,4334,9264,4335,9721,9723,4709,9742,4951,9743,9744,4946,9745,4945,9746,9747,5108,9749,5109,9751,5116,9752,5262,9767,9768,5323,9769,5514,9771,5515,9772,5516,9773,5623,9774,5896,9788,6076,9789,6077,9790,6078,9791,6131,9792,6132,9794,6133,9819,6199,9820,6200,9821,9830,7753,9842,9843,9844,9845,9846,9847,7760,9848,9849,9850,9851,9852,7767,10738,8414,8415,8416,8979,9262,9381,9735,10627,10931,3628)
17.516 ms 332 /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 `hgt78_configuration` c
LEFT JOIN `hgt78_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
17.376 ms 5859 /classes/Configuration.php:180
3235
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5515)
11.501 ms 1 /classes/Product.php:3860
4490
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5642) AND (b.`id_shop` = 1) LIMIT 1
9.172 ms 1 /src/Adapter/EntityMapper.php:71
5323
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
8.580 ms 242 Yes Yes /classes/Category.php:799
4124
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4016) AND (b.`id_shop` = 1) LIMIT 1
7.755 ms 1 /src/Adapter/EntityMapper.php:71
4262
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4540) AND (b.`id_shop` = 1) LIMIT 1
7.223 ms 1 /src/Adapter/EntityMapper.php:71
4101
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2438
ORDER BY `position`
6.752 ms 1 Yes /classes/Product.php:3545
22
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_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
6.145 ms 1 /src/Adapter/EntityMapper.php:71
4707
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6200
ORDER BY `position`
5.868 ms 1 Yes /classes/Product.php:3545
4119
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3014
ORDER BY `position`
5.807 ms 1 Yes /classes/Product.php:3545
2909
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4333
ORDER BY f.position ASC
5.604 ms 5 Yes /classes/Product.php:6021
1571
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3550)
5.512 ms 1 /classes/Product.php:3860
3257
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5516)
5.378 ms 1 /classes/Product.php:3860
4660
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5896
5.174 ms 1 /classes/Product.php:2902
4127
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4017) AND (b.`id_shop` = 1) LIMIT 1
5.172 ms 1 /src/Adapter/EntityMapper.php:71
4686
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9792
ORDER BY `position`
5.117 ms 1 Yes /classes/Product.php:3545
4340
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4989) AND (b.`id_shop` = 1) LIMIT 1
5.011 ms 1 /src/Adapter/EntityMapper.php:71
4116
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4005
ORDER BY `position`
5.005 ms 1 Yes /classes/Product.php:3545
7
SELECT SQL_NO_CACHE *
FROM `hgt78_country` a
LEFT JOIN `hgt78_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `hgt78_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
4.975 ms 1 /src/Adapter/EntityMapper.php:71
105
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `hgt78_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `hgt78_hook_alias` ha
INNER JOIN `hgt78_hook` h ON ha.name = h.name
4.962 ms 0 /classes/Hook.php:1348
4123
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2398
4.860 ms 1 /classes/Product.php:2902
500
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3630
ORDER BY f.position ASC
4.820 ms 5 Yes /classes/Product.php:6021
4704
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9820
ORDER BY `position`
4.799 ms 1 Yes /classes/Product.php:3545
2760
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6105 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
4.747 ms 10 Yes /classes/SpecificPrice.php:576
827
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3949)
4.705 ms 1 /classes/Product.php:3860
4065
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3994
ORDER BY `position`
4.573 ms 1 Yes /classes/Product.php:3545
5080
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3995) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
4.488 ms 1 Yes Yes /classes/Product.php:4524
4895
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 37 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
4.482 ms 148 Yes Yes /classes/Category.php:799
644
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3229
ORDER BY f.position ASC
4.469 ms 5 Yes /classes/Product.php:6021
2767
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4252
AND image_shop.`cover` = 1 LIMIT 1
4.379 ms 1 /classes/Product.php:3570
4120
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3014
4.368 ms 1 /classes/Product.php:2902
1558
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4035
ORDER BY `id_specific_price_priority` DESC LIMIT 1
4.263 ms 0 /classes/SpecificPrice.php:259
4046
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3990) AND (b.`id_shop` = 1) LIMIT 1
4.262 ms 1 /src/Adapter/EntityMapper.php:71
2253
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5165)
4.173 ms 1 /classes/Product.php:3860
14
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `hgt78_module` m
INNER JOIN hgt78_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 `hgt78_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `hgt78_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `hgt78_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`
4.149 ms 219 Yes Yes /classes/Hook.php:1289
2270
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5167
AND image_shop.`cover` = 1 LIMIT 1
4.071 ms 1 /classes/Product.php:3570
1813
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4508)
4.005 ms 1 /classes/Product.php:3860
1652
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2914 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2914 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.996 ms 0 /classes/Cart.php:1430
2488
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3984) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.995 ms 1 /classes/stock/StockAvailable.php:453
4491
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5642
ORDER BY `position`
3.961 ms 1 Yes /classes/Product.php:3545
4329
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4703
ORDER BY `position`
3.891 ms 1 Yes /classes/Product.php:3545
824
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3949 LIMIT 1
3.862 ms 10 /classes/SpecificPrice.php:435
3382
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9791 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9791 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.855 ms 0 /classes/Cart.php:1430
3237
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5515 AND `id_group` = 1 LIMIT 1
3.854 ms 0 /classes/GroupReduction.php:156
4130
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2403) AND (b.`id_shop` = 1) LIMIT 1
3.762 ms 1 /src/Adapter/EntityMapper.php:71
155
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3516
AND image_shop.`cover` = 1 LIMIT 1
3.666 ms 1 /classes/Product.php:3570
4688
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6132) AND (b.`id_shop` = 1) LIMIT 1
3.630 ms 1 /src/Adapter/EntityMapper.php:71
2486
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3984 AND id_shop=1 LIMIT 1
3.624 ms 1 /classes/Product.php:6876
655
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3230
ORDER BY f.position ASC
3.564 ms 5 Yes /classes/Product.php:6021
2914
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8970 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.561 ms 17 Yes /classes/SpecificPrice.php:576
501
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3196
AND image_shop.`cover` = 1 LIMIT 1
3.521 ms 1 /classes/Product.php:3570
4108
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2399
3.501 ms 1 /classes/Product.php:2902
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `hgt78_hook`
3.486 ms 1185 /classes/Hook.php:1348
3440
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `hgt78_module` m
INNER JOIN hgt78_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 `hgt78_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `hgt78_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `hgt78_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
3.483 ms 219 Yes Yes /classes/Hook.php:1289
151
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.475 ms 1 /classes/stock/StockAvailable.php:453
1582
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4036)
3.410 ms 1 /classes/Product.php:3860
1653
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2914
ORDER BY f.position ASC
3.391 ms 5 Yes /classes/Product.php:6021
1731
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4491
AND image_shop.`cover` = 1 LIMIT 1
3.379 ms 1 /classes/Product.php:3570
4071
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3996
ORDER BY `position`
3.331 ms 1 Yes /classes/Product.php:3545
4734
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9847
ORDER BY `position`
3.330 ms 1 Yes /classes/Product.php:3545
4091
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4001) AND (b.`id_shop` = 1) LIMIT 1
3.300 ms 1 /src/Adapter/EntityMapper.php:71
2485
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3984)
3.296 ms 1 /classes/Product.php:3860
5084
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3998) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3.267 ms 1 Yes Yes /classes/Product.php:4524
2805
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6135)
3.261 ms 1 /classes/Product.php:3860
4331
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3894) AND (b.`id_shop` = 1) LIMIT 1
3.261 ms 1 /src/Adapter/EntityMapper.php:71
3234
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5515 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.260 ms 10 Yes /classes/SpecificPrice.php:576
4996
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2763) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3.257 ms 1 Yes Yes /classes/Product.php:4524
4703
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9820) AND (b.`id_shop` = 1) LIMIT 1
3.236 ms 1 /src/Adapter/EntityMapper.php:71
4328
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4703) AND (b.`id_shop` = 1) LIMIT 1
3.216 ms 1 /src/Adapter/EntityMapper.php:71
5085
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3999) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3.210 ms 1 Yes Yes /classes/Product.php:4524
4277
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3860) AND (b.`id_shop` = 1) LIMIT 1
3.164 ms 1 /src/Adapter/EntityMapper.php:71
1624
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4236
ORDER BY `id_specific_price_priority` DESC LIMIT 1
3.159 ms 0 /classes/SpecificPrice.php:259
4323
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4702
ORDER BY `position`
3.143 ms 1 Yes /classes/Product.php:3545
4722
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9843
ORDER BY `position`
3.137 ms 1 Yes /classes/Product.php:3545
156
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
3.072 ms 1 /classes/Product.php:5659
5204
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3940) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3.065 ms 1 Yes Yes /classes/Product.php:4524
661
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3231)
3.009 ms 1 /classes/Product.php:3860
1443
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2815
ORDER BY f.position ASC
2.998 ms 5 Yes /classes/Product.php:6021
2799
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4253
ORDER BY f.position ASC
2.997 ms 5 Yes /classes/Product.php:6021
2654
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4093) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.993 ms 1 /classes/stock/StockAvailable.php:453
4351
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5080
2.987 ms 1 /classes/Product.php:2902
4819
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 40 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2.987 ms 73 Yes Yes /classes/Category.php:799
4350
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5080
ORDER BY `position`
2.972 ms 1 Yes /classes/Product.php:3545
4076
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2434) AND (b.`id_shop` = 1) LIMIT 1
2.947 ms 1 /src/Adapter/EntityMapper.php:71
4085
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2432) AND (b.`id_shop` = 1) LIMIT 1
2.934 ms 1 /src/Adapter/EntityMapper.php:71
4061
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2440) AND (b.`id_shop` = 1) LIMIT 1
2.916 ms 1 /src/Adapter/EntityMapper.php:71
161
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3516 AND id_shop=1 LIMIT 1
2.893 ms 1 /classes/Product.php:6876
106
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 `hgt78_hook_module` hm
STRAIGHT_JOIN `hgt78_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `hgt78_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.887 ms 721 /classes/Hook.php:459
5115
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4032) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.861 ms 1 Yes Yes /classes/Product.php:4524
4867
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 70 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2.859 ms 11 Yes Yes /classes/Category.php:799
4655
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9774) AND (b.`id_shop` = 1) LIMIT 1
2.858 ms 1 /src/Adapter/EntityMapper.php:71
1647
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2914 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.844 ms 10 Yes /classes/SpecificPrice.php:576
2656
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4093
ORDER BY f.position ASC
2.830 ms 5 Yes /classes/Product.php:6021
4254
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4508
ORDER BY `position`
2.823 ms 1 Yes /classes/Product.php:3545
5224
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6024) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.814 ms 1 Yes Yes /classes/Product.php:4524
4094
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2400) AND (b.`id_shop` = 1) LIMIT 1
2.804 ms 1 /src/Adapter/EntityMapper.php:71
2252
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5165 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.795 ms 10 Yes /classes/SpecificPrice.php:576
4484
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5640) AND (b.`id_shop` = 1) LIMIT 1
2.789 ms 1 /src/Adapter/EntityMapper.php:71
4670
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6077) AND (b.`id_shop` = 1) LIMIT 1
2.789 ms 1 /src/Adapter/EntityMapper.php:71
362
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2808)
2.777 ms 1 /classes/Product.php:3860
4080
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3998
ORDER BY `position`
2.777 ms 1 Yes /classes/Product.php:3545
40
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 `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `hgt78_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
2.776 ms 31 Yes Yes /classes/Category.php:924
5094
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4004) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.771 ms 1 Yes Yes /classes/Product.php:4524
4570
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9723
2.764 ms 1 /classes/Product.php:2902
1631
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4236
ORDER BY f.position ASC
2.748 ms 5 Yes /classes/Product.php:6021
4788
SELECT SQL_NO_CACHE * FROM `hgt78_hook_module_exceptions`
WHERE `id_shop` IN (1)
2.716 ms 1 /classes/module/Module.php:2046
4620
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5262
ORDER BY `position`
2.708 ms 1 Yes /classes/Product.php:3545
2219
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5104 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.688 ms 10 Yes /classes/SpecificPrice.php:576
2661
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5640 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.685 ms 10 Yes /classes/SpecificPrice.php:576
4275
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4580
ORDER BY `position`
2.683 ms 2 Yes /classes/Product.php:3545
498
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3630) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.657 ms 1 /classes/stock/StockAvailable.php:453
2907
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4333) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.654 ms 1 /classes/stock/StockAvailable.php:453
4088
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4000) AND (b.`id_shop` = 1) LIMIT 1
2.641 ms 1 /src/Adapter/EntityMapper.php:71
4081
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3998
2.639 ms 1 /classes/Product.php:2902
5222
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6018) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.614 ms 1 Yes Yes /classes/Product.php:4524
425
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3625 LIMIT 1
2.608 ms 10 /classes/SpecificPrice.php:435
5100
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4017) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.607 ms 1 Yes Yes /classes/Product.php:4524
5055
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3867) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.603 ms 1 Yes Yes /classes/Product.php:4524
1603
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3563 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.596 ms 10 Yes /classes/SpecificPrice.php:576
3141
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5116
ORDER BY f.position ASC
2.591 ms 5 Yes /classes/Product.php:6021
1746
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2894 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.590 ms 10 Yes /classes/SpecificPrice.php:576
2269
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5166
ORDER BY f.position ASC
2.588 ms 5 Yes /classes/Product.php:6021
5092
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4003) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.587 ms 1 Yes Yes /classes/Product.php:4524
4345
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5076
2.581 ms 1 /classes/Product.php:2902
383
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2889 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.578 ms 10 Yes /classes/SpecificPrice.php:576
4750
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9851
2.574 ms 1 /classes/Product.php:2902
4694
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6133) AND (b.`id_shop` = 1) LIMIT 1
2.569 ms 1 /src/Adapter/EntityMapper.php:71
410
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2890 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.566 ms 0 /classes/Cart.php:1430
3616
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9849
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.566 ms 0 /classes/SpecificPrice.php:259
427
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3625 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.561 ms 10 Yes /classes/SpecificPrice.php:576
5109
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4022) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.531 ms 1 Yes Yes /classes/Product.php:4524
4191
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4036
ORDER BY `position`
2.524 ms 1 Yes /classes/Product.php:3545
820
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3947 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3947 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.522 ms 0 /classes/Cart.php:1430
3268
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9773)
2.520 ms 1 /classes/Product.php:3860
4079
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3998) AND (b.`id_shop` = 1) LIMIT 1
2.501 ms 1 /src/Adapter/EntityMapper.php:71
2652
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4093 AND id_shop=1 LIMIT 1
2.499 ms 1 /classes/Product.php:6876
3179
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9768 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.497 ms 11 Yes /classes/SpecificPrice.php:576
3149
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9752 AND `id_group` = 1 LIMIT 1
2.471 ms 0 /classes/GroupReduction.php:156
5012
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3552) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.462 ms 1 Yes Yes /classes/Product.php:4524
4622
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9767) AND (b.`id_shop` = 1) LIMIT 1
2.432 ms 1 /src/Adapter/EntityMapper.php:71
5203
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3984) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.429 ms 1 Yes Yes /classes/Product.php:4524
5116
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2785) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.428 ms 1 Yes Yes /classes/Product.php:4524
1566
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3550
AND image_shop.`cover` = 1 LIMIT 1
2.425 ms 1 /classes/Product.php:3570
1568
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3550 LIMIT 1
2.425 ms 10 /classes/SpecificPrice.php:435
4272
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3859
ORDER BY `position`
2.419 ms 1 Yes /classes/Product.php:3545
5058
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3853) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.409 ms 1 Yes Yes /classes/Product.php:4524
3214
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5514 AND id_shop=1 LIMIT 1
2.407 ms 1 /classes/Product.php:6876
4118
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3014) AND (b.`id_shop` = 1) LIMIT 1
2.404 ms 1 /src/Adapter/EntityMapper.php:71
4743
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9849
ORDER BY `position`
2.397 ms 1 Yes /classes/Product.php:3545
4391
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5638) AND (b.`id_shop` = 1) LIMIT 1
2.392 ms 1 /src/Adapter/EntityMapper.php:71
2249
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
2.389 ms 1 /classes/Product.php:5659
677
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3232
ORDER BY f.position ASC
2.382 ms 5 Yes /classes/Product.php:6021
4950
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 33 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2.363 ms 7 Yes Yes /classes/Category.php:799
400
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3623
ORDER BY f.position ASC
2.355 ms 5 Yes /classes/Product.php:6021
2798
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4253 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4253 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.352 ms 0 /classes/Cart.php:1430
4964
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 36 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2.343 ms 73 Yes Yes /classes/Category.php:799
4787
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `hgt78_hook`
2.340 ms 1185 /classes/Hook.php:1348
4125
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4016
ORDER BY `position`
2.317 ms 1 Yes /classes/Product.php:3545
5268
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9769) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.315 ms 1 Yes Yes /classes/Product.php:4524
5097
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.290 ms 1 Yes Yes /classes/Product.php:4524
4293
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3864
ORDER BY `position`
2.285 ms 1 Yes /classes/Product.php:3545
1440
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2815 AND `id_group` = 1 LIMIT 1
2.281 ms 0 /classes/GroupReduction.php:156
635
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
2.279 ms 1 /classes/Product.php:5659
1508
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.279 ms 1 /classes/stock/StockAvailable.php:453
2197
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5103 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.278 ms 10 Yes /classes/SpecificPrice.php:576
3385
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
2.265 ms 1 /classes/Product.php:5659
3607
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9848)
2.255 ms 1 /classes/Product.php:3860
4077
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2434
ORDER BY `position`
2.251 ms 1 Yes /classes/Product.php:3545
4283
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4582) AND (b.`id_shop` = 1) LIMIT 1
2.236 ms 1 /src/Adapter/EntityMapper.php:71
2756
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6105
AND image_shop.`cover` = 1 LIMIT 1
2.227 ms 1 /classes/Product.php:3570
1556
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
2.221 ms 1 /classes/Product.php:5659
4658
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5896) AND (b.`id_shop` = 1) LIMIT 1
2.219 ms 1 /src/Adapter/EntityMapper.php:71
4767
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8416
2.210 ms 1 /classes/Product.php:2902
3589
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9847 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9847 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.208 ms 0 /classes/Cart.php:1430
4117
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4005
2.204 ms 1 /classes/Product.php:2902
4073
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3997) AND (b.`id_shop` = 1) LIMIT 1
2.193 ms 1 /src/Adapter/EntityMapper.php:71
1442
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2815 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2815 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.182 ms 0 /classes/Cart.php:1430
2912
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8970 LIMIT 1
2.182 ms 17 /classes/SpecificPrice.php:435
256
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
2.176 ms 1 /classes/Product.php:5659
4308
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2950
ORDER BY `position`
2.175 ms 1 Yes /classes/Product.php:3545
4087
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2432
2.163 ms 1 /classes/Product.php:2902
4059
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3993
ORDER BY `position`
2.126 ms 1 Yes /classes/Product.php:3545
416
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3624 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.119 ms 10 Yes /classes/SpecificPrice.php:576
5225
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4246) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.105 ms 1 Yes Yes /classes/Product.php:4524
2124
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4718) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.092 ms 1 /classes/stock/StockAvailable.php:453
4220
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3332) AND (b.`id_shop` = 1) LIMIT 1
2.087 ms 1 /src/Adapter/EntityMapper.php:71
4730
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9846) AND (b.`id_shop` = 1) LIMIT 1
2.080 ms 1 /src/Adapter/EntityMapper.php:71
1619
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.076 ms 0 /classes/Cart.php:1430
4609
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5109
2.076 ms 1 /classes/Product.php:2902
2724
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
2.074 ms 1 /classes/Product.php:5659
2650
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4093 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.074 ms 10 Yes /classes/SpecificPrice.php:576
4217
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2420) AND (b.`id_shop` = 1) LIMIT 1
2.069 ms 1 /src/Adapter/EntityMapper.php:71
4247
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2896) AND (b.`id_shop` = 1) LIMIT 1
2.062 ms 1 /src/Adapter/EntityMapper.php:71
654
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3230 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3230 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.054 ms 0 /classes/Cart.php:1430
194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2763 AND id_shop=1 LIMIT 1
2.047 ms 1 /classes/Product.php:6876
1682
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2420 AND id_shop=1 LIMIT 1
2.045 ms 1 /classes/Product.php:6876
421
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3624 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3624 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.042 ms 0 /classes/Cart.php:1430
154
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_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
2.039 ms 1 /classes/tax/TaxRulesTaxManager.php:109
2208
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3910 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.027 ms 10 Yes /classes/SpecificPrice.php:576
4240
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4492
2.021 ms 1 /classes/Product.php:2902
2689
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5642
ORDER BY f.position ASC
2.019 ms 5 Yes /classes/Product.php:6021
4937
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) LIMIT 1
2.017 ms 1 /src/Adapter/EntityMapper.php:71
1713
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2731 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.999 ms 3 Yes /classes/SpecificPrice.php:576
3481
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6200
AND image_shop.`cover` = 1 LIMIT 1
1.997 ms 1 /classes/Product.php:3570
5230
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.995 ms 1 Yes Yes /classes/Product.php:4524
2651
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4093)
1.994 ms 1 /classes/Product.php:3860
3480
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9820
ORDER BY f.position ASC
1.992 ms 5 Yes /classes/Product.php:6021
4344
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5076
ORDER BY `position`
1.992 ms 2 Yes /classes/Product.php:3545
2523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3957
ORDER BY f.position ASC
1.986 ms 5 Yes /classes/Product.php:6021
4299
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4698
ORDER BY `position`
1.976 ms 1 Yes /classes/Product.php:3545
1541
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4033) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.974 ms 1 /classes/stock/StockAvailable.php:453
1724
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4490 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.971 ms 10 Yes /classes/SpecificPrice.php:576
4269
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3856
ORDER BY `position`
1.971 ms 1 Yes /classes/Product.php:3545
4056
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2730
ORDER BY `position`
1.968 ms 1 Yes /classes/Product.php:3545
4514
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4252) AND (b.`id_shop` = 1) LIMIT 1
1.962 ms 1 /src/Adapter/EntityMapper.php:71
3239
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5515 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5515 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.956 ms 0 /classes/Cart.php:1430
5278
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9788) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.941 ms 1 Yes Yes /classes/Product.php:4524
3595
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7760 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.936 ms 10 Yes /classes/SpecificPrice.php:576
394
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3623 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.922 ms 10 Yes /classes/SpecificPrice.php:576
1419
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2816 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2816 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.919 ms 0 /classes/Cart.php:1430
1648
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2914)
1.903 ms 1 /classes/Product.php:3860
2457
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3981
ORDER BY f.position ASC
1.902 ms 5 Yes /classes/Product.php:6021
1602
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3563
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.882 ms 0 /classes/SpecificPrice.php:259
4995
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3504) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.875 ms 1 Yes Yes /classes/Product.php:4524
2826
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8429 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.862 ms 10 Yes /classes/SpecificPrice.php:576
5110
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2814) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.860 ms 1 Yes Yes /classes/Product.php:4524
4463
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5083) AND (b.`id_shop` = 1) LIMIT 1
1.857 ms 1 /src/Adapter/EntityMapper.php:71
5086
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2432) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.855 ms 1 Yes Yes /classes/Product.php:4524
4352
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5102) AND (b.`id_shop` = 1) LIMIT 1
1.844 ms 1 /src/Adapter/EntityMapper.php:71
4253
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4508) AND (b.`id_shop` = 1) LIMIT 1
1.835 ms 1 /src/Adapter/EntityMapper.php:71
4122
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2398
ORDER BY `position`
1.835 ms 1 Yes /classes/Product.php:3545
20
SELECT SQL_NO_CACHE * FROM `hgt78_hook_module_exceptions`
WHERE `id_shop` IN (1)
1.830 ms 1 /classes/module/Module.php:2046
1543
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4033
ORDER BY f.position ASC
1.822 ms 5 Yes /classes/Product.php:6021
433
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3625
ORDER BY f.position ASC
1.821 ms 5 Yes /classes/Product.php:6021
2368
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4488 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.821 ms 0 /classes/Cart.php:1430
3147
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9752)
1.820 ms 1 /classes/Product.php:3860
4860
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 46 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.814 ms 9 Yes Yes /classes/Category.php:799
4184
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4035) AND (b.`id_shop` = 1) LIMIT 1
1.811 ms 1 /src/Adapter/EntityMapper.php:71
3439
SELECT SQL_NO_CACHE lower(name) as name
FROM `hgt78_hook` h
WHERE (h.active = 1)
1.802 ms 1185 /classes/Hook.php:1388
4187
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3550) AND (b.`id_shop` = 1) LIMIT 1
1.802 ms 1 /src/Adapter/EntityMapper.php:71
4987
SELECT SQL_NO_CACHE `width`, `height`
FROM hgt78_image_type
WHERE `name` = 'home_default' LIMIT 1
1.795 ms 1 /classes/Image.php:563
4300
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4698
1.795 ms 1 /classes/Product.php:2902
2831
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8429 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.793 ms 0 /classes/Cart.php:1430
4436
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3984) AND (b.`id_shop` = 1) LIMIT 1
1.792 ms 1 /src/Adapter/EntityMapper.php:71
4176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2785
ORDER BY `position`
1.788 ms 1 Yes /classes/Product.php:3545
2719
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6024 AND `id_group` = 1 LIMIT 1
1.787 ms 0 /classes/GroupReduction.php:156
5098
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2398) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.787 ms 1 Yes Yes /classes/Product.php:4524
5015
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2890) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.780 ms 1 Yes Yes /classes/Product.php:4524
1581
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4036 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.776 ms 10 Yes /classes/SpecificPrice.php:576
682
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3233 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.774 ms 10 Yes /classes/SpecificPrice.php:576
4193
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3560) AND (b.`id_shop` = 1) LIMIT 1
1.774 ms 1 /src/Adapter/EntityMapper.php:71
4781
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10627
1.773 ms 1 /classes/Product.php:2902
4712
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9830) AND (b.`id_shop` = 1) LIMIT 1
1.773 ms 1 /src/Adapter/EntityMapper.php:71
4260
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3854
ORDER BY `position`
1.769 ms 1 Yes /classes/Product.php:3545
4725
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9844
ORDER BY `position`
1.760 ms 1 Yes /classes/Product.php:3545
483
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3629 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.750 ms 10 Yes /classes/SpecificPrice.php:576
2153
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5077 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.750 ms 10 Yes /classes/SpecificPrice.php:576
411
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2890
ORDER BY f.position ASC
1.744 ms 5 Yes /classes/Product.php:6021
4050
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2702
ORDER BY `position`
1.743 ms 1 Yes /classes/Product.php:3545
4271
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3859) AND (b.`id_shop` = 1) LIMIT 1
1.743 ms 1 /src/Adapter/EntityMapper.php:71
4433
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3983) AND (b.`id_shop` = 1) LIMIT 1
1.743 ms 1 /src/Adapter/EntityMapper.php:71
144
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3518 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.742 ms 10 Yes /classes/SpecificPrice.php:576
2665
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5640) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.742 ms 1 /classes/stock/StockAvailable.php:453
2816
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4295)
1.740 ms 1 /classes/Product.php:3860
2170
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5080
ORDER BY f.position ASC
1.739 ms 5 Yes /classes/Product.php:6021
4679
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9791) AND (b.`id_shop` = 1) LIMIT 1
1.736 ms 1 /src/Adapter/EntityMapper.php:71
4774
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9381) AND (b.`id_shop` = 1) LIMIT 1
1.736 ms 1 /src/Adapter/EntityMapper.php:71
4427
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3981) AND (b.`id_shop` = 1) LIMIT 1
1.735 ms 1 /src/Adapter/EntityMapper.php:71
2065
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4702 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.731 ms 10 Yes /classes/SpecificPrice.php:576
5168
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3894) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.730 ms 1 Yes Yes /classes/Product.php:4524
1446
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4022) AND (b.`id_shop` = 1) LIMIT 1
1.729 ms 1 /src/Adapter/EntityMapper.php:71
3186
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5323
AND image_shop.`cover` = 1 LIMIT 1
1.728 ms 1 /classes/Product.php:3570
4212
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4239
ORDER BY `position`
1.726 ms 1 Yes /classes/Product.php:3545
4749
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9851
ORDER BY `position`
1.722 ms 1 Yes /classes/Product.php:3545
4758
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10738
1.718 ms 1 /classes/Product.php:2902
3157
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5262 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.717 ms 10 Yes /classes/SpecificPrice.php:576
4752
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9852
ORDER BY `position`
1.715 ms 1 Yes /classes/Product.php:3545
4724
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9844) AND (b.`id_shop` = 1) LIMIT 1
1.708 ms 1 /src/Adapter/EntityMapper.php:71
5093
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2399) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.703 ms 1 Yes Yes /classes/Product.php:4524
4705
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9820
1.701 ms 1 /classes/Product.php:2902
4292
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3864) AND (b.`id_shop` = 1) LIMIT 1
1.700 ms 1 /src/Adapter/EntityMapper.php:71
828
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3949 AND id_shop=1 LIMIT 1
1.694 ms 1 /classes/Product.php:6876
4245
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4506
ORDER BY `position`
1.693 ms 1 Yes /classes/Product.php:3545
4202
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4236) AND (b.`id_shop` = 1) LIMIT 1
1.690 ms 1 /src/Adapter/EntityMapper.php:71
4418
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3979) AND (b.`id_shop` = 1) LIMIT 1
1.688 ms 1 /src/Adapter/EntityMapper.php:71
5229
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4252) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.688 ms 1 Yes Yes /classes/Product.php:4524
4397
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5639) AND (b.`id_shop` = 1) LIMIT 1
1.684 ms 1 /src/Adapter/EntityMapper.php:71
4499
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6024) AND (b.`id_shop` = 1) LIMIT 1
1.683 ms 1 /src/Adapter/EntityMapper.php:71
4070
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3996) AND (b.`id_shop` = 1) LIMIT 1
1.675 ms 1 /src/Adapter/EntityMapper.php:71
2142
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5076 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.674 ms 10 Yes /classes/SpecificPrice.php:576
2771
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4252 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.667 ms 10 Yes /classes/SpecificPrice.php:576
4637
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9771) AND (b.`id_shop` = 1) LIMIT 1
1.665 ms 1 /src/Adapter/EntityMapper.php:71
4478
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5352) AND (b.`id_shop` = 1) LIMIT 1
1.664 ms 1 /src/Adapter/EntityMapper.php:71
4112
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2737) AND (b.`id_shop` = 1) LIMIT 1
1.663 ms 1 /src/Adapter/EntityMapper.php:71
4335
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4704
ORDER BY `position`
1.663 ms 1 Yes /classes/Product.php:3545
4556
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4334) AND (b.`id_shop` = 1) LIMIT 1
1.662 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2890 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.652 ms 10 Yes /classes/SpecificPrice.php:576
4776
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9381
1.652 ms 1 /classes/Product.php:2902
2268
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5166 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5166 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.648 ms 0 /classes/Cart.php:1430
4496
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6023) AND (b.`id_shop` = 1) LIMIT 1
1.648 ms 1 /src/Adapter/EntityMapper.php:71
1489
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4030
AND image_shop.`cover` = 1 LIMIT 1
1.639 ms 1 /classes/Product.php:3570
4706
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6200) AND (b.`id_shop` = 1) LIMIT 1
1.638 ms 1 /src/Adapter/EntityMapper.php:71
4166
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4030) AND (b.`id_shop` = 1) LIMIT 1
1.633 ms 1 /src/Adapter/EntityMapper.php:71
5201
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3982) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.632 ms 1 Yes Yes /classes/Product.php:4524
1650
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2914 AND `id_group` = 1 LIMIT 1
1.632 ms 0 /classes/GroupReduction.php:156
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `hgt78_hook` h
WHERE (h.active = 1)
1.630 ms 1185 /classes/Hook.php:1388
4558
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4334
1.625 ms 1 /classes/Product.php:2902
160
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3516)
1.624 ms 1 /classes/Product.php:3860
4831
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 38 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.622 ms 93 Yes Yes /classes/Category.php:799
1475
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4029) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.617 ms 1 /classes/stock/StockAvailable.php:453
4720
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9842
1.617 ms 1 /classes/Product.php:2902
3666
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 7767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.617 ms 0 /classes/Cart.php:1430
1809
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
1.613 ms 1 /classes/Product.php:5659
4072
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3996
1.609 ms 1 /classes/Product.php:2902
2169
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5080 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5080 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.608 ms 0 /classes/Cart.php:1430
4347
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5077
ORDER BY `position`
1.603 ms 1 Yes /classes/Product.php:3545
1626
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4236)
1.602 ms 1 /classes/Product.php:3860
399
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3623 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.601 ms 0 /classes/Cart.php:1430
4146
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2816
ORDER BY `position`
1.586 ms 2 Yes /classes/Product.php:3545
487
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3629) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.585 ms 1 /classes/stock/StockAvailable.php:453
4083
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3999
ORDER BY `position`
1.583 ms 1 Yes /classes/Product.php:3545
4289
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4583) AND (b.`id_shop` = 1) LIMIT 1
1.582 ms 1 /src/Adapter/EntityMapper.php:71
1762
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4492 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4492 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.576 ms 0 /classes/Cart.php:1430
2794
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4253)
1.574 ms 1 /classes/Product.php:3860
2721
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6024 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6024 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.573 ms 0 /classes/Cart.php:1430
667
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3232
AND image_shop.`cover` = 1 LIMIT 1
1.572 ms 1 /classes/Product.php:3570
4319
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3892) AND (b.`id_shop` = 1) LIMIT 1
1.570 ms 1 /src/Adapter/EntityMapper.php:71
4442
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3956) AND (b.`id_shop` = 1) LIMIT 1
1.567 ms 1 /src/Adapter/EntityMapper.php:71
2755
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4247
ORDER BY f.position ASC
1.563 ms 5 Yes /classes/Product.php:6021
4737
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7760
ORDER BY `position`
1.562 ms 1 Yes /classes/Product.php:3545
4016
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3851) AND (b.`id_shop` = 1) LIMIT 1
1.561 ms 1 /src/Adapter/EntityMapper.php:71
5114
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2812) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.557 ms 1 Yes Yes /classes/Product.php:4524
4980
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 39 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.547 ms 73 Yes Yes /classes/Category.php:799
4291
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4583
1.545 ms 1 /classes/Product.php:2902
265
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2595
ORDER BY f.position ASC
1.545 ms 5 Yes /classes/Product.php:6021
5105
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2817) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.541 ms 1 Yes Yes /classes/Product.php:4524
2778
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6134
AND image_shop.`cover` = 1 LIMIT 1
1.528 ms 1 /classes/Product.php:3570
2666
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5640 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5640 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.521 ms 0 /classes/Cart.php:1430
2848
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8946 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.520 ms 16 Yes /classes/SpecificPrice.php:576
4320
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3892
ORDER BY `position`
1.518 ms 1 Yes /classes/Product.php:3545
2667
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5640
ORDER BY f.position ASC
1.517 ms 5 Yes /classes/Product.php:6021
2279
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5167 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5167 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.516 ms 0 /classes/Cart.php:1430
4249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2896
1.514 ms 1 /classes/Product.php:2902
2082
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3893
ORDER BY f.position ASC
1.511 ms 5 Yes /classes/Product.php:6021
4406
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3924) AND (b.`id_shop` = 1) LIMIT 1
1.507 ms 1 /src/Adapter/EntityMapper.php:71
4486
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5640
1.504 ms 1 /classes/Product.php:2902
5170
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4718) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.503 ms 1 Yes Yes /classes/Product.php:4524
1738
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4491 AND `id_group` = 1 LIMIT 1
1.500 ms 0 /classes/GroupReduction.php:156
4274
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4580) AND (b.`id_shop` = 1) LIMIT 1
1.500 ms 1 /src/Adapter/EntityMapper.php:71
2662
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5640)
1.498 ms 1 /classes/Product.php:3860
2800
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6135
AND image_shop.`cover` = 1 LIMIT 1
1.498 ms 1 /classes/Product.php:3570
2193
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5103
AND image_shop.`cover` = 1 LIMIT 1
1.497 ms 1 /classes/Product.php:3570
2496
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3940)
1.496 ms 1 /classes/Product.php:3860
1608
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3563 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3563 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.493 ms 0 /classes/Cart.php:1430
4349
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5080) AND (b.`id_shop` = 1) LIMIT 1
1.492 ms 1 /src/Adapter/EntityMapper.php:71
4098
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4002
ORDER BY `position`
1.490 ms 1 Yes /classes/Product.php:3545
4901
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
1.490 ms 6 /src/Adapter/EntityMapper.php:79
2078
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3893 AND id_shop=1 LIMIT 1
1.489 ms 1 /classes/Product.php:6876
5118
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4034) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.488 ms 1 Yes Yes /classes/Product.php:4524
4064
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3994) AND (b.`id_shop` = 1) LIMIT 1
1.483 ms 1 /src/Adapter/EntityMapper.php:71
4126
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4016
1.481 ms 1 /classes/Product.php:2902
137
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3519 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3519 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.477 ms 0 /classes/Cart.php:1430
219
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2761 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2761 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.477 ms 0 /classes/Cart.php:1430
4628
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5323) AND (b.`id_shop` = 1) LIMIT 1
1.477 ms 1 /src/Adapter/EntityMapper.php:71
2280
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5167
ORDER BY f.position ASC
1.476 ms 5 Yes /classes/Product.php:6021
1748
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2894 AND id_shop=1 LIMIT 1
1.475 ms 1 /classes/Product.php:6876
4702
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6199
1.472 ms 1 /classes/Product.php:2902
2698
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6018) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.464 ms 1 /classes/stock/StockAvailable.php:453
4677
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6078
ORDER BY `position`
1.464 ms 1 Yes /classes/Product.php:3545
5172
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5076) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.463 ms 1 Yes Yes /classes/Product.php:4524
4778
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9735
ORDER BY `position`
1.462 ms 1 Yes /classes/Product.php:3545
3270
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9773 AND `id_group` = 1 LIMIT 1
1.461 ms 0 /classes/GroupReduction.php:156
2669
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
1.455 ms 1 /classes/Product.php:5659
4757
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10738
ORDER BY `position`
1.451 ms 1 Yes /classes/Product.php:3545
4367
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3911) AND (b.`id_shop` = 1) LIMIT 1
1.448 ms 1 /src/Adapter/EntityMapper.php:71
5106
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.447 ms 1 Yes Yes /classes/Product.php:4524
3452
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9819 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.444 ms 10 Yes /classes/SpecificPrice.php:576
1614
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2946 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.443 ms 10 Yes /classes/SpecificPrice.php:576
5227
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4247) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.443 ms 1 Yes Yes /classes/Product.php:4524
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2944 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2944 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.441 ms 0 /classes/Cart.php:1430
4592
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4945) AND (b.`id_shop` = 1) LIMIT 1
1.441 ms 1 /src/Adapter/EntityMapper.php:71
4457
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4027) AND (b.`id_shop` = 1) LIMIT 1
1.440 ms 1 /src/Adapter/EntityMapper.php:71
2534
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2930 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.438 ms 0 /classes/Cart.php:1430
2198
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5103)
1.436 ms 1 /classes/Product.php:3860
700
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3873
AND image_shop.`cover` = 1 LIMIT 1
1.429 ms 1 /classes/Product.php:3570
1605
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3563 AND id_shop=1 LIMIT 1
1.428 ms 1 /classes/Product.php:6876
4755
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7767
ORDER BY `position`
1.428 ms 1 Yes /classes/Product.php:3545
4048
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3990
1.428 ms 1 /classes/Product.php:2902
4219
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2420
1.428 ms 1 /classes/Product.php:2902
432
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3625 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.426 ms 0 /classes/Cart.php:1430
2783
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6134)
1.426 ms 1 /classes/Product.php:3860
388
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2889 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2889 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.421 ms 0 /classes/Cart.php:1430
3854
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2419) AND (b.`id_shop` = 1) LIMIT 1
1.418 ms 1 /src/Adapter/EntityMapper.php:71
2164
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5080 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.413 ms 10 Yes /classes/SpecificPrice.php:576
2734
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6025
AND image_shop.`cover` = 1 LIMIT 1
1.413 ms 1 /classes/Product.php:3570
4631
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9769) AND (b.`id_shop` = 1) LIMIT 1
1.413 ms 1 /src/Adapter/EntityMapper.php:71
4497
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6023
ORDER BY `position`
1.412 ms 1 Yes /classes/Product.php:3545
2054
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3892 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.410 ms 10 Yes /classes/SpecificPrice.php:576
4652
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5623) AND (b.`id_shop` = 1) LIMIT 1
1.410 ms 1 /src/Adapter/EntityMapper.php:71
4084
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3999
1.409 ms 1 /classes/Product.php:2902
2748
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4247
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.407 ms 0 /classes/SpecificPrice.php:259
2782
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6134 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.403 ms 10 Yes /classes/SpecificPrice.php:576
2060
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3892
ORDER BY f.position ASC
1.401 ms 5 Yes /classes/Product.php:6021
3139
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5116) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.393 ms 1 /classes/stock/StockAvailable.php:453
4232
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4491) AND (b.`id_shop` = 1) LIMIT 1
1.392 ms 1 /src/Adapter/EntityMapper.php:71
627
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3228 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.391 ms 10 Yes /classes/SpecificPrice.php:576
4647
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5516
ORDER BY `position`
1.390 ms 1 Yes /classes/Product.php:3545
821
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3947
ORDER BY f.position ASC
1.387 ms 5 Yes /classes/Product.php:6021
2533
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.387 ms 1 /classes/stock/StockAvailable.php:453
4107
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2399
ORDER BY `position`
1.386 ms 1 Yes /classes/Product.php:3545
4315
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3891
1.386 ms 1 /classes/Product.php:2902
497
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3630 AND `id_group` = 1 LIMIT 1
1.386 ms 0 /classes/GroupReduction.php:156
5223
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6023) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.385 ms 1 Yes Yes /classes/Product.php:4524
2772
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4252)
1.383 ms 1 /classes/Product.php:3860
5247
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9723) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.382 ms 1 Yes Yes /classes/Product.php:4524
4097
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4002) AND (b.`id_shop` = 1) LIMIT 1
1.382 ms 1 /src/Adapter/EntityMapper.php:71
492
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3630 LIMIT 1
1.381 ms 10 /classes/SpecificPrice.php:435
3729
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9262 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.381 ms 10 Yes /classes/SpecificPrice.php:576
5196
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3978) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.380 ms 1 Yes Yes /classes/Product.php:4524
132
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3519 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.379 ms 10 Yes /classes/SpecificPrice.php:576
5054
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3950) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.378 ms 1 Yes Yes /classes/Product.php:4524
4343
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5076) AND (b.`id_shop` = 1) LIMIT 1
1.376 ms 1 /src/Adapter/EntityMapper.php:71
4999
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2760) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.375 ms 1 Yes Yes /classes/Product.php:4524
4643
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9772) AND (b.`id_shop` = 1) LIMIT 1
1.374 ms 1 /src/Adapter/EntityMapper.php:71
461
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2918 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.372 ms 10 Yes /classes/SpecificPrice.php:576
2334
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3922 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3922 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.370 ms 0 /classes/Cart.php:1430
4873
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 199 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.369 ms 13 Yes Yes /classes/Category.php:799
2484
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3984 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.368 ms 10 Yes /classes/SpecificPrice.php:576
2765
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6105 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.366 ms 0 /classes/Cart.php:1430
4162
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4029
1.363 ms 1 /classes/Product.php:2902
2817
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4295 AND id_shop=1 LIMIT 1
1.361 ms 1 /classes/Product.php:6876
4109
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4004) AND (b.`id_shop` = 1) LIMIT 1
1.359 ms 1 /src/Adapter/EntityMapper.php:71
5041
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3520) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.358 ms 1 Yes Yes /classes/Product.php:4524
4198
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3563
1.354 ms 1 /classes/Product.php:2902
1685
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2420 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.354 ms 0 /classes/Cart.php:1430
4760
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8414
ORDER BY `position`
1.352 ms 1 Yes /classes/Product.php:3545
1547
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4034
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.348 ms 0 /classes/SpecificPrice.php:259
4151
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2815) AND (b.`id_shop` = 1) LIMIT 1
1.348 ms 1 /src/Adapter/EntityMapper.php:71
5102
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4018) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.348 ms 1 Yes Yes /classes/Product.php:4524
251
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.347 ms 1 /classes/stock/StockAvailable.php:453
1673
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4241) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.347 ms 1 /classes/stock/StockAvailable.php:453
4883
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 44 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.346 ms 24 Yes Yes /classes/Category.php:799
4222
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3332
1.339 ms 1 /classes/Product.php:2902
5028
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3199) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.338 ms 1 Yes Yes /classes/Product.php:4524
4216
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4241
1.337 ms 1 /classes/Product.php:2902
4751
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9852) AND (b.`id_shop` = 1) LIMIT 1
1.337 ms 1 /src/Adapter/EntityMapper.php:71
4745
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9850) AND (b.`id_shop` = 1) LIMIT 1
1.335 ms 1 /src/Adapter/EntityMapper.php:71
4683
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6131
ORDER BY `position`
1.333 ms 1 Yes /classes/Product.php:3545
5053
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3949) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.332 ms 1 Yes Yes /classes/Product.php:4524
439
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3626)
1.331 ms 1 /classes/Product.php:3860
5078
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2440) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.330 ms 1 Yes Yes /classes/Product.php:4524
4318
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4701
1.329 ms 1 /classes/Product.php:2902
2070
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4702 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4702 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.327 ms 0 /classes/Cart.php:1430
4273
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3859
1.327 ms 1 /classes/Product.php:2902
4140
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4019
ORDER BY `position`
1.322 ms 2 Yes /classes/Product.php:3545
494
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3630 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.321 ms 10 Yes /classes/SpecificPrice.php:576
666
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3231
ORDER BY f.position ASC
1.317 ms 5 Yes /classes/Product.php:6021
1482
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2813 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.316 ms 10 Yes /classes/SpecificPrice.php:576
5248
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4709) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.315 ms 1 Yes Yes /classes/Product.php:4524
4224
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4413
ORDER BY `position`
1.315 ms 1 Yes /classes/Product.php:3545
4659
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5896
ORDER BY `position`
1.314 ms 1 Yes /classes/Product.php:3545
4721
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9843) AND (b.`id_shop` = 1) LIMIT 1
1.313 ms 1 /src/Adapter/EntityMapper.php:71
4295
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3874) AND (b.`id_shop` = 1) LIMIT 1
1.310 ms 1 /src/Adapter/EntityMapper.php:71
415
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3624
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.307 ms 0 /classes/SpecificPrice.php:259
1698
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4413
AND image_shop.`cover` = 1 LIMIT 1
1.307 ms 1 /classes/Product.php:3570
453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.305 ms 1 /classes/stock/StockAvailable.php:453
3081
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9747)
1.300 ms 1 /classes/Product.php:3860
5029
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3200) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.300 ms 1 Yes Yes /classes/Product.php:4524
4052
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3992) AND (b.`id_shop` = 1) LIMIT 1
1.299 ms 1 /src/Adapter/EntityMapper.php:71
402
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
1.298 ms 1 /classes/Product.php:5659
5103
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2846) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.297 ms 1 Yes Yes /classes/Product.php:4524
3151
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9752 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9752 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.294 ms 0 /classes/Cart.php:1430
4103
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4003) AND (b.`id_shop` = 1) LIMIT 1
1.294 ms 1 /src/Adapter/EntityMapper.php:71
1811
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4508
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.293 ms 0 /classes/SpecificPrice.php:259
4182
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4034
ORDER BY `position`
1.291 ms 1 Yes /classes/Product.php:3545
3812
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3504) AND (b.`id_shop` = 1) LIMIT 1
1.289 ms 1 /src/Adapter/EntityMapper.php:71
826
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3949 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.283 ms 10 Yes /classes/SpecificPrice.php:576
4322
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4702) AND (b.`id_shop` = 1) LIMIT 1
1.282 ms 1 /src/Adapter/EntityMapper.php:71
4692
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9794
ORDER BY `position`
1.282 ms 1 Yes /classes/Product.php:3545
4259
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3854) AND (b.`id_shop` = 1) LIMIT 1
1.280 ms 1 /src/Adapter/EntityMapper.php:71
2562
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4027 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.279 ms 10 Yes /classes/SpecificPrice.php:576
4816
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM hgt78_iqitmegamenu_tabs_shop hs
LEFT JOIN hgt78_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN hgt78_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position
1.276 ms 12 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
5082
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3997) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.276 ms 1 Yes Yes /classes/Product.php:4524
3998
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3952) AND (b.`id_shop` = 1) LIMIT 1
1.273 ms 1 /src/Adapter/EntityMapper.php:71
1745
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2894
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.270 ms 0 /classes/SpecificPrice.php:259
4978
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
1.269 ms 6 /src/Adapter/EntityMapper.php:79
361
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2808 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.262 ms 10 Yes /classes/SpecificPrice.php:576
2694
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6018 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.260 ms 10 Yes /classes/SpecificPrice.php:576
5231
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4253) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.259 ms 1 Yes Yes /classes/Product.php:4524
2670
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5641 LIMIT 1
1.258 ms 10 /classes/SpecificPrice.php:435
2220
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5104)
1.258 ms 1 /classes/Product.php:3860
1509
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.256 ms 0 /classes/Cart.php:1430
5295
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9830) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.255 ms 1 Yes Yes /classes/Product.php:4524
2743
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6025 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6025 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.252 ms 0 /classes/Cart.php:1430
4196
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3563) AND (b.`id_shop` = 1) LIMIT 1
1.249 ms 1 /src/Adapter/EntityMapper.php:71
675
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3232) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.248 ms 1 /classes/stock/StockAvailable.php:453
1692
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3332)
1.247 ms 1 /classes/Product.php:3860
4058
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3993) AND (b.`id_shop` = 1) LIMIT 1
1.245 ms 1 /src/Adapter/EntityMapper.php:71
5104
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4019) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.245 ms 1 Yes Yes /classes/Product.php:4524
2080
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3893) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.243 ms 1 /classes/stock/StockAvailable.php:453
4105
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4003
1.243 ms 1 /classes/Product.php:2902
4137
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2846
ORDER BY `position`
1.243 ms 1 Yes /classes/Product.php:3545
4621
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5262
1.239 ms 1 /classes/Product.php:2902
1609
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3563
ORDER BY f.position ASC
1.232 ms 5 Yes /classes/Product.php:6021
19
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `hgt78_meta` m
LEFT JOIN `hgt78_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.231 ms 129 Yes /classes/Dispatcher.php:654
4034
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3986) AND (b.`id_shop` = 1) LIMIT 1
1.231 ms 1 /src/Adapter/EntityMapper.php:71
2098
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3894 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.230 ms 10 Yes /classes/SpecificPrice.php:576
3164
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9767
AND image_shop.`cover` = 1 LIMIT 1
1.230 ms 1 /classes/Product.php:3570
4163
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2813) AND (b.`id_shop` = 1) LIMIT 1
1.230 ms 1 /src/Adapter/EntityMapper.php:71
2744
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6025
ORDER BY f.position ASC
1.227 ms 5 Yes /classes/Product.php:6021
2699
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6018 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.226 ms 0 /classes/Cart.php:1430
3300
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5896 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.226 ms 10 Yes /classes/SpecificPrice.php:576
4669
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9789
1.225 ms 1 /classes/Product.php:2902
4718
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9842) AND (b.`id_shop` = 1) LIMIT 1
1.223 ms 1 /src/Adapter/EntityMapper.php:71
2089
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4703 AND id_shop=1 LIMIT 1
1.221 ms 1 /classes/Product.php:6876
2191
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3909 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3909 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.220 ms 0 /classes/Cart.php:1430
4007
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3848) AND (b.`id_shop` = 1) LIMIT 1
1.219 ms 1 /src/Adapter/EntityMapper.php:71
2474
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3983)
1.214 ms 1 /classes/Product.php:3860
815
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3947 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.210 ms 10 Yes /classes/SpecificPrice.php:576
3661
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7767 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.208 ms 10 Yes /classes/SpecificPrice.php:576
4634
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5514) AND (b.`id_shop` = 1) LIMIT 1
1.207 ms 1 /src/Adapter/EntityMapper.php:71
3113
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5109 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.205 ms 10 Yes /classes/SpecificPrice.php:576
2723
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4246
AND image_shop.`cover` = 1 LIMIT 1
1.204 ms 1 /classes/Product.php:3570
4257
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3852
ORDER BY `position`
1.204 ms 1 Yes /classes/Product.php:3545
2674
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5641 AND id_shop=1 LIMIT 1
1.203 ms 1 /classes/Product.php:6876
1733
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4491 LIMIT 1
1.202 ms 10 /classes/SpecificPrice.php:435
390
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3623
AND image_shop.`cover` = 1 LIMIT 1
1.201 ms 1 /classes/Product.php:3570
2223
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.199 ms 1 /classes/stock/StockAvailable.php:453
5002
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2595) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.199 ms 1 Yes Yes /classes/Product.php:4524
199
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2762
AND image_shop.`cover` = 1 LIMIT 1
1.198 ms 1 /classes/Product.php:3570
241
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2759 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2759 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.196 ms 0 /classes/Cart.php:1430
4356
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3909
ORDER BY `position`
1.196 ms 1 Yes /classes/Product.php:3545
1806
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4507 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4507 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.196 ms 0 /classes/Cart.php:1430
4668
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9789
ORDER BY `position`
1.196 ms 1 Yes /classes/Product.php:3545
1570
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3550 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.195 ms 10 Yes /classes/SpecificPrice.php:576
4169
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2812) AND (b.`id_shop` = 1) LIMIT 1
1.195 ms 1 /src/Adapter/EntityMapper.php:71
4226
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2731) AND (b.`id_shop` = 1) LIMIT 1
1.194 ms 1 /src/Adapter/EntityMapper.php:71
4794
SELECT SQL_NO_CACHE * FROM `hgt78_cart_rule` cr
LEFT JOIN `hgt78_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
1.192 ms 6 /classes/CartRule.php:423
4938
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1
1.192 ms 6 /src/Adapter/EntityMapper.php:79
4676
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6078) AND (b.`id_shop` = 1) LIMIT 1
1.189 ms 1 /src/Adapter/EntityMapper.php:71
2789
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4253
AND image_shop.`cover` = 1 LIMIT 1
1.187 ms 2 /classes/Product.php:3570
5289
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6133) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.187 ms 1 Yes Yes /classes/Product.php:4524
4062
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2440
ORDER BY `position`
1.185 ms 1 Yes /classes/Product.php:3545
4082
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3999) AND (b.`id_shop` = 1) LIMIT 1
1.184 ms 1 /src/Adapter/EntityMapper.php:71
4790
SELECT SQL_NO_CACHE ctg.`id_group`
FROM hgt78_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
1.182 ms 1 /classes/Category.php:1754
2136
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4989 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4989 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.180 ms 0 /classes/Cart.php:1430
4640
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5515) AND (b.`id_shop` = 1) LIMIT 1
1.180 ms 1 /src/Adapter/EntityMapper.php:71
1736
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4491)
1.179 ms 1 /classes/Product.php:3860
102
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5660 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.179 ms 10 Yes /classes/SpecificPrice.php:576
871
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3952 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.177 ms 10 Yes /classes/SpecificPrice.php:576
4302
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3890
ORDER BY `position`
1.177 ms 1 Yes /classes/Product.php:3545
1664
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4239
ORDER BY f.position ASC
1.176 ms 5 Yes /classes/Product.php:6021
1678
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2420 LIMIT 1
1.173 ms 10 /classes/SpecificPrice.php:435
4678
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6078
1.173 ms 1 /classes/Product.php:2902
4709
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9821) AND (b.`id_shop` = 1) LIMIT 1
1.170 ms 1 /src/Adapter/EntityMapper.php:71
4078
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2434
1.166 ms 1 /classes/Product.php:2902
3265
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9773 LIMIT 1
1.164 ms 11 /classes/SpecificPrice.php:435
3723
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8979 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.164 ms 0 /classes/Cart.php:1430
4332
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3894
ORDER BY `position`
1.164 ms 1 Yes /classes/Product.php:3545
4771
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9262) AND (b.`id_shop` = 1) LIMIT 1
1.162 ms 1 /src/Adapter/EntityMapper.php:71
3650
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9852 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.162 ms 11 Yes /classes/SpecificPrice.php:576
804
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3882 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.161 ms 10 Yes /classes/SpecificPrice.php:576
4783
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10931
ORDER BY `position`
1.160 ms 1 Yes /classes/Product.php:3545
4653
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5623
ORDER BY `position`
1.160 ms 2 Yes /classes/Product.php:3545
4991
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3519) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.159 ms 1 Yes Yes /classes/Product.php:4524
3212
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5514 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.159 ms 10 Yes /classes/SpecificPrice.php:576
5001
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2758) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.159 ms 1 Yes Yes /classes/Product.php:4524
3377
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9791 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.158 ms 11 Yes /classes/SpecificPrice.php:576
4475
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5328) AND (b.`id_shop` = 1) LIMIT 1
1.157 ms 1 /src/Adapter/EntityMapper.php:71
1426
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4021 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.156 ms 10 Yes /classes/SpecificPrice.php:576
4607
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5109) AND (b.`id_shop` = 1) LIMIT 1
1.153 ms 1 /src/Adapter/EntityMapper.php:71
1691
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3332 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.152 ms 10 Yes /classes/SpecificPrice.php:576
4736
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7760) AND (b.`id_shop` = 1) LIMIT 1
1.152 ms 1 /src/Adapter/EntityMapper.php:71
2738
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6025 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.150 ms 10 Yes /classes/SpecificPrice.php:576
4746
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9850
ORDER BY `position`
1.150 ms 1 Yes /classes/Product.php:3545
5254
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.150 ms 1 Yes Yes /classes/Product.php:4524
3168
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9767 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.149 ms 11 Yes /classes/SpecificPrice.php:576
4205
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4238) AND (b.`id_shop` = 1) LIMIT 1
1.147 ms 1 /src/Adapter/EntityMapper.php:71
2221
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5104 AND id_shop=1 LIMIT 1
1.145 ms 1 /classes/Product.php:6876
5101
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2403) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.145 ms 1 Yes Yes /classes/Product.php:4524
4650
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9773
ORDER BY `position`
1.144 ms 1 Yes /classes/Product.php:3545
4348
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5077
1.144 ms 1 /classes/Product.php:2902
4303
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3890
1.143 ms 1 /classes/Product.php:2902
4500
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6024
ORDER BY `position`
1.143 ms 1 Yes /classes/Product.php:3545
3091
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5108 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.142 ms 10 Yes /classes/SpecificPrice.php:576
4264
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4540
1.142 ms 1 /classes/Product.php:2902
2691
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
1.140 ms 1 /classes/Product.php:5659
5
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM hgt78_shop s
LEFT JOIN hgt78_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
1.138 ms 1 /classes/shop/Shop.php:218
4204
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4236
1.138 ms 1 /classes/Product.php:2902
2705
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6023 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.134 ms 10 Yes /classes/SpecificPrice.php:576
2749
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4247 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.134 ms 10 Yes /classes/SpecificPrice.php:576
2754
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4247 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4247 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.134 ms 0 /classes/Cart.php:1430
204
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2762)
1.132 ms 1 /classes/Product.php:3860
2160
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5080
AND image_shop.`cover` = 1 LIMIT 1
1.129 ms 1 /classes/Product.php:3570
4238
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4492) AND (b.`id_shop` = 1) LIMIT 1
1.124 ms 1 /src/Adapter/EntityMapper.php:71
4338
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4718
ORDER BY `position`
1.124 ms 1 Yes /classes/Product.php:3545
3146
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9752 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.122 ms 11 Yes /classes/SpecificPrice.php:576
4114
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2737
1.122 ms 1 /classes/Product.php:2902
4866
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 64 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.122 ms 10 Yes Yes /classes/Category.php:799
4754
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7767) AND (b.`id_shop` = 1) LIMIT 1
1.121 ms 1 /src/Adapter/EntityMapper.php:71
4230
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4490
ORDER BY `position`
1.120 ms 1 Yes /classes/Product.php:3545
550
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3199 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.119 ms 10 Yes /classes/SpecificPrice.php:576
3245
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9772 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.118 ms 12 Yes /classes/SpecificPrice.php:576
422
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3624
ORDER BY f.position ASC
1.117 ms 5 Yes /classes/Product.php:6021
1658
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4239 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.117 ms 10 Yes /classes/SpecificPrice.php:576
4469
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4041) AND (b.`id_shop` = 1) LIMIT 1
1.116 ms 1 /src/Adapter/EntityMapper.php:71
4487
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5641) AND (b.`id_shop` = 1) LIMIT 1
1.116 ms 1 /src/Adapter/EntityMapper.php:71
3485
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6200 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.114 ms 10 Yes /classes/SpecificPrice.php:576
4133
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4018) AND (b.`id_shop` = 1) LIMIT 1
1.113 ms 1 /src/Adapter/EntityMapper.php:71
3600
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7760 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 7760 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.113 ms 0 /classes/Cart.php:1430
2739
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6025)
1.110 ms 1 /classes/Product.php:3860
192
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2763 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.109 ms 10 Yes /classes/SpecificPrice.php:576
2318
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5638 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.109 ms 10 Yes /classes/SpecificPrice.php:576
1621
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4236
AND image_shop.`cover` = 1 LIMIT 1
1.109 ms 1 /classes/Product.php:3570
5122
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3560) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.108 ms 1 Yes Yes /classes/Product.php:4524
1560
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4035)
1.107 ms 1 /classes/Product.php:3860
1834
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3854 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.107 ms 10 Yes /classes/SpecificPrice.php:576
3344
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6077 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.107 ms 10 Yes /classes/SpecificPrice.php:576
4314
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3891
ORDER BY `position`
1.106 ms 1 Yes /classes/Product.php:3545
4218
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2420
ORDER BY `position`
1.105 ms 1 Yes /classes/Product.php:3545
438
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3626 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.104 ms 10 Yes /classes/SpecificPrice.php:576
23
SELECT SQL_NO_CACHE * FROM `hgt78_currency` c ORDER BY `iso_code` ASC
1.104 ms 2 Yes /classes/Currency.php:709
981
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3985 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.103 ms 10 Yes /classes/SpecificPrice.php:576
4879
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 35 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.103 ms 27 Yes Yes /classes/Category.php:799
27
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
1.102 ms 6 /classes/Language.php:883
1493
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4030 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.102 ms 10 Yes /classes/SpecificPrice.php:576
4280
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3861) AND (b.`id_shop` = 1) LIMIT 1
1.102 ms 1 /src/Adapter/EntityMapper.php:71
5119
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4035) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.102 ms 1 Yes Yes /classes/Product.php:4524
5161
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4700) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.101 ms 1 Yes Yes /classes/Product.php:4524
1597
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3560 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3560 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.100 ms 0 /classes/Cart.php:1430
1431
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4021 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4021 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.099 ms 0 /classes/Cart.php:1430
4100
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2438) AND (b.`id_shop` = 1) LIMIT 1
1.099 ms 1 /src/Adapter/EntityMapper.php:71
103
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5660)
1.099 ms 1 /classes/Product.php:3860
1687
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3332
AND image_shop.`cover` = 1 LIMIT 1
1.099 ms 1 /classes/Product.php:3570
4553
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8970) AND (b.`id_shop` = 1) LIMIT 1
1.098 ms 1 /src/Adapter/EntityMapper.php:71
4267
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4541
1.095 ms 1 /classes/Product.php:2902
225
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2760 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.093 ms 10 Yes /classes/SpecificPrice.php:576
2158
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.090 ms 0 /classes/Cart.php:1430
3410
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6132 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.090 ms 10 Yes /classes/SpecificPrice.php:576
583
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3234 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.089 ms 10 Yes /classes/SpecificPrice.php:576
2775
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4252) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.089 ms 1 /classes/stock/StockAvailable.php:453
5193
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3924) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.089 ms 1 Yes Yes /classes/Product.php:4524
1526
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2785 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.087 ms 10 Yes /classes/SpecificPrice.php:576
2120
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4718 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.087 ms 10 Yes /classes/SpecificPrice.php:576
4488
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5641
ORDER BY `position`
1.087 ms 1 Yes /classes/Product.php:3545
849
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3867 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.086 ms 10 Yes /classes/SpecificPrice.php:576
4312
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4700
1.086 ms 1 /classes/Product.php:2902
3082
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9747 AND id_shop=1 LIMIT 1
1.085 ms 1 /classes/Product.php:6876
2695
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6018)
1.084 ms 1 /classes/Product.php:3860
3124
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9751 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.083 ms 11 Yes /classes/SpecificPrice.php:576
3655
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9852 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9852 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.082 ms 0 /classes/Cart.php:1430
2241
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5164 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.081 ms 10 Yes /classes/SpecificPrice.php:576
4998
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2761) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.081 ms 1 Yes Yes /classes/Product.php:4524
3223
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9771 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.080 ms 11 Yes /classes/SpecificPrice.php:576
904
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3848 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.079 ms 10 Yes /classes/SpecificPrice.php:576
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2808 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2808 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.079 ms 0 /classes/Cart.php:1430
2727
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4246 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.078 ms 10 Yes /classes/SpecificPrice.php:576
842
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3950 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3950 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.077 ms 0 /classes/Cart.php:1430
3289
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9774 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.077 ms 11 Yes /classes/SpecificPrice.php:576
3135
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5116 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.076 ms 10 Yes /classes/SpecificPrice.php:576
1437
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2815 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.075 ms 10 Yes /classes/SpecificPrice.php:576
1554
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4034
ORDER BY f.position ASC
1.075 ms 5 Yes /classes/Product.php:6021
1449
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4022 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.073 ms 10 Yes /classes/SpecificPrice.php:576
4286
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3863) AND (b.`id_shop` = 1) LIMIT 1
1.073 ms 1 /src/Adapter/EntityMapper.php:71
3388
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6131 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.072 ms 10 Yes /classes/SpecificPrice.php:576
5301
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9846) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.070 ms 1 Yes Yes /classes/Product.php:4524
4186
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4035
1.068 ms 1 /classes/Product.php:2902
5296
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7753) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.067 ms 1 Yes Yes /classes/Product.php:4524
5281
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6077) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.066 ms 1 Yes Yes /classes/Product.php:4524
128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3519
AND image_shop.`cover` = 1 LIMIT 1
1.060 ms 1 /classes/Product.php:3570
704
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3873 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.060 ms 10 Yes /classes/SpecificPrice.php:576
5026
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.058 ms 1 Yes Yes /classes/Product.php:4524
2502
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3956
AND image_shop.`cover` = 1 LIMIT 1
1.058 ms 1 /classes/Product.php:3570
737
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3943 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.056 ms 10 Yes /classes/SpecificPrice.php:576
4748
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9851) AND (b.`id_shop` = 1) LIMIT 1
1.056 ms 1 /src/Adapter/EntityMapper.php:71
499
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3630 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3630 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.056 ms 0 /classes/Cart.php:1430
2175
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5102 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.055 ms 10 Yes /classes/SpecificPrice.php:576
1845
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4540 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.054 ms 10 Yes /classes/SpecificPrice.php:576
3463
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6199 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.051 ms 10 Yes /classes/SpecificPrice.php:576
4038
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3987
ORDER BY `position`
1.051 ms 1 Yes /classes/Product.php:3545
517
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3197 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.050 ms 10 Yes /classes/SpecificPrice.php:576
605
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3227 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.050 ms 10 Yes /classes/SpecificPrice.php:576
1014
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3987 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.049 ms 10 Yes /classes/SpecificPrice.php:576
1729
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4490 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4490 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.049 ms 0 /classes/Cart.php:1430
5000
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2759) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.049 ms 1 Yes Yes /classes/Product.php:4524
1476
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4029 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.048 ms 0 /classes/Cart.php:1430
3696
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8415 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.046 ms 10 Yes /classes/SpecificPrice.php:576
2186
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3909 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.045 ms 10 Yes /classes/SpecificPrice.php:576
3399
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9792 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.045 ms 11 Yes /classes/SpecificPrice.php:576
118
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
1.044 ms 1 /classes/Product.php:5659
384
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2889)
1.044 ms 1 /classes/Product.php:3860
4167
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4030
ORDER BY `position`
1.044 ms 1 Yes /classes/Product.php:3545
4199
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2946) AND (b.`id_shop` = 1) LIMIT 1
1.044 ms 1 /src/Adapter/EntityMapper.php:71
782
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3881 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.042 ms 10 Yes /classes/SpecificPrice.php:576
809
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3882 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3882 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.042 ms 0 /classes/Cart.php:1430
1456
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2814
AND image_shop.`cover` = 1 LIMIT 1
1.041 ms 1 /classes/Product.php:3570
1669
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4241 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.041 ms 10 Yes /classes/SpecificPrice.php:576
1504
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2812 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.040 ms 10 Yes /classes/SpecificPrice.php:576
948
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3913 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.039 ms 10 Yes /classes/SpecificPrice.php:576
4235
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2894) AND (b.`id_shop` = 1) LIMIT 1
1.038 ms 1 /src/Adapter/EntityMapper.php:71
3992
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3867) AND (b.`id_shop` = 1) LIMIT 1
1.037 ms 1 /src/Adapter/EntityMapper.php:71
5344
INSERT INTO `hgt78_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('105766', '', 'www.encens.fr/2-accueil?q=Cat%C3%A9gories-Bien%5C-etre-Saveurs-D%C3%A9coration%2FMarque-WLM&resultsPerPage=99999', '', '2025-05-01 16:51:03')
1.037 ms 1 /classes/ObjectModel.php:622
594
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3235 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.035 ms 10 Yes /classes/SpecificPrice.php:576
3219
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9771
AND image_shop.`cover` = 1 LIMIT 1
1.034 ms 1 /classes/Product.php:3570
1515
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4032 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.033 ms 10 Yes /classes/SpecificPrice.php:576
4023
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3015
ORDER BY `position`
1.033 ms 1 Yes /classes/Product.php:3545
3474
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.032 ms 10 Yes /classes/SpecificPrice.php:576
4434
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3983
ORDER BY `position`
1.031 ms 1 Yes /classes/Product.php:3545
3102
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9749 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.031 ms 11 Yes /classes/SpecificPrice.php:576
349
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3551 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.030 ms 10 Yes /classes/SpecificPrice.php:576
693
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3520 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.029 ms 10 Yes /classes/SpecificPrice.php:576
2209
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3910)
1.029 ms 1 /classes/Product.php:3860
2456
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3981 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3981 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.029 ms 0 /classes/Cart.php:1430
3496
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9821 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.029 ms 10 Yes /classes/SpecificPrice.php:576
4153
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2815
1.029 ms 1 /classes/Product.php:2902
3588
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9847) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.028 ms 1 /classes/stock/StockAvailable.php:453
4997
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2762) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.027 ms 1 Yes Yes /classes/Product.php:4524
254
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2595
AND image_shop.`cover` = 1 LIMIT 1
1.026 ms 2 /classes/Product.php:3570
1358
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2403 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.026 ms 10 Yes /classes/SpecificPrice.php:576
4782
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10931) AND (b.`id_shop` = 1) LIMIT 1
1.026 ms 1 /src/Adapter/EntityMapper.php:71
1651
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2914) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.025 ms 1 /classes/stock/StockAvailable.php:453
2784
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6134 AND id_shop=1 LIMIT 1
1.025 ms 1 /classes/Product.php:6876
3662
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7767)
1.025 ms 1 /classes/Product.php:3860
4853
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 41 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.025 ms 7 Yes Yes /classes/Category.php:799
2766
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6105
ORDER BY f.position ASC
1.022 ms 5 Yes /classes/Product.php:6021
2595
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5085 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.022 ms 10 Yes /classes/SpecificPrice.php:576
3085
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9747 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.022 ms 0 /classes/Cart.php:1430
4656
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9774
ORDER BY `position`
1.022 ms 1 Yes /classes/Product.php:3545
3529
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9842 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.019 ms 11 Yes /classes/SpecificPrice.php:576
356
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2808
AND image_shop.`cover` = 1 LIMIT 1
1.018 ms 1 /classes/Product.php:3570
1483
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2813)
1.018 ms 1 /classes/Product.php:3860
2087
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4703 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.018 ms 10 Yes /classes/SpecificPrice.php:576
2658
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
1.018 ms 1 /classes/Product.php:5659
1922
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4582 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.016 ms 10 Yes /classes/SpecificPrice.php:576
3080
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9747 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.016 ms 11 Yes /classes/SpecificPrice.php:576
4649
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9773) AND (b.`id_shop` = 1) LIMIT 1
1.016 ms 1 /src/Adapter/EntityMapper.php:71
4740
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9848
ORDER BY `position`
1.016 ms 1 Yes /classes/Product.php:3545
3018
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9743 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9743 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.014 ms 0 /classes/Cart.php:1430
5228
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6105) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.014 ms 1 Yes Yes /classes/Product.php:4524
649
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3230 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.013 ms 10 Yes /classes/SpecificPrice.php:576
4698
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9819
ORDER BY `position`
1.012 ms 1 Yes /classes/Product.php:3545
4994
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3505) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.011 ms 1 Yes Yes /classes/Product.php:4524
2214
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3910
ORDER BY f.position ASC
1.010 ms 5 Yes /classes/Product.php:6021
4715
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7753) AND (b.`id_shop` = 1) LIMIT 1
1.010 ms 1 /src/Adapter/EntityMapper.php:71
2230
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3911 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.007 ms 10 Yes /classes/SpecificPrice.php:576
5292
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.005 ms 1 Yes Yes /classes/Product.php:4524
210
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2761
AND image_shop.`cover` = 1 LIMIT 1
1.005 ms 1 /classes/Product.php:3570
4157
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2814) AND (b.`id_shop` = 1) LIMIT 1
1.005 ms 1 /src/Adapter/EntityMapper.php:71
4313
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3891) AND (b.`id_shop` = 1) LIMIT 1
1.005 ms 1 /src/Adapter/EntityMapper.php:71
2672
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5641 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.004 ms 10 Yes /classes/SpecificPrice.php:576
2103
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3894 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3894 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.003 ms 0 /classes/Cart.php:1430
3670
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10738) AND (b.`id_shop` = 1) LIMIT 1
1.003 ms 1 /src/Adapter/EntityMapper.php:71
5218
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4093) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.003 ms 1 Yes Yes /classes/Product.php:4524
107
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_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` = 28
AND tr.`id_state` IN (0, 0)
AND ('04510' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '04510')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
1.002 ms 1 /classes/tax/TaxRulesTaxManager.php:109
5111
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4029) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.001 ms 1 Yes Yes /classes/Product.php:4524
3639
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9851 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.001 ms 11 Yes /classes/SpecificPrice.php:576
5031
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3234) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.000 ms 1 Yes Yes /classes/Product.php:4524
5187
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5337) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.000 ms 1 Yes Yes /classes/Product.php:4524
3421
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9794 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.000 ms 11 Yes /classes/SpecificPrice.php:576
3606
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9848 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.000 ms 11 Yes /classes/SpecificPrice.php:576
4263
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4540
ORDER BY `position`
1.000 ms 1 Yes /classes/Product.php:3545
1325
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2398 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.998 ms 11 Yes /classes/SpecificPrice.php:576
4316
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4701) AND (b.`id_shop` = 1) LIMIT 1
0.998 ms 1 /src/Adapter/EntityMapper.php:71
793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3946 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.997 ms 10 Yes /classes/SpecificPrice.php:576
2611
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4041 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4041 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.997 ms 0 /classes/Cart.php:1430
4013
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3850) AND (b.`id_shop` = 1) LIMIT 1
0.997 ms 1 /src/Adapter/EntityMapper.php:71
4017
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3851
ORDER BY `position`
0.996 ms 1 Yes /classes/Product.php:3545
316
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2594 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.995 ms 10 Yes /classes/SpecificPrice.php:576
488
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3629 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3629 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.995 ms 0 /classes/Cart.php:1430
2084
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.995 ms 1 /classes/Product.php:5659
2584
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5083 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.994 ms 10 Yes /classes/SpecificPrice.php:576
3540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9843 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.994 ms 11 Yes /classes/SpecificPrice.php:576
748
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3878 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.993 ms 10 Yes /classes/SpecificPrice.php:576
3445
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6133 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.993 ms 0 /classes/Cart.php:1430
2684
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5642)
0.992 ms 1 /classes/Product.php:3860
4700
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6199) AND (b.`id_shop` = 1) LIMIT 1
0.992 ms 1 /src/Adapter/EntityMapper.php:71
348
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3551
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.992 ms 0 /classes/SpecificPrice.php:259
3507
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9830 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.992 ms 11 Yes /classes/SpecificPrice.php:576
5003
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3019) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.992 ms 1 Yes Yes /classes/Product.php:4524
338
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2419 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.991 ms 10 Yes /classes/SpecificPrice.php:576
715
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3875 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.991 ms 10 Yes /classes/SpecificPrice.php:576
1444
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4022
AND image_shop.`cover` = 1 LIMIT 1
0.991 ms 1 /classes/Product.php:3570
1944
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4583 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.991 ms 10 Yes /classes/SpecificPrice.php:576
1966
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3874 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.991 ms 10 Yes /classes/SpecificPrice.php:576
443
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3626 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3626 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.990 ms 0 /classes/Cart.php:1430
1757
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4492 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.989 ms 10 Yes /classes/SpecificPrice.php:576
1790
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2896 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.989 ms 10 Yes /classes/SpecificPrice.php:576
2032
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3891 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.989 ms 10 Yes /classes/SpecificPrice.php:576
4541
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8948) AND (b.`id_shop` = 1) LIMIT 1
0.989 ms 1 /src/Adapter/EntityMapper.php:71
4001
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3853) AND (b.`id_shop` = 1) LIMIT 1
0.988 ms 1 /src/Adapter/EntityMapper.php:71
4305
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4699
ORDER BY `position`
0.988 ms 1 Yes /classes/Product.php:3545
2683
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5642 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.987 ms 10 Yes /classes/SpecificPrice.php:576
2159
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5077
ORDER BY f.position ASC
0.987 ms 5 Yes /classes/Product.php:6021
3217
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5514 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5514 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.986 ms 0 /classes/Cart.php:1430
1812
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4508 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.986 ms 10 Yes /classes/SpecificPrice.php:576
2059
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3892 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3892 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.985 ms 0 /classes/Cart.php:1430
4297
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3874
0.984 ms 1 /classes/Product.php:2902
1867
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3856 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.983 ms 10 Yes /classes/SpecificPrice.php:576
2716
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6024 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.983 ms 10 Yes /classes/SpecificPrice.php:576
4857
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 45 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.983 ms 8 Yes Yes /classes/Category.php:799
2797
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4253) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.982 ms 1 /classes/stock/StockAvailable.php:453
2147
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5076 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5076 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.981 ms 0 /classes/Cart.php:1430
4110
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4004
ORDER BY `position`
0.981 ms 1 Yes /classes/Product.php:3545
4251
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4507
ORDER BY `position`
0.981 ms 1 Yes /classes/Product.php:3545
1534
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.981 ms 1 /classes/Product.php:5659
1641
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4238 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4238 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.981 ms 0 /classes/Cart.php:1430
2916
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8970 AND id_shop=1 LIMIT 1
0.980 ms 1 /classes/Product.php:6876
4025
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2441) AND (b.`id_shop` = 1) LIMIT 1
0.980 ms 1 /src/Adapter/EntityMapper.php:71
1988
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3890 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.979 ms 10 Yes /classes/SpecificPrice.php:576
1764
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2895
AND image_shop.`cover` = 1 LIMIT 1
0.978 ms 1 /classes/Product.php:3570
2495
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3940 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.978 ms 10 Yes /classes/SpecificPrice.php:576
3551
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9844 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.978 ms 10 Yes /classes/SpecificPrice.php:576
5253
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.978 ms 1 Yes Yes /classes/Product.php:4524
1999
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4699 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.977 ms 10 Yes /classes/SpecificPrice.php:576
449
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3627 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.976 ms 10 Yes /classes/SpecificPrice.php:576
2264
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5166)
0.976 ms 1 /classes/Product.php:3860
1466
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2814
ORDER BY f.position ASC
0.975 ms 5 Yes /classes/Product.php:6021
1856
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4541 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.974 ms 10 Yes /classes/SpecificPrice.php:576
2285
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5336 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.974 ms 10 Yes /classes/SpecificPrice.php:576
226
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2760)
0.973 ms 1 /classes/Product.php:3860
1576
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3550
ORDER BY f.position ASC
0.973 ms 5 Yes /classes/Product.php:6021
2263
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5166 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.973 ms 10 Yes /classes/SpecificPrice.php:576
3573
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9846 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.973 ms 10 Yes /classes/SpecificPrice.php:576
660
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3231 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.971 ms 10 Yes /classes/SpecificPrice.php:576
4301
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3890) AND (b.`id_shop` = 1) LIMIT 1
0.971 ms 1 /src/Adapter/EntityMapper.php:71
3432
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6133 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.969 ms 10 Yes /classes/SpecificPrice.php:576
1735
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4491 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.969 ms 10 Yes /classes/SpecificPrice.php:576
2296
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3919 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.967 ms 10 Yes /classes/SpecificPrice.php:576
1408
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2817 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2817 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.966 ms 0 /classes/Cart.php:1430
1592
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3560 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.966 ms 10 Yes /classes/SpecificPrice.php:576
1564
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4035 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.965 ms 0 /classes/Cart.php:1430
2340
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5639 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.965 ms 10 Yes /classes/SpecificPrice.php:576
2628
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5328 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.964 ms 10 Yes /classes/SpecificPrice.php:576
5198
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3930) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.964 ms 1 Yes Yes /classes/Product.php:4524
2969
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9723 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.963 ms 11 Yes /classes/SpecificPrice.php:576
2246
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5164 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5164 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.963 ms 0 /classes/Cart.php:1430
4029
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3985
ORDER BY `position`
0.963 ms 1 Yes /classes/Product.php:3545
1801
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4507 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.961 ms 10 Yes /classes/SpecificPrice.php:576
4733
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9847) AND (b.`id_shop` = 1) LIMIT 1
0.959 ms 1 /src/Adapter/EntityMapper.php:71
47
SELECT SQL_NO_CACHE state FROM hgt78_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.959 ms 1 /classes/FeatureFlag.php:105
1537
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4033 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.958 ms 10 Yes /classes/SpecificPrice.php:576
2757
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.958 ms 1 /classes/Product.php:5659
5020
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2918) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.958 ms 1 Yes Yes /classes/Product.php:4524
392
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3623 LIMIT 1
0.957 ms 10 /classes/SpecificPrice.php:435
2076
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3893 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.956 ms 10 Yes /classes/SpecificPrice.php:576
4237
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2894
0.956 ms 1 /classes/Product.php:2902
2728
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4246)
0.955 ms 1 /classes/Product.php:3860
2733
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4246
ORDER BY f.position ASC
0.954 ms 5 Yes /classes/Product.php:6021
3617
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9849 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.954 ms 11 Yes /classes/SpecificPrice.php:576
3751
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9735 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.954 ms 11 Yes /classes/SpecificPrice.php:576
4727
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9845) AND (b.`id_shop` = 1) LIMIT 1
0.954 ms 1 /src/Adapter/EntityMapper.php:71
2033
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3891)
0.953 ms 1 /classes/Product.php:3860
5305
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9849) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.953 ms 1 Yes Yes /classes/Product.php:4524
1765
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.952 ms 1 /classes/Product.php:5659
2290
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5336 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.952 ms 0 /classes/Cart.php:1430
5273
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5516) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.952 ms 1 Yes Yes /classes/Product.php:4524
2081
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3893 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3893 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.951 ms 0 /classes/Cart.php:1430
3545
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9843 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9843 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.951 ms 0 /classes/Cart.php:1430
236
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2759 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.950 ms 10 Yes /classes/SpecificPrice.php:576
428
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3625)
0.950 ms 1 /classes/Product.php:3860
2307
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5337 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.950 ms 10 Yes /classes/SpecificPrice.php:576
4067
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3995) AND (b.`id_shop` = 1) LIMIT 1
0.950 ms 1 /src/Adapter/EntityMapper.php:71
1674
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4241 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4241 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.950 ms 0 /classes/Cart.php:1430
5257
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9747) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.950 ms 1 Yes Yes /classes/Product.php:4524
214
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2761 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.949 ms 10 Yes /classes/SpecificPrice.php:576
726
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3942 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.949 ms 10 Yes /classes/SpecificPrice.php:576
3562
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9845 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.949 ms 11 Yes /classes/SpecificPrice.php:576
5233
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4295) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.949 ms 1 Yes Yes /classes/Product.php:4524
4325
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3893) AND (b.`id_shop` = 1) LIMIT 1
0.948 ms 1 /src/Adapter/EntityMapper.php:71
305
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2502 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.948 ms 10 Yes /classes/SpecificPrice.php:576
760
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3944 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.947 ms 10 Yes /classes/SpecificPrice.php:576
1620
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2946
ORDER BY f.position ASC
0.947 ms 5 Yes /classes/Product.php:6021
3651
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9852)
0.947 ms 1 /classes/Product.php:3860
3591
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7760
AND image_shop.`cover` = 1 LIMIT 1
0.946 ms 1 /classes/Product.php:3570
3311
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9788 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.945 ms 11 Yes /classes/SpecificPrice.php:576
4250
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4507) AND (b.`id_shop` = 1) LIMIT 1
0.945 ms 1 /src/Adapter/EntityMapper.php:71
1663
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4239 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4239 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.945 ms 0 /classes/Cart.php:1430
2180
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5102 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.945 ms 0 /classes/Cart.php:1430
2703
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6023 LIMIT 1
0.944 ms 10 /classes/SpecificPrice.php:435
2925
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4334 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.944 ms 10 Yes /classes/SpecificPrice.php:576
3891
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2944
ORDER BY `position`
0.942 ms 1 Yes /classes/Product.php:3545
233
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.941 ms 1 /classes/Product.php:5659
1471
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4029 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.941 ms 10 Yes /classes/SpecificPrice.php:576
1911
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3861 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.940 ms 10 Yes /classes/SpecificPrice.php:576
3355
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9790 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.940 ms 11 Yes /classes/SpecificPrice.php:576
3501
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9821 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.940 ms 0 /classes/Cart.php:1430
4361
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3910) AND (b.`id_shop` = 1) LIMIT 1
0.940 ms 1 /src/Adapter/EntityMapper.php:71
4876
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 200 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.940 ms 14 Yes Yes /classes/Category.php:799
5287
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6132) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.940 ms 1 Yes Yes /classes/Product.php:4524
2815
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4295 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.940 ms 10 Yes /classes/SpecificPrice.php:576
1548
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4034 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.939 ms 10 Yes /classes/SpecificPrice.php:576
3568
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9845
ORDER BY f.position ASC
0.939 ms 5 Yes /classes/Product.php:6021
4610
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9751) AND (b.`id_shop` = 1) LIMIT 1
0.939 ms 1 /src/Adapter/EntityMapper.php:71
5194
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4489) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.938 ms 1 Yes Yes /classes/Product.php:4524
21
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `hgt78_module` m
LEFT JOIN `hgt78_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.938 ms 118 /classes/module/Module.php:346
2787
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6134 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.938 ms 0 /classes/Cart.php:1430
4559
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9264) AND (b.`id_shop` = 1) LIMIT 1
0.938 ms 1 /src/Adapter/EntityMapper.php:71
2131
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4989 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.937 ms 10 Yes /classes/SpecificPrice.php:576
3707
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8416 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.937 ms 10 Yes /classes/SpecificPrice.php:576
152
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3518 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3518 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.936 ms 0 /classes/Cart.php:1430
327
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2504 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.935 ms 10 Yes /classes/SpecificPrice.php:576
2522
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3957 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3957 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.935 ms 0 /classes/Cart.php:1430
4229
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4490) AND (b.`id_shop` = 1) LIMIT 1
0.934 ms 1 /src/Adapter/EntityMapper.php:71
4268
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3856) AND (b.`id_shop` = 1) LIMIT 1
0.932 ms 1 /src/Adapter/EntityMapper.php:71
2407
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3978 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.932 ms 10 Yes /classes/SpecificPrice.php:576
1281
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4004 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.931 ms 10 Yes /classes/SpecificPrice.php:576
2517
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3957 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.931 ms 10 Yes /classes/SpecificPrice.php:576
3201
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9769 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.931 ms 11 Yes /classes/SpecificPrice.php:576
3518
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7753 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.931 ms 10 Yes /classes/SpecificPrice.php:576
3584
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9847 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.931 ms 11 Yes /classes/SpecificPrice.php:576
4040
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3988) AND (b.`id_shop` = 1) LIMIT 1
0.931 ms 1 /src/Adapter/EntityMapper.php:71
4685
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9792) AND (b.`id_shop` = 1) LIMIT 1
0.931 ms 1 /src/Adapter/EntityMapper.php:71
3457
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9819 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.931 ms 0 /classes/Cart.php:1430
4032
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2442
ORDER BY `position`
0.930 ms 1 Yes /classes/Product.php:3545
4142
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2817) AND (b.`id_shop` = 1) LIMIT 1
0.930 ms 1 /src/Adapter/EntityMapper.php:71
203
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2762 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.930 ms 11 Yes /classes/SpecificPrice.php:576
2837
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4296 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.929 ms 10 Yes /classes/SpecificPrice.php:576
1977
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4698 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.929 ms 10 Yes /classes/SpecificPrice.php:576
4138
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2846
0.928 ms 1 /classes/Product.php:2902
159
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3516 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.928 ms 10 Yes /classes/SpecificPrice.php:576
3718
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8979 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.928 ms 16 Yes /classes/SpecificPrice.php:576
121
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5659 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.927 ms 10 Yes /classes/SpecificPrice.php:576
771
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3945 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.927 ms 10 Yes /classes/SpecificPrice.php:576
1720
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4490
AND image_shop.`cover` = 1 LIMIT 1
0.927 ms 1 /classes/Product.php:3570
2991
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9742 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.926 ms 11 Yes /classes/SpecificPrice.php:576
190
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2763 LIMIT 1
0.924 ms 10 /classes/SpecificPrice.php:435
837
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3950 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.924 ms 10 Yes /classes/SpecificPrice.php:576
2451
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3981 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.923 ms 10 Yes /classes/SpecificPrice.php:576
909
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3848 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3848 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.923 ms 0 /classes/Cart.php:1430
215
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2761)
0.922 ms 1 /classes/Product.php:3860
293
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2596 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.922 ms 10 Yes /classes/SpecificPrice.php:576
2418
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3979 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.921 ms 10 Yes /classes/SpecificPrice.php:576
2429
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3930 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.921 ms 10 Yes /classes/SpecificPrice.php:576
4661
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9788) AND (b.`id_shop` = 1) LIMIT 1
0.921 ms 1 /src/Adapter/EntityMapper.php:71
3278
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5623 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.920 ms 10 Yes /classes/SpecificPrice.php:576
2644
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5352 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5352 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.919 ms 0 /classes/Cart.php:1430
5117
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4033) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.919 ms 1 Yes Yes /classes/Product.php:4524
3740
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9381 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.919 ms 10 Yes /classes/SpecificPrice.php:576
4785
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3628
ORDER BY `position`
0.919 ms 1 Yes /classes/Product.php:3545
3140
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5116 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5116 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.918 ms 0 /classes/Cart.php:1430
1347
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4017 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.917 ms 10 Yes /classes/SpecificPrice.php:576
5299
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9844) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.917 ms 1 Yes Yes /classes/Product.php:4524
170
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3505 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.916 ms 10 Yes /classes/SpecificPrice.php:576
2396
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3927 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.916 ms 10 Yes /classes/SpecificPrice.php:576
2903
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4333 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.916 ms 10 Yes /classes/SpecificPrice.php:576
2323
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5638 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5638 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.915 ms 0 /classes/Cart.php:1430
2655
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4093 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4093 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.915 ms 0 /classes/Cart.php:1430
2776
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4252 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4252 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.914 ms 0 /classes/Cart.php:1430
3628
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9850 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.913 ms 11 Yes /classes/SpecificPrice.php:576
5186
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3919) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.913 ms 1 Yes Yes /classes/Product.php:4524
1559
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4035 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.913 ms 10 Yes /classes/SpecificPrice.php:576
3267
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9773 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.912 ms 11 Yes /classes/SpecificPrice.php:576
4333
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3894
0.912 ms 1 /classes/Product.php:2902
4863
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 54 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.911 ms 10 Yes Yes /classes/Category.php:799
4611
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9751
ORDER BY `position`
0.910 ms 1 Yes /classes/Product.php:3545
4256
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3852) AND (b.`id_shop` = 1) LIMIT 1
0.909 ms 1 /src/Adapter/EntityMapper.php:71
4992
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3518) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.909 ms 1 Yes Yes /classes/Product.php:4524
5202
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3983) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.908 ms 1 Yes Yes /classes/Product.php:4524
252
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2758 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.907 ms 0 /classes/Cart.php:1430
3366
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6078 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.906 ms 10 Yes /classes/SpecificPrice.php:576
4093
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4001
0.906 ms 1 /classes/Product.php:2902
854
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3867 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3867 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.905 ms 0 /classes/Cart.php:1430
5246
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9721) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.904 ms 1 Yes Yes /classes/Product.php:4524
395
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3623)
0.903 ms 1 /classes/Product.php:3860
4732
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9846
0.903 ms 1 /classes/Product.php:2902
4505
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6025) AND (b.`id_shop` = 1) LIMIT 1
0.902 ms 1 /src/Adapter/EntityMapper.php:71
1236
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4002 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.901 ms 10 Yes /classes/SpecificPrice.php:576
3230
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5515
AND image_shop.`cover` = 1 LIMIT 1
0.901 ms 1 /classes/Product.php:3570
4470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4041
ORDER BY `position`
0.901 ms 1 Yes /classes/Product.php:3545
4990
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5659) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.898 ms 1 Yes Yes /classes/Product.php:4524
1740
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4491 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.897 ms 0 /classes/Cart.php:1430
2329
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3922 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.896 ms 10 Yes /classes/SpecificPrice.php:576
3338
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9789 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9789 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.896 ms 0 /classes/Cart.php:1430
522
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3197 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3197 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.895 ms 0 /classes/Cart.php:1430
1403
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2817 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.895 ms 10 Yes /classes/SpecificPrice.php:576
5272
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9772) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.895 ms 1 Yes Yes /classes/Product.php:4524
2134
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4989 AND `id_group` = 1 LIMIT 1
0.895 ms 0 /classes/GroupReduction.php:156
41
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1
0.894 ms 1 /src/Adapter/EntityMapper.php:71
4179
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4033
ORDER BY `position`
0.894 ms 1 Yes /classes/Product.php:3545
3333
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9789 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.893 ms 11 Yes /classes/SpecificPrice.php:576
2551
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4007 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.893 ms 10 Yes /classes/SpecificPrice.php:576
5005
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2596) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.893 ms 1 Yes Yes /classes/Product.php:4524
5004
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2475) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.892 ms 1 Yes Yes /classes/Product.php:4524
471
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2944
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.892 ms 0 /classes/SpecificPrice.php:259
5025
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3197) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.892 ms 1 Yes Yes /classes/Product.php:4524
3256
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5516 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.891 ms 10 Yes /classes/SpecificPrice.php:576
5083
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2434) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.891 ms 1 Yes Yes /classes/Product.php:4524
164
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3516 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3516 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.890 ms 0 /classes/Cart.php:1430
2440
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3980 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.890 ms 10 Yes /classes/SpecificPrice.php:576
1779
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4506 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.889 ms 10 Yes /classes/SpecificPrice.php:576
2072
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3893
AND image_shop.`cover` = 1 LIMIT 1
0.888 ms 1 /classes/Product.php:3570
2184
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3909 LIMIT 1
0.888 ms 10 /classes/SpecificPrice.php:435
3763
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10627 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.888 ms 10 Yes /classes/SpecificPrice.php:576
2819
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4295) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.888 ms 1 /classes/stock/StockAvailable.php:453
3792
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3628 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3628 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.888 ms 0 /classes/Cart.php:1430
5124
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.888 ms 1 Yes Yes /classes/Product.php:4524
4355
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3909) AND (b.`id_shop` = 1) LIMIT 1
0.887 ms 1 /src/Adapter/EntityMapper.php:71
2043
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4701 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.886 ms 10 Yes /classes/SpecificPrice.php:576
181
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3504 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.885 ms 10 Yes /classes/SpecificPrice.php:576
2363
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4488 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.885 ms 10 Yes /classes/SpecificPrice.php:576
986
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3985 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3985 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.884 ms 0 /classes/Cart.php:1430
1680
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2420 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.884 ms 10 Yes /classes/SpecificPrice.php:576
4646
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5516) AND (b.`id_shop` = 1) LIMIT 1
0.884 ms 1 /src/Adapter/EntityMapper.php:71
2224
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5104 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.883 ms 0 /classes/Cart.php:1430
3774
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10931 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.882 ms 10 Yes /classes/SpecificPrice.php:576
2213
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3910 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3910 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.882 ms 0 /classes/Cart.php:1430
4377
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5166
ORDER BY `position`
0.882 ms 1 Yes /classes/Product.php:3545
5123
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3563) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.881 ms 1 Yes Yes /classes/Product.php:4524
3556
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9844 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9844 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.881 ms 0 /classes/Cart.php:1430
4037
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3987) AND (b.`id_shop` = 1) LIMIT 1
0.881 ms 1 /src/Adapter/EntityMapper.php:71
2606
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4041 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.880 ms 10 Yes /classes/SpecificPrice.php:576
4136
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2846) AND (b.`id_shop` = 1) LIMIT 1
0.880 ms 1 /src/Adapter/EntityMapper.php:71
4180
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4033
0.880 ms 1 /classes/Product.php:2902
920
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3849 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3849 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.879 ms 0 /classes/Cart.php:1430
5006
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2502) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.878 ms 1 Yes Yes /classes/Product.php:4524
2777
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4252
ORDER BY f.position ASC
0.878 ms 5 Yes /classes/Product.php:6021
1625
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4236 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.877 ms 10 Yes /classes/SpecificPrice.php:576
2617
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5101 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.877 ms 10 Yes /classes/SpecificPrice.php:576
1629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.876 ms 1 /classes/stock/StockAvailable.php:453
3144
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9752 LIMIT 1
0.876 ms 11 /classes/SpecificPrice.php:435
4784
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10931
0.876 ms 1 /classes/Product.php:2902
2770
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4252
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.875 ms 0 /classes/SpecificPrice.php:259
46
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1
0.875 ms 1 /src/Adapter/EntityMapper.php:71
2374
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3924 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.875 ms 10 Yes /classes/SpecificPrice.php:576
4518
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6134
ORDER BY `position`
0.875 ms 1 Yes /classes/Product.php:3545
4780
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10627
ORDER BY `position`
0.875 ms 1 Yes /classes/Product.php:3545
1454
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4022 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4022 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.872 ms 0 /classes/Cart.php:1430
4004
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3847) AND (b.`id_shop` = 1) LIMIT 1
0.872 ms 1 /src/Adapter/EntityMapper.php:71
1758
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4492)
0.872 ms 1 /classes/Product.php:3860
5019
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3627) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.871 ms 1 Yes Yes /classes/Product.php:4524
2275
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5167)
0.871 ms 1 /classes/Product.php:3860
4710
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9821
ORDER BY `position`
0.871 ms 1 Yes /classes/Product.php:3545
1795
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2896 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2896 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.870 ms 0 /classes/Cart.php:1430
3684
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8414 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.870 ms 10 Yes /classes/SpecificPrice.php:576
372
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3552 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.869 ms 10 Yes /classes/SpecificPrice.php:576
4337
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4718) AND (b.`id_shop` = 1) LIMIT 1
0.869 ms 1 /src/Adapter/EntityMapper.php:71
3069
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9746 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.867 ms 11 Yes /classes/SpecificPrice.php:576
4805
SELECT SQL_NO_CACHE *
FROM `hgt78_currency` c
INNER JOIN hgt78_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.867 ms 2 Yes /classes/Currency.php:694
4854
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 344 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.867 ms 15 Yes Yes /classes/Category.php:799
709
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3873 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3873 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.867 ms 0 /classes/Cart.php:1430
2480
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3984
AND image_shop.`cover` = 1 LIMIT 1
0.867 ms 1 /classes/Product.php:3570
4307
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2950) AND (b.`id_shop` = 1) LIMIT 1
0.866 ms 1 /src/Adapter/EntityMapper.php:71
4764
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8415
0.866 ms 1 /classes/Product.php:2902
1203
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4000 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.865 ms 10 Yes /classes/SpecificPrice.php:576
5200
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3981) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.864 ms 1 Yes Yes /classes/Product.php:4524
1696
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3332 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3332 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.863 ms 0 /classes/Cart.php:1430
454
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3627 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.862 ms 0 /classes/Cart.php:1430
2463
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3982)
0.862 ms 1 /classes/Product.php:3860
2276
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5167 AND id_shop=1 LIMIT 1
0.861 ms 1 /classes/Product.php:6876
3633
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9850 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9850 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.861 ms 0 /classes/Cart.php:1430
4613
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5116) AND (b.`id_shop` = 1) LIMIT 1
0.861 ms 1 /src/Adapter/EntityMapper.php:71
1640
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4238) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.861 ms 1 /classes/stock/StockAvailable.php:453
4145
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2816) AND (b.`id_shop` = 1) LIMIT 1
0.861 ms 1 /src/Adapter/EntityMapper.php:71
1485
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2813 AND `id_group` = 1 LIMIT 1
0.860 ms 0 /classes/GroupReduction.php:156
2345
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5639 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5639 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.860 ms 0 /classes/Cart.php:1430
3322
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6076 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.860 ms 10 Yes /classes/SpecificPrice.php:576
3479
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.860 ms 0 /classes/Cart.php:1430
3611
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9848 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9848 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.860 ms 0 /classes/Cart.php:1430
4113
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2737
ORDER BY `position`
0.860 ms 1 Yes /classes/Product.php:3545
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2594 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2594 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.859 ms 0 /classes/Cart.php:1430
1314
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3014 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.859 ms 10 Yes /classes/SpecificPrice.php:576
4154
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4022) AND (b.`id_shop` = 1) LIMIT 1
0.859 ms 1 /src/Adapter/EntityMapper.php:71
1752
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2894
ORDER BY f.position ASC
0.858 ms 5 Yes /classes/Product.php:6021
3768
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10627 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 10627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.858 ms 0 /classes/Cart.php:1430
282
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2475 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.858 ms 10 Yes /classes/SpecificPrice.php:576
2462
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3982 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.857 ms 10 Yes /classes/SpecificPrice.php:576
4278
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3860
ORDER BY `position`
0.857 ms 1 Yes /classes/Product.php:3545
3673
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10738 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.857 ms 10 Yes /classes/SpecificPrice.php:576
4172
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4032) AND (b.`id_shop` = 1) LIMIT 1
0.856 ms 1 /src/Adapter/EntityMapper.php:71
4626
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9768
ORDER BY `position`
0.856 ms 1 Yes /classes/Product.php:3545
720
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3875 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3875 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.854 ms 0 /classes/Cart.php:1430
1823
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3852 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.854 ms 10 Yes /classes/SpecificPrice.php:576
4508
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4247) AND (b.`id_shop` = 1) LIMIT 1
0.854 ms 1 /src/Adapter/EntityMapper.php:71
1630
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4236 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4236 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.853 ms 0 /classes/Cart.php:1430
1670
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4241)
0.853 ms 1 /classes/Product.php:3860
4190
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4036) AND (b.`id_shop` = 1) LIMIT 1
0.853 ms 1 /src/Adapter/EntityMapper.php:71
4206
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4238
ORDER BY `position`
0.853 ms 1 Yes /classes/Product.php:3545
3578
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9846 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9846 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.853 ms 0 /classes/Cart.php:1430
3327
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6076 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6076 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.852 ms 0 /classes/Cart.php:1430
4532
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4296) AND (b.`id_shop` = 1) LIMIT 1
0.852 ms 1 /src/Adapter/EntityMapper.php:71
4770
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8979
0.852 ms 1 /classes/Product.php:2902
4756
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7767
0.852 ms 1 /classes/Product.php:2902
2545
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3974 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3974 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.851 ms 0 /classes/Cart.php:1430
4244
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4506) AND (b.`id_shop` = 1) LIMIT 1
0.851 ms 1 /src/Adapter/EntityMapper.php:71
3468
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6199 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.851 ms 0 /classes/Cart.php:1430
4181
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4034) AND (b.`id_shop` = 1) LIMIT 1
0.850 ms 1 /src/Adapter/EntityMapper.php:71
3512
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.849 ms 0 /classes/Cart.php:1430
4160
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4029) AND (b.`id_shop` = 1) LIMIT 1
0.849 ms 1 /src/Adapter/EntityMapper.php:71
5266
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9768) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.849 ms 1 Yes Yes /classes/Product.php:4524
259
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2595 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.848 ms 10 Yes /classes/SpecificPrice.php:576
3249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9772) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.848 ms 1 /classes/stock/StockAvailable.php:453
4360
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5103
0.847 ms 1 /classes/Product.php:2902
4175
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2785) AND (b.`id_shop` = 1) LIMIT 1
0.847 ms 1 /src/Adapter/EntityMapper.php:71
798
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.846 ms 0 /classes/Cart.php:1430
5068
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2442) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.846 ms 1 Yes Yes /classes/Product.php:4524
2166
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5080 AND id_shop=1 LIMIT 1
0.845 ms 1 /classes/Product.php:6876
407
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2890 AND id_shop=1 LIMIT 1
0.845 ms 1 /classes/Product.php:6876
3228
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9771 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.845 ms 0 /classes/Cart.php:1430
4502
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4246) AND (b.`id_shop` = 1) LIMIT 1
0.845 ms 1 /src/Adapter/EntityMapper.php:71
3232
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5515 LIMIT 1
0.844 ms 10 /classes/SpecificPrice.php:435
455
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3627
ORDER BY f.position ASC
0.843 ms 5 Yes /classes/Product.php:6021
4173
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4032
ORDER BY `position`
0.842 ms 1 Yes /classes/Product.php:3545
2639
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5352 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.841 ms 10 Yes /classes/SpecificPrice.php:576
4015
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3850
0.841 ms 1 /classes/Product.php:2902
4493
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6018) AND (b.`id_shop` = 1) LIMIT 1
0.841 ms 1 /src/Adapter/EntityMapper.php:71
5108
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2815) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.841 ms 1 Yes Yes /classes/Product.php:4524
1828
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3852 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3852 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.841 ms 0 /classes/Cart.php:1430
2791
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4253 LIMIT 1
0.840 ms 10 /classes/SpecificPrice.php:435
616
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3236 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.840 ms 10 Yes /classes/SpecificPrice.php:576
3136
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5116)
0.840 ms 1 /classes/Product.php:3860
4738
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7760
0.840 ms 1 /classes/Product.php:2902
17
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `hgt78_module` m
LEFT JOIN `hgt78_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.839 ms 118 /classes/module/Module.php:346
1225
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2400 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.839 ms 10 Yes /classes/SpecificPrice.php:576
4074
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3997
ORDER BY `position`
0.839 ms 1 Yes /classes/Product.php:3545
4208
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2914) AND (b.`id_shop` = 1) LIMIT 1
0.839 ms 1 /src/Adapter/EntityMapper.php:71
4690
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6132
0.839 ms 1 /classes/Product.php:2902
2688
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5642 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5642 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.838 ms 0 /classes/Cart.php:1430
3523
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7753 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 7753 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.838 ms 0 /classes/Cart.php:1430
753
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3878 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3878 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.837 ms 0 /classes/Cart.php:1430
5298
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9843) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.837 ms 1 Yes Yes /classes/Product.php:4524
1702
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4413 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.836 ms 10 Yes /classes/SpecificPrice.php:576
2573
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5084 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.835 ms 10 Yes /classes/SpecificPrice.php:576
2809
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6135 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6135 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.835 ms 0 /classes/Cart.php:1430
4641
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5515
ORDER BY `position`
0.835 ms 1 Yes /classes/Product.php:3545
676
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3232 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3232 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.835 ms 0 /classes/Cart.php:1430
1397
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4019 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4019 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.835 ms 0 /classes/Cart.php:1430
4089
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4000
ORDER BY `position`
0.835 ms 1 Yes /classes/Product.php:3545
2257
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5165 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.834 ms 0 /classes/Cart.php:1430
2814
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4295
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.834 ms 0 /classes/SpecificPrice.php:259
5197
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.834 ms 1 Yes Yes /classes/Product.php:4524
5014
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.833 ms 1 Yes Yes /classes/Product.php:4524
5215
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5101) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.833 ms 1 Yes Yes /classes/Product.php:4524
4346
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5077) AND (b.`id_shop` = 1) LIMIT 1
0.833 ms 1 /src/Adapter/EntityMapper.php:71
2500
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3940 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3940 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.832 ms 0 /classes/Cart.php:1430
3210
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5514 LIMIT 1
0.832 ms 10 /classes/SpecificPrice.php:435
2125
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4718 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4718 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.831 ms 0 /classes/Cart.php:1430
4517
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6134) AND (b.`id_shop` = 1) LIMIT 1
0.831 ms 1 /src/Adapter/EntityMapper.php:71
5297
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9842) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.831 ms 1 Yes Yes /classes/Product.php:4524
4092
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4001
ORDER BY `position`
0.830 ms 1 Yes /classes/Product.php:3545
4616
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9752) AND (b.`id_shop` = 1) LIMIT 1
0.830 ms 1 /src/Adapter/EntityMapper.php:71
3534
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9842 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9842 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.829 ms 0 /classes/Cart.php:1430
4298
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4698) AND (b.`id_shop` = 1) LIMIT 1
0.829 ms 1 /src/Adapter/EntityMapper.php:71
3326
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.828 ms 1 /classes/stock/StockAvailable.php:453
9
SELECT SQL_NO_CACHE *
FROM `hgt78_lang` a
LEFT JOIN `hgt78_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.827 ms 1 /src/Adapter/EntityMapper.php:71
2529
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2930 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.827 ms 10 Yes /classes/SpecificPrice.php:576
5199
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3980) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.827 ms 1 Yes Yes /classes/Product.php:4524
3163
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5262
ORDER BY f.position ASC
0.827 ms 5 Yes /classes/Product.php:6021
3971
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3945) AND (b.`id_shop` = 1) LIMIT 1
0.827 ms 1 /src/Adapter/EntityMapper.php:71
354
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3551 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.826 ms 0 /classes/Cart.php:1430
1374
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4018 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.826 ms 0 /classes/Cart.php:1430
1768
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2895 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.826 ms 10 Yes /classes/SpecificPrice.php:576
4691
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9794) AND (b.`id_shop` = 1) LIMIT 1
0.826 ms 1 /src/Adapter/EntityMapper.php:71
5057
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3952) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.826 ms 1 Yes Yes /classes/Product.php:4524
3701
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8415 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8415 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.824 ms 0 /classes/Cart.php:1430
5007
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2594) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.824 ms 1 Yes Yes /classes/Product.php:4524
1575
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3550 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3550 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.823 ms 0 /classes/Cart.php:1430
419
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3624 AND `id_group` = 1 LIMIT 1
0.822 ms 0 /classes/GroupReduction.php:156
350
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3551)
0.821 ms 1 /classes/Product.php:3860
2274
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5167 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.821 ms 10 Yes /classes/SpecificPrice.php:576
3787
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3628 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.821 ms 10 Yes /classes/SpecificPrice.php:576
2109
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4704 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.820 ms 10 Yes /classes/SpecificPrice.php:576
3325
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6076 AND `id_group` = 1 LIMIT 1
0.820 ms 0 /classes/GroupReduction.php:156
665
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3231 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.818 ms 0 /classes/Cart.php:1430
3184
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9768 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9768 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.818 ms 0 /classes/Cart.php:1430
5205
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3956) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.818 ms 1 Yes Yes /classes/Product.php:4524
114
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5660 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5660 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.817 ms 0 /classes/Cart.php:1430
1303
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4005 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.817 ms 10 Yes /classes/SpecificPrice.php:576
2235
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3911 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3911 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.817 ms 0 /classes/Cart.php:1430
1126
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3995 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.816 ms 10 Yes /classes/SpecificPrice.php:576
2385
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4489 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.816 ms 10 Yes /classes/SpecificPrice.php:576
2092
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4703 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4703 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.815 ms 0 /classes/Cart.php:1430
4241
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2895) AND (b.`id_shop` = 1) LIMIT 1
0.815 ms 1 /src/Adapter/EntityMapper.php:71
1414
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2816 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.814 ms 10 Yes /classes/SpecificPrice.php:576
1545
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.814 ms 1 /classes/Product.php:5659
3118
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5109 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5109 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.814 ms 0 /classes/Cart.php:1430
4796
SELECT SQL_NO_CACHE * FROM `hgt78_cart_rule` cr
LEFT JOIN `hgt78_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.814 ms 1 /classes/CartRule.php:423
4043
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3989) AND (b.`id_shop` = 1) LIMIT 1
0.813 ms 1 /src/Adapter/EntityMapper.php:71
378
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3552
ORDER BY f.position ASC
0.812 ms 5 Yes /classes/Product.php:6021
4211
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4239) AND (b.`id_shop` = 1) LIMIT 1
0.812 ms 1 /src/Adapter/EntityMapper.php:71
5044
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3942) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.812 ms 1 Yes Yes /classes/Product.php:4524
1900
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3860 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.810 ms 10 Yes /classes/SpecificPrice.php:576
4769
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8979
ORDER BY `position`
0.810 ms 1 Yes /classes/Product.php:3545
3170
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9767 AND id_shop=1 LIMIT 1
0.808 ms 1 /classes/Product.php:6876
3204
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9769 AND `id_group` = 1 LIMIT 1
0.808 ms 0 /classes/GroupReduction.php:156
3224
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9771)
0.808 ms 1 /classes/Product.php:3860
4209
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2914
ORDER BY `position`
0.808 ms 1 Yes /classes/Product.php:3545
4768
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8979) AND (b.`id_shop` = 1) LIMIT 1
0.808 ms 1 /src/Adapter/EntityMapper.php:71
5165
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4702) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.808 ms 1 Yes Yes /classes/Product.php:4524
5185
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5336) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.808 ms 1 Yes Yes /classes/Product.php:4524
5294
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.808 ms 1 Yes Yes /classes/Product.php:4524
2820
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4295 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4295 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.807 ms 0 /classes/Cart.php:1430
4223
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4413) AND (b.`id_shop` = 1) LIMIT 1
0.807 ms 1 /src/Adapter/EntityMapper.php:71
4870
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 78 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.806 ms 12 Yes Yes /classes/Category.php:799
5265
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9767) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.806 ms 1 Yes Yes /classes/Product.php:4524
1955
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3864 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.805 ms 10 Yes /classes/SpecificPrice.php:576
3096
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5108 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5108 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.805 ms 0 /classes/Cart.php:1430
4673
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9790) AND (b.`id_shop` = 1) LIMIT 1
0.805 ms 1 /src/Adapter/EntityMapper.php:71
4569
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9723
ORDER BY `position`
0.804 ms 1 Yes /classes/Product.php:3545
3612
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9848
ORDER BY f.position ASC
0.804 ms 5 Yes /classes/Product.php:6021
1477
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4029
ORDER BY f.position ASC
0.803 ms 5 Yes /classes/Product.php:6021
1971
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3874 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3874 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.803 ms 0 /classes/Cart.php:1430
4096
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2400
0.803 ms 1 /classes/Product.php:2902
343
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2419 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.802 ms 0 /classes/Cart.php:1430
1386
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2846 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2846 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.802 ms 0 /classes/Cart.php:1430
2732
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4246 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4246 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.802 ms 0 /classes/Cart.php:1430
5013
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2889) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.802 ms 1 Yes Yes /classes/Product.php:4524
287
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2475 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2475 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.801 ms 0 /classes/Cart.php:1430
2390
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4489 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4489 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.801 ms 0 /classes/Cart.php:1430
4772
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9262
ORDER BY `position`
0.801 ms 1 Yes /classes/Product.php:3545
1749
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2894 AND `id_group` = 1 LIMIT 1
0.800 ms 0 /classes/GroupReduction.php:156
2202
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5103 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5103 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.800 ms 0 /classes/Cart.php:1430
298
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2596 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2596 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.800 ms 0 /classes/Cart.php:1430
466
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2918 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2918 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.799 ms 0 /classes/Cart.php:1430
1292
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2737 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.799 ms 10 Yes /classes/SpecificPrice.php:576
2842
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4296 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4296 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.799 ms 0 /classes/Cart.php:1430
4304
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4699) AND (b.`id_shop` = 1) LIMIT 1
0.799 ms 1 /src/Adapter/EntityMapper.php:71
742
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3943 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3943 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.798 ms 0 /classes/Cart.php:1430
1148
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3997 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.798 ms 10 Yes /classes/SpecificPrice.php:576
1730
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4490
ORDER BY f.position ASC
0.798 ms 5 Yes /classes/Product.php:6021
2742
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6025) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.798 ms 1 /classes/stock/StockAvailable.php:453
5159
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4699) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.797 ms 1 Yes Yes /classes/Product.php:4524
247
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2758 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.796 ms 10 Yes /classes/SpecificPrice.php:576
4284
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4582
ORDER BY `position`
0.796 ms 3 Yes /classes/Product.php:3545
3490
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6200 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.795 ms 0 /classes/Cart.php:1430
3426
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9794 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9794 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.794 ms 0 /classes/Cart.php:1430
698
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3520 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3520 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.794 ms 0 /classes/Cart.php:1430
787
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3881 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3881 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.794 ms 0 /classes/Cart.php:1430
1363
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2403 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2403 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.794 ms 0 /classes/Cart.php:1430
1542
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4033 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4033 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.793 ms 0 /classes/Cart.php:1430
2412
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3978 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3978 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.793 ms 0 /classes/Cart.php:1430
2114
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4704 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4704 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.792 ms 0 /classes/Cart.php:1430
4252
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4507
0.791 ms 1 /classes/Product.php:2902
4701
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6199
ORDER BY `position`
0.791 ms 1 Yes /classes/Product.php:3545
1480
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2813 LIMIT 1
0.790 ms 10 /classes/SpecificPrice.php:435
3195
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5323 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.789 ms 0 /classes/Cart.php:1430
3986
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3949) AND (b.`id_shop` = 1) LIMIT 1
0.789 ms 1 /src/Adapter/EntityMapper.php:71
297
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2596) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.788 ms 1 /classes/stock/StockAvailable.php:453
3250
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9772 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9772 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.788 ms 0 /classes/Cart.php:1430
4047
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3990
ORDER BY `position`
0.788 ms 1 Yes /classes/Product.php:3545
4148
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4021) AND (b.`id_shop` = 1) LIMIT 1
0.788 ms 1 /src/Adapter/EntityMapper.php:71
5163
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4701) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.788 ms 1 Yes Yes /classes/Product.php:4524
310
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2502 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2502 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.787 ms 0 /classes/Cart.php:1430
1667
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4241 LIMIT 1
0.786 ms 10 /classes/SpecificPrice.php:435
4051
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2702
0.785 ms 1 /classes/Product.php:2902
406
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2890)
0.784 ms 1 /classes/Product.php:3860
2758
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6105 LIMIT 1
0.784 ms 10 /classes/SpecificPrice.php:435
2600
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5085 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5085 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.783 ms 0 /classes/Cart.php:1430
4171
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2812
0.783 ms 1 /classes/Product.php:2902
4265
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4541) AND (b.`id_shop` = 1) LIMIT 1
0.783 ms 1 /src/Adapter/EntityMapper.php:71
126
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5659 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5659 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.781 ms 0 /classes/Cart.php:1430
389
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2889
ORDER BY f.position ASC
0.781 ms 5 Yes /classes/Product.php:6021
1972
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3874
ORDER BY f.position ASC
0.781 ms 5 Yes /classes/Product.php:6021
2540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3974 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.781 ms 10 Yes /classes/SpecificPrice.php:576
1586
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4036 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4036 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.779 ms 0 /classes/Cart.php:1430
423
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3625
AND image_shop.`cover` = 1 LIMIT 1
0.779 ms 1 /classes/Product.php:3570
3446
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6133
ORDER BY f.position ASC
0.779 ms 5 Yes /classes/Product.php:6021
4031
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2442) AND (b.`id_shop` = 1) LIMIT 1
0.778 ms 1 /src/Adapter/EntityMapper.php:71
3779
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10931 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 10931 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.778 ms 0 /classes/Cart.php:1430
26
SELECT SQL_NO_CACHE *
FROM `hgt78_currency` a
LEFT JOIN `hgt78_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `hgt78_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.777 ms 1 /src/Adapter/EntityMapper.php:71
4106
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2399) AND (b.`id_shop` = 1) LIMIT 1
0.777 ms 1 /src/Adapter/EntityMapper.php:71
4662
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9788
ORDER BY `position`
0.777 ms 1 Yes /classes/Product.php:3545
5232
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6135) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.777 ms 1 Yes Yes /classes/Product.php:4524
2192
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3909
ORDER BY f.position ASC
0.776 ms 5 Yes /classes/Product.php:6021
4454
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4007) AND (b.`id_shop` = 1) LIMIT 1
0.775 ms 1 /src/Adapter/EntityMapper.php:71
765
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3944 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3944 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.775 ms 0 /classes/Cart.php:1430
1993
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3890 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.775 ms 0 /classes/Cart.php:1430
3283
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5623 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.775 ms 0 /classes/Cart.php:1430
964
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3015 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.774 ms 0 /classes/Cart.php:1430
1520
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4032 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4032 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.774 ms 0 /classes/Cart.php:1430
1654
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4239
AND image_shop.`cover` = 1 LIMIT 1
0.774 ms 1 /classes/Product.php:3570
4011
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3849
ORDER BY `position`
0.774 ms 1 Yes /classes/Product.php:3545
5056
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3951) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.774 ms 1 Yes Yes /classes/Product.php:4524
4215
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4241
ORDER BY `position`
0.773 ms 1 Yes /classes/Product.php:3545
1441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2815) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.772 ms 1 /classes/stock/StockAvailable.php:453
3734
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.772 ms 0 /classes/Cart.php:1430
4716
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7753
ORDER BY `position`
0.772 ms 1 Yes /classes/Product.php:3545
731
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3942 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3942 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
3667
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7767
ORDER BY f.position ASC
0.771 ms 5 Yes /classes/Product.php:6021
3712
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8416 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8416 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
3596
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7760)
0.771 ms 1 /classes/Product.php:3860
3938
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3230) AND (b.`id_shop` = 1) LIMIT 1
0.770 ms 1 /src/Adapter/EntityMapper.php:71
2154
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5077)
0.769 ms 1 /classes/Product.php:3860
197
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2763 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2763 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.769 ms 0 /classes/Cart.php:1430
345
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3551
AND image_shop.`cover` = 1 LIMIT 1
0.769 ms 1 /classes/Product.php:3570
2254
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5165 AND id_shop=1 LIMIT 1
0.769 ms 1 /classes/Product.php:6876
2702
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.769 ms 1 /classes/Product.php:5659
5195
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3927) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.769 ms 1 Yes Yes /classes/Product.php:4524
4551
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4333
ORDER BY `position`
0.768 ms 1 Yes /classes/Product.php:3545
2710
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6023 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6023 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.768 ms 0 /classes/Cart.php:1430
5291
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6199) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.768 ms 1 Yes Yes /classes/Product.php:4524
502
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 45 LIMIT 1
0.767 ms 1 /classes/Category.php:1378
4236
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2894
ORDER BY `position`
0.767 ms 3 Yes /classes/Product.php:3545
4759
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8414) AND (b.`id_shop` = 1) LIMIT 1
0.766 ms 1 /src/Adapter/EntityMapper.php:71
5219
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5640) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.766 ms 1 Yes Yes /classes/Product.php:4524
3689
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8414 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8414 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.766 ms 0 /classes/Cart.php:1430
4310
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4700) AND (b.`id_shop` = 1) LIMIT 1
0.766 ms 1 /src/Adapter/EntityMapper.php:71
1434
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.765 ms 1 /classes/Product.php:5659
2312
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5337 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.765 ms 0 /classes/Cart.php:1430
3756
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9735 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9735 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.764 ms 0 /classes/Cart.php:1430
4526
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4295) AND (b.`id_shop` = 1) LIMIT 1
0.764 ms 1 /src/Adapter/EntityMapper.php:71
1583
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4036 AND id_shop=1 LIMIT 1
0.764 ms 1 /classes/Product.php:6876
1623
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4236 LIMIT 1
0.764 ms 10 /classes/SpecificPrice.php:435
5162
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3891) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.764 ms 1 Yes Yes /classes/Product.php:4524
2668
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5641
AND image_shop.`cover` = 1 LIMIT 1
0.763 ms 1 /classes/Product.php:3570
398
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3623) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.762 ms 1 /classes/stock/StockAvailable.php:453
2864
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8947 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8947 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.762 ms 0 /classes/Cart.php:1430
3349
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.762 ms 0 /classes/Cart.php:1430
3437
SELECT SQL_NO_CACHE *
FROM `hgt78_tax_lang`
WHERE `id_tax` = 1
0.762 ms 6 /src/Adapter/EntityMapper.php:79
3678
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10738 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 10738 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.762 ms 0 /classes/Cart.php:1430
687
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3233 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3233 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.761 ms 0 /classes/Cart.php:1430
2745
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4247
AND image_shop.`cover` = 1 LIMIT 1
0.761 ms 1 /classes/Product.php:3570
3567
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9845 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9845 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.761 ms 0 /classes/Cart.php:1430
5220
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5641) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.761 ms 1 Yes Yes /classes/Product.php:4524
3261
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5516 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5516 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.760 ms 0 /classes/Cart.php:1430
5081
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3996) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.760 ms 1 Yes Yes /classes/Product.php:4524
5069
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3986) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.758 ms 1 Yes Yes /classes/Product.php:4524
5293
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6200) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.757 ms 1 Yes Yes /classes/Product.php:4524
3173
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.756 ms 0 /classes/Cart.php:1430
5075
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3992) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.756 ms 1 Yes Yes /classes/Product.php:4524
5277
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5896) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.756 ms 1 Yes Yes /classes/Product.php:4524
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2760 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2760 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.755 ms 0 /classes/Cart.php:1430
3389
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6131)
0.755 ms 1 /classes/Product.php:3860
4565
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9721) AND (b.`id_shop` = 1) LIMIT 1
0.755 ms 1 /src/Adapter/EntityMapper.php:71
4281
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3861
ORDER BY `position`
0.755 ms 1 Yes /classes/Product.php:3545
2351
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3923 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.754 ms 10 Yes /classes/SpecificPrice.php:576
4170
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2812
ORDER BY `position`
0.754 ms 1 Yes /classes/Product.php:3545
344
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2419
ORDER BY f.position ASC
0.754 ms 5 Yes /classes/Product.php:6021
5226
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6025) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.754 ms 1 Yes Yes /classes/Product.php:4524
3622
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9849 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9849 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.753 ms 0 /classes/Cart.php:1430
4571
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4709) AND (b.`id_shop` = 1) LIMIT 1
0.753 ms 1 /src/Adapter/EntityMapper.php:71
1636
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4238 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.752 ms 10 Yes /classes/SpecificPrice.php:576
4104
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4003
ORDER BY `position`
0.752 ms 1 Yes /classes/Product.php:3545
4993
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3516) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.752 ms 1 Yes Yes /classes/Product.php:4524
1241
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4002 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4002 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.751 ms 0 /classes/Cart.php:1430
1418
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.751 ms 1 /classes/stock/StockAvailable.php:453
5280
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9789) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.751 ms 1 Yes Yes /classes/Product.php:4524
1131
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3995 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3995 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.750 ms 0 /classes/Cart.php:1430
2511
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3956 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3956 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.750 ms 0 /classes/Cart.php:1430
2524
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2930
AND image_shop.`cover` = 1 LIMIT 1
0.749 ms 2 /classes/Product.php:3570
3129
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9751 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9751 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.749 ms 0 /classes/Cart.php:1430
3935
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3229) AND (b.`id_shop` = 1) LIMIT 1
0.749 ms 1 /src/Adapter/EntityMapper.php:71
4189
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3550
0.749 ms 1 /classes/Product.php:2902
5169
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4704) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.748 ms 1 Yes Yes /classes/Product.php:4524
414
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3624 LIMIT 1
0.748 ms 10 /classes/SpecificPrice.php:435
5217
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5352) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.748 ms 1 Yes Yes /classes/Product.php:4524
401
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2890
AND image_shop.`cover` = 1 LIMIT 1
0.747 ms 1 /classes/Product.php:3570
1686
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2420
ORDER BY f.position ASC
0.747 ms 5 Yes /classes/Product.php:6021
2469
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3983
AND image_shop.`cover` = 1 LIMIT 1
0.747 ms 1 /classes/Product.php:3570
4625
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9768) AND (b.`id_shop` = 1) LIMIT 1
0.747 ms 1 /src/Adapter/EntityMapper.php:71
1839
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3854 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3854 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.746 ms 0 /classes/Cart.php:1430
2313
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5337
ORDER BY f.position ASC
0.745 ms 5 Yes /classes/Product.php:6021
5267
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5323) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.745 ms 1 Yes Yes /classes/Product.php:4524
2747
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4247 LIMIT 1
0.745 ms 10 /classes/SpecificPrice.php:435
3206
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9769 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9769 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.745 ms 0 /classes/Cart.php:1430
577
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3108 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3108 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.744 ms 0 /classes/Cart.php:1430
2129
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4989 LIMIT 1
0.744 ms 10 /classes/SpecificPrice.php:435
4739
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9848) AND (b.`id_shop` = 1) LIMIT 1
0.744 ms 1 /src/Adapter/EntityMapper.php:71
4139
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4019) AND (b.`id_shop` = 1) LIMIT 1
0.744 ms 1 /src/Adapter/EntityMapper.php:71
275
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3019 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3019 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.743 ms 0 /classes/Cart.php:1430
2897
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8969 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.743 ms 0 /classes/Cart.php:1430
5206
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3957) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.743 ms 1 Yes Yes /classes/Product.php:4524
561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3200 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.742 ms 10 Yes /classes/SpecificPrice.php:576
1707
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4413 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4413 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.742 ms 0 /classes/Cart.php:1430
2434
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3930 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.742 ms 0 /classes/Cart.php:1430
1451
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4022 AND id_shop=1 LIMIT 1
0.741 ms 1 /classes/Product.php:6876
3404
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9792 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.741 ms 0 /classes/Cart.php:1430
4529
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8429) AND (b.`id_shop` = 1) LIMIT 1
0.741 ms 1 /src/Adapter/EntityMapper.php:71
4538
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8947) AND (b.`id_shop` = 1) LIMIT 1
0.740 ms 1 /src/Adapter/EntityMapper.php:71
4689
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6132
ORDER BY `position`
0.740 ms 1 Yes /classes/Product.php:3545
1751
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2894 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2894 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.739 ms 0 /classes/Cart.php:1430
4178
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4033) AND (b.`id_shop` = 1) LIMIT 1
0.739 ms 1 /src/Adapter/EntityMapper.php:71
4485
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5640
ORDER BY `position`
0.739 ms 1 Yes /classes/Product.php:3545
1432
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4021
ORDER BY f.position ASC
0.738 ms 5 Yes /classes/Product.php:6021
3884
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3627) AND (b.`id_shop` = 1) LIMIT 1
0.738 ms 1 /src/Adapter/EntityMapper.php:71
4334
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4704) AND (b.`id_shop` = 1) LIMIT 1
0.738 ms 1 /src/Adapter/EntityMapper.php:71
208
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2762 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2762 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.737 ms 0 /classes/Cart.php:1430
286
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2475) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.737 ms 1 /classes/stock/StockAvailable.php:453
1784
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4506 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4506 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.737 ms 0 /classes/Cart.php:1430
2171
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5102
AND image_shop.`cover` = 1 LIMIT 1
0.737 ms 1 /classes/Product.php:3570
5238
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.737 ms 1 Yes Yes /classes/Product.php:4524
860
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3951 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.736 ms 10 Yes /classes/SpecificPrice.php:576
4697
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9819) AND (b.`id_shop` = 1) LIMIT 1
0.736 ms 1 /src/Adapter/EntityMapper.php:71
5030
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3108) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.736 ms 1 Yes Yes /classes/Product.php:4524
5073
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3990) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.736 ms 1 Yes Yes /classes/Product.php:4524
5136
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2894) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.736 ms 1 Yes Yes /classes/Product.php:4524
5210
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4027) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.736 ms 1 Yes Yes /classes/Product.php:4524
5279
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6076) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.736 ms 1 Yes Yes /classes/Product.php:4524
2886
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4332 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4332 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.735 ms 0 /classes/Cart.php:1430
5258
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5108) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.735 ms 1 Yes Yes /classes/Product.php:4524
186
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3504 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3504 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.734 ms 0 /classes/Cart.php:1430
418
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3624 AND id_shop=1 LIMIT 1
0.734 ms 1 /classes/Product.php:6876
1531
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2785 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2785 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.734 ms 0 /classes/Cart.php:1430
1938
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3863 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3863 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.734 ms 0 /classes/Cart.php:1430
4544
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4332) AND (b.`id_shop` = 1) LIMIT 1
0.734 ms 1 /src/Adapter/EntityMapper.php:71
638
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3229 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.733 ms 10 Yes /classes/SpecificPrice.php:576
5027
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3198) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.733 ms 1 Yes Yes /classes/Product.php:4524
2379
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3924 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3924 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.733 ms 0 /classes/Cart.php:1430
4227
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2731
ORDER BY `position`
0.733 ms 1 Yes /classes/Product.php:3545
975
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2441 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2441 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.732 ms 0 /classes/Cart.php:1430
3360
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9790 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9790 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.732 ms 0 /classes/Cart.php:1430
5035
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3228) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.732 ms 1 Yes Yes /classes/Product.php:4524
2578
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5084 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5084 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.731 ms 0 /classes/Cart.php:1430
2556
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4007 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4007 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.731 ms 0 /classes/Cart.php:1430
5018
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3626) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.731 ms 1 Yes Yes /classes/Product.php:4524
332
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2504 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2504 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.730 ms 0 /classes/Cart.php:1430
1247
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2438 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.730 ms 10 Yes /classes/SpecificPrice.php:576
1675
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4241
ORDER BY f.position ASC
0.730 ms 5 Yes /classes/Product.php:6021
1894
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4580 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4580 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.730 ms 0 /classes/Cart.php:1430
1933
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3863 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.730 ms 10 Yes /classes/SpecificPrice.php:576
3107
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9749 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9749 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.730 ms 0 /classes/Cart.php:1430
4404
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4488
ORDER BY `position`
0.730 ms 1 Yes /classes/Product.php:3545
4213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4239
0.729 ms 1 /classes/Product.php:2902
4742
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9849) AND (b.`id_shop` = 1) LIMIT 1
0.729 ms 1 /src/Adapter/EntityMapper.php:71
1553
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4034 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4034 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.728 ms 0 /classes/Cart.php:1430
2908
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4333 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4333 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.728 ms 0 /classes/Cart.php:1430
5221
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5642) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.728 ms 1 Yes Yes /classes/Product.php:4524
555
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3199 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.728 ms 0 /classes/Cart.php:1430
3190
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5323 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.728 ms 10 Yes /classes/SpecificPrice.php:576
5074
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2702) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.728 ms 1 Yes Yes /classes/Product.php:4524
3969
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3944
ORDER BY `position`
0.727 ms 1 Yes /classes/Product.php:3545
1192
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2432 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.727 ms 10 Yes /classes/SpecificPrice.php:576
1649
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2914 AND id_shop=1 LIMIT 1
0.727 ms 1 /classes/Product.php:6876
2722
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6024
ORDER BY f.position ASC
0.726 ms 5 Yes /classes/Product.php:6021
2741
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6025 AND `id_group` = 1 LIMIT 1
0.726 ms 0 /classes/GroupReduction.php:156
3657
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7767
AND image_shop.`cover` = 1 LIMIT 1
0.726 ms 1 /classes/Product.php:3570
4376
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5166) AND (b.`id_shop` = 1) LIMIT 1
0.726 ms 1 /src/Adapter/EntityMapper.php:71
3305
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5896 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5896 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.725 ms 0 /classes/Cart.php:1430
4288
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3863
0.725 ms 1 /classes/Product.php:2902
3896
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3630) AND (b.`id_shop` = 1) LIMIT 1
0.724 ms 1 /src/Adapter/EntityMapper.php:71
5038
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.724 ms 1 Yes Yes /classes/Product.php:4524
1142
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3996 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3996 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1430
1460
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2814 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.723 ms 10 Yes /classes/SpecificPrice.php:576
3601
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7760
ORDER BY f.position ASC
0.723 ms 5 Yes /classes/Product.php:6021
478
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2944
ORDER BY f.position ASC
0.722 ms 5 Yes /classes/Product.php:6021
1421
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4021
AND image_shop.`cover` = 1 LIMIT 1
0.722 ms 1 /classes/Product.php:3570
2780
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6134 LIMIT 1
0.722 ms 10 /classes/SpecificPrice.php:435
5121
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4036) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.722 ms 1 Yes Yes /classes/Product.php:4524
5158
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3890) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.722 ms 1 Yes Yes /classes/Product.php:4524
1230
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2400 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2400 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.721 ms 0 /classes/Cart.php:1430
3294
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9774 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.721 ms 0 /classes/Cart.php:1430
3860
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2808) AND (b.`id_shop` = 1) LIMIT 1
0.721 ms 1 /src/Adapter/EntityMapper.php:71
4451
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3974) AND (b.`id_shop` = 1) LIMIT 1
0.721 ms 1 /src/Adapter/EntityMapper.php:71
5036
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3229) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.721 ms 1 Yes Yes /classes/Product.php:4524
5126
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4238) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.720 ms 1 Yes Yes /classes/Product.php:4524
319
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2594 AND `id_group` = 1 LIMIT 1
0.719 ms 0 /classes/GroupReduction.php:156
621
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3236 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3236 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.719 ms 0 /classes/Cart.php:1430
3926
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3227) AND (b.`id_shop` = 1) LIMIT 1
0.719 ms 1 /src/Adapter/EntityMapper.php:71
4019
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3913) AND (b.`id_shop` = 1) LIMIT 1
0.719 ms 1 /src/Adapter/EntityMapper.php:71
4644
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9772
ORDER BY `position`
0.719 ms 1 Yes /classes/Product.php:3545
5021
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2944) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.719 ms 1 Yes Yes /classes/Product.php:4524
506
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3196 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.718 ms 10 Yes /classes/SpecificPrice.php:576
5009
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2419) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.717 ms 1 Yes Yes /classes/Product.php:4524
3902
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3197) AND (b.`id_shop` = 1) LIMIT 1
0.716 ms 1 /src/Adapter/EntityMapper.php:71
3947
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3233) AND (b.`id_shop` = 1) LIMIT 1
0.716 ms 1 /src/Adapter/EntityMapper.php:71
5067
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3985) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.716 ms 1 Yes Yes /classes/Product.php:4524
445
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3627
AND image_shop.`cover` = 1 LIMIT 1
0.715 ms 1 /classes/Product.php:3570
1435
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2815 LIMIT 1
0.715 ms 10 /classes/SpecificPrice.php:435
1465
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2814 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2814 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.715 ms 0 /classes/Cart.php:1430
2508
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3956 AND id_shop=1 LIMIT 1
0.715 ms 1 /classes/Product.php:6876
2622
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5101 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5101 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.715 ms 0 /classes/Cart.php:1430
2875
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8948 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.715 ms 0 /classes/Cart.php:1430
4695
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6133
ORDER BY `position`
0.715 ms 1 Yes /classes/Product.php:3545
5338
SELECT SQL_NO_CACHE *
FROM `hgt78_cms` a
LEFT JOIN `hgt78_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `hgt78_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.715 ms 1 /src/Adapter/EntityMapper.php:71
2049
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4701
ORDER BY f.position ASC
0.714 ms 5 Yes /classes/Product.php:6021
472
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2944 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.714 ms 10 Yes /classes/SpecificPrice.php:576
1498
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4030 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4030 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.714 ms 0 /classes/Cart.php:1430
1219
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4001 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4001 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.713 ms 0 /classes/Cart.php:1430
2514
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.713 ms 1 /classes/Product.php:5659
3084
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9747) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.713 ms 1 /classes/stock/StockAvailable.php:453
3393
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6131 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.713 ms 0 /classes/Cart.php:1430
3911
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3199) AND (b.`id_shop` = 1) LIMIT 1
0.713 ms 1 /src/Adapter/EntityMapper.php:71
3989
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3950) AND (b.`id_shop` = 1) LIMIT 1
0.713 ms 1 /src/Adapter/EntityMapper.php:71
5307
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9851) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.713 ms 1 Yes Yes /classes/Product.php:4524
391
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.713 ms 1 /classes/Product.php:5659
2567
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4027 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4027 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.713 ms 0 /classes/Cart.php:1430
5149
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4580) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.713 ms 1 Yes Yes /classes/Product.php:4524
4341
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4989
ORDER BY `position`
0.712 ms 1 Yes /classes/Product.php:3545
4364
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5104) AND (b.`id_shop` = 1) LIMIT 1
0.712 ms 1 /src/Adapter/EntityMapper.php:71
5216
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5328) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.712 ms 1 Yes Yes /classes/Product.php:4524
2401
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3927 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3927 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.711 ms 0 /classes/Cart.php:1430
2936
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9264 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.711 ms 10 Yes /classes/SpecificPrice.php:576
3415
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6132 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6132 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.711 ms 0 /classes/Cart.php:1430
4567
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9721
0.711 ms 1 /classes/Product.php:2902
588
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3234 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3234 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.710 ms 0 /classes/Cart.php:1430
2489
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3984 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3984 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.710 ms 0 /classes/Cart.php:1430
3794
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5660) AND (b.`id_shop` = 1) LIMIT 1
0.710 ms 1 /src/Adapter/EntityMapper.php:71
4786
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3628
0.710 ms 1 /classes/Product.php:2902
3371
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6078 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 6078 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.710 ms 0 /classes/Cart.php:1430
1741
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4491
ORDER BY f.position ASC
0.709 ms 5 Yes /classes/Product.php:6021
3316
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9788 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9788 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.709 ms 0 /classes/Cart.php:1430
5017
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.709 ms 1 Yes Yes /classes/Product.php:4524
3818
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2762) AND (b.`id_shop` = 1) LIMIT 1
0.709 ms 1 /src/Adapter/EntityMapper.php:71
1949
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4583 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4583 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.708 ms 0 /classes/Cart.php:1430
3905
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3420) AND (b.`id_shop` = 1) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
4562
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4335) AND (b.`id_shop` = 1) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
5099
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4016) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.708 ms 1 Yes Yes /classes/Product.php:4524
5264
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5262) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.708 ms 1 Yes Yes /classes/Product.php:4524
1438
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2815)
0.707 ms 1 /classes/Product.php:3860
4989
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5660) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.707 ms 1 Yes Yes /classes/Product.php:4524
5022
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3629) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.707 ms 1 Yes Yes /classes/Product.php:4524
5236
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.707 ms 1 Yes Yes /classes/Product.php:4524
3137
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5116 AND id_shop=1 LIMIT 1
0.706 ms 1 /classes/Product.php:6876
1392
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4019 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.706 ms 10 Yes /classes/SpecificPrice.php:576
1487
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2813 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2813 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.706 ms 0 /classes/Cart.php:1430
1861
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4541 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4541 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.706 ms 0 /classes/Cart.php:1430
4777
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9735) AND (b.`id_shop` = 1) LIMIT 1
0.706 ms 1 /src/Adapter/EntityMapper.php:71
5275
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.706 ms 1 Yes Yes /classes/Product.php:4524
5318
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10627) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.705 ms 1 Yes Yes /classes/Product.php:4524
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 hgt78_shop_group gs
LEFT JOIN hgt78_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN hgt78_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.705 ms 1 Yes /classes/shop/Shop.php:715
2423
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3979 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.704 ms 0 /classes/Cart.php:1430
2804
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6135 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.704 ms 10 Yes /classes/SpecificPrice.php:576
3845
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2502) AND (b.`id_shop` = 1) LIMIT 1
0.704 ms 1 /src/Adapter/EntityMapper.php:71
5160
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2950) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.704 ms 1 Yes Yes /classes/Product.php:4524
5063
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3851) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.703 ms 1 Yes Yes /classes/Product.php:4524
5174
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5080) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.703 ms 1 Yes Yes /classes/Product.php:4524
5282
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9790) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.703 ms 1 Yes Yes /classes/Product.php:4524
2301
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3919 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3919 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.702 ms 0 /classes/Cart.php:1430
2557
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4007
ORDER BY f.position ASC
0.702 ms 5 Yes /classes/Product.php:6021
4339
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4718
0.702 ms 1 /classes/Product.php:2902
1308
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4005 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4005 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.702 ms 0 /classes/Cart.php:1430
3672
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10738
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.702 ms 0 /classes/SpecificPrice.php:259
5077
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3993) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.702 ms 1 Yes Yes /classes/Product.php:4524
2037
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3891 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3891 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.701 ms 0 /classes/Cart.php:1430
4248
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2896
ORDER BY `position`
0.701 ms 1 Yes /classes/Product.php:3545
5045
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3943) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.701 ms 1 Yes Yes /classes/Product.php:4524
3914
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3200) AND (b.`id_shop` = 1) LIMIT 1
0.701 ms 1 /src/Adapter/EntityMapper.php:71
5107
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4021) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.701 ms 1 Yes Yes /classes/Product.php:4524
2793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4253 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.700 ms 10 Yes /classes/SpecificPrice.php:576
2947
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4335 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.700 ms 10 Yes /classes/SpecificPrice.php:576
4535
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8946) AND (b.`id_shop` = 1) LIMIT 1
0.700 ms 1 /src/Adapter/EntityMapper.php:71
2086
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4703
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.699 ms 0 /classes/SpecificPrice.php:259
5032
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3235) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.699 ms 1 Yes Yes /classes/Product.php:4524
4614
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5116
ORDER BY `position`
0.699 ms 1 Yes /classes/Product.php:3545
2881
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4332 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.698 ms 10 Yes /classes/SpecificPrice.php:576
3890
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2944) AND (b.`id_shop` = 1) LIMIT 1
0.698 ms 1 /src/Adapter/EntityMapper.php:71
2203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5103
ORDER BY f.position ASC
0.698 ms 5 Yes /classes/Product.php:6021
1369
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4018 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.697 ms 10 Yes /classes/SpecificPrice.php:576
5271
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5515) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.697 ms 1 Yes Yes /classes/Product.php:4524
347
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3551 LIMIT 1
0.697 ms 10 /classes/SpecificPrice.php:435
311
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2502
ORDER BY f.position ASC
0.696 ms 5 Yes /classes/Product.php:6021
915
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3849 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.696 ms 10 Yes /classes/SpecificPrice.php:576
2267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5166) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.696 ms 1 /classes/stock/StockAvailable.php:453
5016
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3624) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.696 ms 1 Yes Yes /classes/Product.php:4524
5153
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3863) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.695 ms 1 Yes Yes /classes/Product.php:4524
610
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3227 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3227 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.694 ms 0 /classes/Cart.php:1430
3881
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3626) AND (b.`id_shop` = 1) LIMIT 1
0.694 ms 1 /src/Adapter/EntityMapper.php:71
5023
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3630) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.694 ms 1 Yes Yes /classes/Product.php:4524
3272
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9773 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.693 ms 0 /classes/Cart.php:1430
1381
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2846 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.693 ms 10 Yes /classes/SpecificPrice.php:576
95
SELECT SQL_NO_CACHE `name`
FROM `hgt78_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1
0.692 ms 1 /classes/Manufacturer.php:316
587
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3234) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.692 ms 1 /classes/stock/StockAvailable.php:453
4554
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8970
ORDER BY `position`
0.692 ms 4 Yes /classes/Product.php:3545
4365
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5104
ORDER BY `position`
0.692 ms 1 Yes /classes/Product.php:3545
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3552 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3552 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.691 ms 0 /classes/Cart.php:1430
5072
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3989) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.691 ms 1 Yes Yes /classes/Product.php:4524
5274
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.691 ms 1 Yes Yes /classes/Product.php:4524
1580
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4036
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.691 ms 1 /classes/SpecificPrice.php:259
1697
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3332
ORDER BY f.position ASC
0.691 ms 5 Yes /classes/Product.php:6021
2751
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4247 AND id_shop=1 LIMIT 1
0.691 ms 1 /classes/Product.php:6876
4580
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9743) AND (b.`id_shop` = 1) LIMIT 1
0.691 ms 1 /src/Adapter/EntityMapper.php:71
5164
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3892) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.691 ms 1 Yes Yes /classes/Product.php:4524
5284
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9791) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.691 ms 1 Yes Yes /classes/Product.php:4524
776
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3945 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3945 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.690 ms 0 /classes/Cart.php:1430
1817
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4508 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.690 ms 0 /classes/Cart.php:1430
3944
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3232) AND (b.`id_shop` = 1) LIMIT 1
0.690 ms 1 /src/Adapter/EntityMapper.php:71
4158
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2814
ORDER BY `position`
0.690 ms 1 Yes /classes/Product.php:3545
2015
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2950 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2950 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.689 ms 0 /classes/Cart.php:1430
2071
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4702
ORDER BY f.position ASC
0.689 ms 5 Yes /classes/Product.php:6021
3152
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9752
ORDER BY f.position ASC
0.689 ms 5 Yes /classes/Product.php:6021
3857
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3551) AND (b.`id_shop` = 1) LIMIT 1
0.689 ms 1 /src/Adapter/EntityMapper.php:71
4279
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3860
0.689 ms 1 /classes/Product.php:2902
5033
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3227) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.689 ms 1 Yes Yes /classes/Product.php:4524
5042
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3873) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.689 ms 1 Yes Yes /classes/Product.php:4524
599
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3235 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3235 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.688 ms 0 /classes/Cart.php:1430
2717
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6024)
0.688 ms 1 /classes/Product.php:3860
4121
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2398) AND (b.`id_shop` = 1) LIMIT 1
0.688 ms 1 /src/Adapter/EntityMapper.php:71
4664
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6076) AND (b.`id_shop` = 1) LIMIT 1
0.688 ms 1 /src/Adapter/EntityMapper.php:71
882
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3853 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.687 ms 10 Yes /classes/SpecificPrice.php:576
4207
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4238
0.687 ms 1 /classes/Product.php:2902
3929
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3236) AND (b.`id_shop` = 1) LIMIT 1
0.687 ms 1 /src/Adapter/EntityMapper.php:71
5046
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3878) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.687 ms 1 Yes Yes /classes/Product.php:4524
5288
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9794) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.687 ms 1 Yes Yes /classes/Product.php:4524
3760
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10627) AND (b.`id_shop` = 1) LIMIT 1
0.686 ms 1 /src/Adapter/EntityMapper.php:71
4439
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3940) AND (b.`id_shop` = 1) LIMIT 1
0.686 ms 1 /src/Adapter/EntityMapper.php:71
2870
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8948 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.686 ms 9 Yes /classes/SpecificPrice.php:576
3875
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3624) AND (b.`id_shop` = 1) LIMIT 1
0.686 ms 1 /src/Adapter/EntityMapper.php:71
3893
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3629) AND (b.`id_shop` = 1) LIMIT 1
0.686 ms 1 /src/Adapter/EntityMapper.php:71
2458
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3982
AND image_shop.`cover` = 1 LIMIT 1
0.685 ms 1 /classes/Product.php:3570
1409
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2817
ORDER BY f.position ASC
0.685 ms 5 Yes /classes/Product.php:6021
3908
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3198) AND (b.`id_shop` = 1) LIMIT 1
0.685 ms 1 /src/Adapter/EntityMapper.php:71
1422
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 46 LIMIT 1
0.684 ms 1 /classes/Category.php:1378
3917
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3108) AND (b.`id_shop` = 1) LIMIT 1
0.684 ms 1 /src/Adapter/EntityMapper.php:71
3995
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3951) AND (b.`id_shop` = 1) LIMIT 1
0.684 ms 1 /src/Adapter/EntityMapper.php:71
4359
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5103
ORDER BY `position`
0.684 ms 1 Yes /classes/Product.php:3545
4813
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.684 ms 1 /classes/module/Module.php:2664
2761
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6105)
0.683 ms 1 /classes/Product.php:3860
5234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8429) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.682 ms 1 Yes Yes /classes/Product.php:4524
4619
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5262) AND (b.`id_shop` = 1) LIMIT 1
0.682 ms 1 /src/Adapter/EntityMapper.php:71
959
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3015 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.681 ms 10 Yes /classes/SpecificPrice.php:576
1850
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4540 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4540 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.681 ms 0 /classes/Cart.php:1430
2859
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8947 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.681 ms 11 Yes /classes/SpecificPrice.php:576
3815
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2763) AND (b.`id_shop` = 1) LIMIT 1
0.681 ms 1 /src/Adapter/EntityMapper.php:71
5039
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3232) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.681 ms 1 Yes Yes /classes/Product.php:4524
1270
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2399 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.680 ms 10 Yes /classes/SpecificPrice.php:576
4472
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5101) AND (b.`id_shop` = 1) LIMIT 1
0.679 ms 1 /src/Adapter/EntityMapper.php:71
5207
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2930) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.679 ms 1 Yes Yes /classes/Product.php:4524
3800
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3519) AND (b.`id_shop` = 1) LIMIT 1
0.678 ms 1 /src/Adapter/EntityMapper.php:71
4568
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9723) AND (b.`id_shop` = 1) LIMIT 1
0.678 ms 1 /src/Adapter/EntityMapper.php:71
4589
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9745) AND (b.`id_shop` = 1) LIMIT 1
0.678 ms 1 /src/Adapter/EntityMapper.php:71
4747
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9850
0.678 ms 1 /classes/Product.php:2902
5024
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3196) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.678 ms 1 Yes Yes /classes/Product.php:4524
5270
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9771) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.678 ms 1 Yes Yes /classes/Product.php:4524
45
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.678 ms 1 /src/Adapter/EntityMapper.php:71
4028
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3985) AND (b.`id_shop` = 1) LIMIT 1
0.677 ms 1 /src/Adapter/EntityMapper.php:71
5269
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5514) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.677 ms 1 Yes Yes /classes/Product.php:4524
1718
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2731 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2731 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.677 ms 0 /classes/Cart.php:1430
4035
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3986
ORDER BY `position`
0.677 ms 1 Yes /classes/Product.php:3545
4379
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5167) AND (b.`id_shop` = 1) LIMIT 1
0.677 ms 1 /src/Adapter/EntityMapper.php:71
4523
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6135) AND (b.`id_shop` = 1) LIMIT 1
0.677 ms 1 /src/Adapter/EntityMapper.php:71
3863
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3552) AND (b.`id_shop` = 1) LIMIT 1
0.676 ms 1 /src/Adapter/EntityMapper.php:71
367
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2808
ORDER BY f.position ASC
0.676 ms 5 Yes /classes/Product.php:6021
810
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3882
ORDER BY f.position ASC
0.676 ms 5 Yes /classes/Product.php:6021
3878
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3625) AND (b.`id_shop` = 1) LIMIT 1
0.676 ms 1 /src/Adapter/EntityMapper.php:71
3932
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3228) AND (b.`id_shop` = 1) LIMIT 1
0.675 ms 1 /src/Adapter/EntityMapper.php:71
4481
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4093) AND (b.`id_shop` = 1) LIMIT 1
0.675 ms 1 /src/Adapter/EntityMapper.php:71
175
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3505 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3505 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.675 ms 0 /classes/Cart.php:1430
3162
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.675 ms 0 /classes/Cart.php:1430
3255
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5516
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.675 ms 0 /classes/SpecificPrice.php:259
4583
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9744) AND (b.`id_shop` = 1) LIMIT 1
0.675 ms 1 /src/Adapter/EntityMapper.php:71
4231
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4490
0.674 ms 1 /classes/Product.php:2902
4550
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4333) AND (b.`id_shop` = 1) LIMIT 1
0.674 ms 1 /src/Adapter/EntityMapper.php:71
5034
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3236) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.674 ms 1 Yes Yes /classes/Product.php:4524
5143
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3852) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.674 ms 1 Yes Yes /classes/Product.php:4524
5249
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9742) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.674 ms 1 Yes Yes /classes/Product.php:4524
5317
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9735) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.674 ms 1 Yes Yes /classes/Product.php:4524
3830
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2758) AND (b.`id_shop` = 1) LIMIT 1
0.673 ms 1 /src/Adapter/EntityMapper.php:71
5154
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4583) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.673 ms 1 Yes Yes /classes/Product.php:4524
5171
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4989) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.673 ms 1 Yes Yes /classes/Product.php:4524
5173
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5077) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.673 ms 1 Yes Yes /classes/Product.php:4524
5113
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4030) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.672 ms 1 Yes Yes /classes/Product.php:4524
5235
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4296) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.672 ms 1 Yes Yes /classes/Product.php:4524
3887
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2918) AND (b.`id_shop` = 1) LIMIT 1
0.672 ms 1 /src/Adapter/EntityMapper.php:71
5166
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3893) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.671 ms 1 Yes Yes /classes/Product.php:4524
5071
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3988) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.670 ms 1 Yes Yes /classes/Product.php:4524
4421
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3930) AND (b.`id_shop` = 1) LIMIT 1
0.670 ms 1 /src/Adapter/EntityMapper.php:71
671
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3232 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.669 ms 10 Yes /classes/SpecificPrice.php:576
926
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3850 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.669 ms 10 Yes /classes/SpecificPrice.php:576
3824
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2760) AND (b.`id_shop` = 1) LIMIT 1
0.669 ms 1 /src/Adapter/EntityMapper.php:71
4409
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4489) AND (b.`id_shop` = 1) LIMIT 1
0.669 ms 1 /src/Adapter/EntityMapper.php:71
4464
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5083
ORDER BY `position`
0.669 ms 1 Yes /classes/Product.php:3545
5070
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3987) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.669 ms 1 Yes Yes /classes/Product.php:4524
5283
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6078) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.669 ms 1 Yes Yes /classes/Product.php:4524
5290
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.669 ms 1 Yes Yes /classes/Product.php:4524
1181
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3999 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.668 ms 10 Yes /classes/SpecificPrice.php:576
2633
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5328 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.668 ms 0 /classes/Cart.php:1430
3745
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9381 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9381 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.668 ms 0 /classes/Cart.php:1430
5241
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4333) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.668 ms 1 Yes Yes /classes/Product.php:4524
3872
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2890) AND (b.`id_shop` = 1) LIMIT 1
0.668 ms 1 /src/Adapter/EntityMapper.php:71
3899
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3196) AND (b.`id_shop` = 1) LIMIT 1
0.667 ms 1 /src/Adapter/EntityMapper.php:71
4177
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2785
0.667 ms 1 /classes/Product.php:2902
3290
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9774)
0.667 ms 1 /classes/Product.php:3860
3923
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3235) AND (b.`id_shop` = 1) LIMIT 1
0.667 ms 1 /src/Adapter/EntityMapper.php:71
3866
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2889) AND (b.`id_shop` = 1) LIMIT 1
0.666 ms 1 /src/Adapter/EntityMapper.php:71
5132
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4413) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.666 ms 1 Yes Yes /classes/Product.php:4524
4638
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9771
ORDER BY `position`
0.666 ms 1 Yes /classes/Product.php:3545
5043
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3875) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.665 ms 1 Yes Yes /classes/Product.php:4524
5255
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4945) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.665 ms 1 Yes Yes /classes/Product.php:4524
5311
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8414) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.665 ms 1 Yes Yes /classes/Product.php:4524
2711
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6023
ORDER BY f.position ASC
0.665 ms 5 Yes /classes/Product.php:6021
1104
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2440 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.664 ms 10 Yes /classes/SpecificPrice.php:576
4014
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3850
ORDER BY `position`
0.664 ms 1 Yes /classes/Product.php:3545
4984
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1
0.664 ms 6 /src/Adapter/EntityMapper.php:79
5243
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4334) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.664 ms 1 Yes Yes /classes/Product.php:4524
937
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3851 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.663 ms 10 Yes /classes/SpecificPrice.php:576
1137
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3996 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.663 ms 10 Yes /classes/SpecificPrice.php:576
2677
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5641 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5641 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.663 ms 0 /classes/Cart.php:1430
5157
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4698) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.663 ms 1 Yes Yes /classes/Product.php:4524
3602
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9848
AND image_shop.`cover` = 1 LIMIT 1
0.662 ms 1 /classes/Product.php:3570
5316
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9381) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.662 ms 1 Yes Yes /classes/Product.php:4524
4385
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3919) AND (b.`id_shop` = 1) LIMIT 1
0.662 ms 1 /src/Adapter/EntityMapper.php:71
4731
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9846
ORDER BY `position`
0.662 ms 1 Yes /classes/Product.php:3545
5334
SELECT SQL_NO_CACHE required FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.662 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
4466
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5085) AND (b.`id_shop` = 1) LIMIT 1
0.661 ms 1 /src/Adapter/EntityMapper.php:71
943
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3851
ORDER BY f.position ASC
0.660 ms 5 Yes /classes/Product.php:6021
992
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2442 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.660 ms 10 Yes /classes/SpecificPrice.php:576
1037
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3989 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.660 ms 10 Yes /classes/SpecificPrice.php:576
5213
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5085) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.660 ms 1 Yes Yes /classes/Product.php:4524
5320
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3628) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.660 ms 1 Yes Yes /classes/Product.php:4524
634
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3229
AND image_shop.`cover` = 1 LIMIT 1
0.659 ms 1 /classes/Product.php:3570
2258
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5165
ORDER BY f.position ASC
0.659 ms 5 Yes /classes/Product.php:6021
3797
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5659) AND (b.`id_shop` = 1) LIMIT 1
0.659 ms 1 /src/Adapter/EntityMapper.php:71
3809
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3505) AND (b.`id_shop` = 1) LIMIT 1
0.659 ms 1 /src/Adapter/EntityMapper.php:71
4026
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2441
ORDER BY `position`
0.659 ms 1 Yes /classes/Product.php:3545
5308
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9852) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.659 ms 1 Yes Yes /classes/Product.php:4524
1336
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4016 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.658 ms 10 Yes /classes/SpecificPrice.php:576
1878
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3859 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.657 ms 10 Yes /classes/SpecificPrice.php:576
2601
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5085
ORDER BY f.position ASC
0.657 ms 5 Yes /classes/Product.php:6021
4143
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2817
ORDER BY `position`
0.657 ms 1 Yes /classes/Product.php:3545
2217
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5104 LIMIT 1
0.657 ms 10 /classes/SpecificPrice.php:435
3869
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3623) AND (b.`id_shop` = 1) LIMIT 1
0.657 ms 1 /src/Adapter/EntityMapper.php:71
1071
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3992 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.656 ms 10 Yes /classes/SpecificPrice.php:576
417
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3624)
0.655 ms 1 /classes/Product.php:3860
528
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3420 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.655 ms 10 Yes /classes/SpecificPrice.php:576
893
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3847 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.655 ms 10 Yes /classes/SpecificPrice.php:576
4161
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4029
ORDER BY `position`
0.654 ms 1 Yes /classes/Product.php:3545
3821
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2761) AND (b.`id_shop` = 1) LIMIT 1
0.654 ms 1 /src/Adapter/EntityMapper.php:71
5037
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3230) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.654 ms 1 Yes Yes /classes/Product.php:4524
5155
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3864) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.654 ms 1 Yes Yes /classes/Product.php:4524
5152
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4582) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.653 ms 1 Yes Yes /classes/Product.php:4524
2356
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3923 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3923 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.652 ms 0 /classes/Cart.php:1430
3842
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2596) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
3941
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3231) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
4448
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2930) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
4460
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5084) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
5175
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5102) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.652 ms 1 Yes Yes /classes/Product.php:4524
2700
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6018
ORDER BY f.position ASC
0.651 ms 5 Yes /classes/Product.php:6021
1175
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3998 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3998 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.651 ms 0 /classes/Cart.php:1430
2048
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4701 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4701 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.651 ms 0 /classes/Cart.php:1430
3248
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9772 AND `id_group` = 1 LIMIT 1
0.651 ms 0 /classes/GroupReduction.php:156
556
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3199
ORDER BY f.position ASC
0.650 ms 5 Yes /classes/Product.php:6021
2506
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3956 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.650 ms 10 Yes /classes/SpecificPrice.php:576
3803
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3518) AND (b.`id_shop` = 1) LIMIT 1
0.650 ms 1 /src/Adapter/EntityMapper.php:71
3920
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3234) AND (b.`id_shop` = 1) LIMIT 1
0.650 ms 1 /src/Adapter/EntityMapper.php:71
4049
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2702) AND (b.`id_shop` = 1) LIMIT 1
0.650 ms 1 /src/Adapter/EntityMapper.php:71
5250
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4951) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.650 ms 1 Yes Yes /classes/Product.php:4524
5306
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9850) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.650 ms 1 Yes Yes /classes/Product.php:4524
5313
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8416) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.650 ms 1 Yes Yes /classes/Product.php:4524
280
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2475 LIMIT 1
0.649 ms 10 /classes/SpecificPrice.php:435
2470
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.649 ms 1 /classes/Product.php:5659
4221
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3332
ORDER BY `position`
0.649 ms 1 Yes /classes/Product.php:3545
5040
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3233) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.649 ms 1 Yes Yes /classes/Product.php:4524
5214
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4041) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.649 ms 1 Yes Yes /classes/Product.php:4524
4203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4236
ORDER BY `position`
0.648 ms 1 Yes /classes/Product.php:3545
4382
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5336) AND (b.`id_shop` = 1) LIMIT 1
0.648 ms 1 /src/Adapter/EntityMapper.php:71
4511
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6105) AND (b.`id_shop` = 1) LIMIT 1
0.648 ms 1 /src/Adapter/EntityMapper.php:71
4557
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4334
ORDER BY `position`
0.648 ms 1 Yes /classes/Product.php:3545
4373
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5165) AND (b.`id_shop` = 1) LIMIT 1
0.647 ms 1 /src/Adapter/EntityMapper.php:71
413
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.647 ms 1 /classes/Product.php:5659
5209
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4007) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.647 ms 1 Yes Yes /classes/Product.php:4524
1026
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3988 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.646 ms 10 Yes /classes/SpecificPrice.php:576
5135
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4491) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.646 ms 1 Yes Yes /classes/Product.php:4524
1060
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2702 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.646 ms 10 Yes /classes/SpecificPrice.php:576
2494
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3940
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.646 ms 0 /classes/SpecificPrice.php:259
3950
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3520) AND (b.`id_shop` = 1) LIMIT 1
0.646 ms 1 /src/Adapter/EntityMapper.php:71
4403
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4488) AND (b.`id_shop` = 1) LIMIT 1
0.646 ms 1 /src/Adapter/EntityMapper.php:71
5146
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4541) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.646 ms 1 Yes Yes /classes/Product.php:4524
5312
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8415) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.646 ms 1 Yes Yes /classes/Product.php:4524
1048
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3990 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.645 ms 10 Yes /classes/SpecificPrice.php:576
2115
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4704
ORDER BY f.position ASC
0.645 ms 5 Yes /classes/Product.php:6021
572
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3108 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.644 ms 10 Yes /classes/SpecificPrice.php:576
3833
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2595) AND (b.`id_shop` = 1) LIMIT 1
0.644 ms 1 /src/Adapter/EntityMapper.php:71
4214
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4241) AND (b.`id_shop` = 1) LIMIT 1
0.644 ms 1 /src/Adapter/EntityMapper.php:71
5049
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3881) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.644 ms 1 Yes Yes /classes/Product.php:4524
5091
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2438) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.644 ms 1 Yes Yes /classes/Product.php:4524
5133
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2731) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.644 ms 1 Yes Yes /classes/Product.php:4524
5263
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9752) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.644 ms 1 Yes Yes /classes/Product.php:4524
819
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3947) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.643 ms 1 /classes/stock/StockAvailable.php:453
843
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3950
ORDER BY f.position ASC
0.643 ms 5 Yes /classes/Product.php:6021
1500
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2812
AND image_shop.`cover` = 1 LIMIT 1
0.643 ms 1 /classes/Product.php:3570
1719
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2731
ORDER BY f.position ASC
0.643 ms 5 Yes /classes/Product.php:6021
2827
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8429)
0.643 ms 1 /classes/Product.php:3860
5008
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2504) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.643 ms 1 Yes Yes /classes/Product.php:4524
5051
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3882) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.643 ms 1 Yes Yes /classes/Product.php:4524
1164
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2434 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.642 ms 0 /classes/Cart.php:1430
2664
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5640 AND `id_group` = 1 LIMIT 1
0.642 ms 0 /classes/GroupReduction.php:156
4682
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6131) AND (b.`id_shop` = 1) LIMIT 1
0.642 ms 1 /src/Adapter/EntityMapper.php:71
5087
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4000) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.642 ms 1 Yes Yes /classes/Product.php:4524
5089
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2400) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.642 ms 1 Yes Yes /classes/Product.php:4524
5300
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9845) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.642 ms 1 Yes Yes /classes/Product.php:4524
5184
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5167) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.642 ms 1 Yes Yes /classes/Product.php:4524
4574
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9742) AND (b.`id_shop` = 1) LIMIT 1
0.641 ms 1 /src/Adapter/EntityMapper.php:71
5259
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9749) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.641 ms 1 Yes Yes /classes/Product.php:4524
2225
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5104
ORDER BY f.position ASC
0.640 ms 5 Yes /classes/Product.php:6021
2589
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5083 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 5083 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.640 ms 0 /classes/Cart.php:1430
5260
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5109) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.640 ms 1 Yes Yes /classes/Product.php:4524
5134
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4490) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.640 ms 1 Yes Yes /classes/Product.php:4524
3848
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2594) AND (b.`id_shop` = 1) LIMIT 1
0.639 ms 1 /src/Adapter/EntityMapper.php:71
4200
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2946
ORDER BY `position`
0.639 ms 1 Yes /classes/Product.php:3545
5139
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4506) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.639 ms 1 Yes Yes /classes/Product.php:4524
39
SELECT SQL_NO_CACHE ctg.`id_group`
FROM hgt78_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.638 ms 1 /classes/Category.php:1754
2066
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4702)
0.638 ms 1 /classes/Product.php:3860
1461
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2814)
0.637 ms 1 /classes/Product.php:3860
2445
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3980 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3980 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.637 ms 0 /classes/Cart.php:1430
4243
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2895
0.637 ms 1 /classes/Product.php:2902
409
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2890) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.636 ms 1 /classes/stock/StockAvailable.php:453
4388
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5337) AND (b.`id_shop` = 1) LIMIT 1
0.636 ms 1 /src/Adapter/EntityMapper.php:71
5125
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4236) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.636 ms 1 Yes Yes /classes/Product.php:4524
5150
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3860) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.636 ms 1 Yes Yes /classes/Product.php:4524
5261
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9751) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.636 ms 1 Yes Yes /classes/Product.php:4524
1093
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3993 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.636 ms 10 Yes /classes/SpecificPrice.php:576
4228
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2731
0.636 ms 1 /classes/Product.php:2902
4430
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3982) AND (b.`id_shop` = 1) LIMIT 1
0.636 ms 1 /src/Adapter/EntityMapper.php:71
4099
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4002
0.635 ms 1 /classes/Product.php:2902
4412
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3927) AND (b.`id_shop` = 1) LIMIT 1
0.635 ms 1 /src/Adapter/EntityMapper.php:71
3058
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4945 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.635 ms 10 Yes /classes/SpecificPrice.php:576
3839
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2475) AND (b.`id_shop` = 1) LIMIT 1
0.635 ms 1 /src/Adapter/EntityMapper.php:71
4296
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3874
ORDER BY `position`
0.635 ms 1 Yes /classes/Product.php:3545
5177
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5103) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.635 ms 1 Yes Yes /classes/Product.php:4524
5319
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10931) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.635 ms 1 Yes Yes /classes/Product.php:4524
539
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3198 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.634 ms 10 Yes /classes/SpecificPrice.php:576
1557
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4035 LIMIT 1
0.634 ms 10 /classes/SpecificPrice.php:435
5088
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4001) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.634 ms 1 Yes Yes /classes/Product.php:4524
5131
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3332) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.634 ms 1 Yes Yes /classes/Product.php:4524
1550
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4034 AND id_shop=1 LIMIT 1
0.633 ms 1 /classes/Product.php:6876
3131
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5116
AND image_shop.`cover` = 1 LIMIT 1
0.633 ms 1 /classes/Product.php:3570
1510
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2812
ORDER BY f.position ASC
0.632 ms 5 Yes /classes/Product.php:6021
2958
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9721 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.632 ms 11 Yes /classes/SpecificPrice.php:576
3827
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2759) AND (b.`id_shop` = 1) LIMIT 1
0.632 ms 1 /src/Adapter/EntityMapper.php:71
5156
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3874) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.632 ms 1 Yes Yes /classes/Product.php:4524
4086
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2432
ORDER BY `position`
0.631 ms 1 Yes /classes/Product.php:3545
1115
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3994 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.631 ms 10 Yes /classes/SpecificPrice.php:576
1486
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2813) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.631 ms 1 /classes/stock/StockAvailable.php:453
4282
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3861
0.631 ms 1 /classes/Product.php:2902
5286
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9792) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.631 ms 1 Yes Yes /classes/Product.php:4524
209
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2762
ORDER BY f.position ASC
0.629 ms 5 Yes /classes/Product.php:6021
489
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3629
ORDER BY f.position ASC
0.629 ms 5 Yes /classes/Product.php:6021
5315
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9262) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.629 ms 1 Yes Yes /classes/Product.php:4524
1725
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4490)
0.628 ms 1 /classes/Product.php:3860
4027
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2441
0.628 ms 1 /classes/Product.php:2902
4424
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3980) AND (b.`id_shop` = 1) LIMIT 1
0.628 ms 1 /src/Adapter/EntityMapper.php:71
5059
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3847) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.628 ms 1 Yes Yes /classes/Product.php:4524
5061
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3849) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.628 ms 1 Yes Yes /classes/Product.php:4524
5144
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3854) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.628 ms 1 Yes Yes /classes/Product.php:4524
5182
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5165) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.628 ms 1 Yes Yes /classes/Product.php:4524
1352
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4017 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4017 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.627 ms 0 /classes/Cart.php:1430
1905
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3860 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3860 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.627 ms 0 /classes/Cart.php:1430
5065
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3015) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.627 ms 1 Yes Yes /classes/Product.php:4524
5090
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4002) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.627 ms 1 Yes Yes /classes/Product.php:4524
5137
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4492) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.627 ms 1 Yes Yes /classes/Product.php:4524
3047
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9745 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.626 ms 11 Yes /classes/SpecificPrice.php:576
3502
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9821
ORDER BY f.position ASC
0.626 ms 5 Yes /classes/Product.php:6021
4000
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3952
0.626 ms 1 /classes/Product.php:2902
5060
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3848) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.626 ms 1 Yes Yes /classes/Product.php:4524
5120
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3550) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.626 ms 1 Yes Yes /classes/Product.php:4524
5251
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.626 ms 1 Yes Yes /classes/Product.php:4524
5285
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6131) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.626 ms 1 Yes Yes /classes/Product.php:4524
5309
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7767) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.626 ms 1 Yes Yes /classes/Product.php:4524
4400
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3923) AND (b.`id_shop` = 1) LIMIT 1
0.626 ms 1 /src/Adapter/EntityMapper.php:71
4197
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3563
ORDER BY `position`
0.625 ms 1 Yes /classes/Product.php:3545
5142
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4508) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.625 ms 1 Yes Yes /classes/Product.php:4524
387
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2889) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.625 ms 1 /classes/stock/StockAvailable.php:453
3086
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9747
ORDER BY f.position ASC
0.625 ms 5 Yes /classes/Product.php:6021
3851
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2504) AND (b.`id_shop` = 1) LIMIT 1
0.625 ms 1 /src/Adapter/EntityMapper.php:71
5138
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2895) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.625 ms 1 Yes Yes /classes/Product.php:4524
788
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3881
ORDER BY f.position ASC
0.624 ms 5 Yes /classes/Product.php:6021
1214
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4001 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.624 ms 10 Yes /classes/SpecificPrice.php:576
5062
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3850) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.623 ms 1 Yes Yes /classes/Product.php:4524
5145
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4540) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.623 ms 1 Yes Yes /classes/Product.php:4524
382
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2889
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.622 ms 1 /classes/SpecificPrice.php:259
1773
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2895 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2895 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.622 ms 0 /classes/Cart.php:1430
2822
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8429
AND image_shop.`cover` = 1 LIMIT 1
0.622 ms 1 /classes/Product.php:3570
4394
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3922) AND (b.`id_shop` = 1) LIMIT 1
0.622 ms 1 /src/Adapter/EntityMapper.php:71
5047
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3944) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.622 ms 1 Yes Yes /classes/Product.php:4524
1159
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2434 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.621 ms 10 Yes /classes/SpecificPrice.php:576
3174
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9767
ORDER BY f.position ASC
0.621 ms 5 Yes /classes/Product.php:6021
2997
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9742
ORDER BY f.position ASC
0.620 ms 5 Yes /classes/Product.php:6021
4290
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4583
ORDER BY `position`
0.620 ms 2 Yes /classes/Product.php:3545
5176
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3909) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.620 ms 1 Yes Yes /classes/Product.php:4524
2746
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.619 ms 1 /classes/Product.php:5659
3974
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3881) AND (b.`id_shop` = 1) LIMIT 1
0.619 ms 1 /src/Adapter/EntityMapper.php:71
4667
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9789) AND (b.`id_shop` = 1) LIMIT 1
0.619 ms 1 /src/Adapter/EntityMapper.php:71
2740
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6025 AND id_shop=1 LIMIT 1
0.619 ms 1 /classes/Product.php:6876
5048
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3945) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.619 ms 1 Yes Yes /classes/Product.php:4524
3323
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6076)
0.618 ms 1 /classes/Product.php:3860
4287
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3863
ORDER BY `position`
0.618 ms 1 Yes /classes/Product.php:3545
5112
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2813) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.618 ms 1 Yes Yes /classes/Product.php:4524
5239
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4332) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.618 ms 1 Yes Yes /classes/Product.php:4524
5240
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8969) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.618 ms 1 Yes Yes /classes/Product.php:4524
1829
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3852
ORDER BY f.position ASC
0.617 ms 5 Yes /classes/Product.php:6021
4415
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3978) AND (b.`id_shop` = 1) LIMIT 1
0.617 ms 1 /src/Adapter/EntityMapper.php:71
3181
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9768 AND id_shop=1 LIMIT 1
0.616 ms 1 /classes/Product.php:6876
4445
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3957) AND (b.`id_shop` = 1) LIMIT 1
0.616 ms 1 /src/Adapter/EntityMapper.php:71
4595
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9746) AND (b.`id_shop` = 1) LIMIT 1
0.616 ms 1 /src/Adapter/EntityMapper.php:71
5244
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9264) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.616 ms 1 Yes Yes /classes/Product.php:4524
5127
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2914) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.616 ms 1 Yes Yes /classes/Product.php:4524
3218
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5514
ORDER BY f.position ASC
0.615 ms 5 Yes /classes/Product.php:6021
5141
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4507) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.615 ms 1 Yes Yes /classes/Product.php:4524
3784
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3628) AND (b.`id_shop` = 1) LIMIT 1
0.615 ms 1 /src/Adapter/EntityMapper.php:71
5050
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.615 ms 1 Yes Yes /classes/Product.php:4524
4063
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2440
0.614 ms 1 /classes/Product.php:2902
4713
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9830
ORDER BY `position`
0.614 ms 1 Yes /classes/Product.php:3545
3836
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3019) AND (b.`id_shop` = 1) LIMIT 1
0.614 ms 1 /src/Adapter/EntityMapper.php:71
4144
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2817
0.614 ms 1 /classes/Product.php:2902
1003
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3986 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.613 ms 10 Yes /classes/SpecificPrice.php:576
2026
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4700 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4700 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.613 ms 0 /classes/Cart.php:1430
3328
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6076
ORDER BY f.position ASC
0.613 ms 5 Yes /classes/Product.php:6021
290
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.612 ms 1 /classes/Product.php:5659
632
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3228 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3228 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.612 ms 0 /classes/Cart.php:1430
970
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2441 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.612 ms 10 Yes /classes/SpecificPrice.php:576
5148
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3859) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.612 ms 1 Yes Yes /classes/Product.php:4524
2645
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5352
ORDER BY f.position ASC
0.611 ms 5 Yes /classes/Product.php:6021
5188
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5638) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.611 ms 1 Yes Yes /classes/Product.php:4524
699
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3520
ORDER BY f.position ASC
0.611 ms 5 Yes /classes/Product.php:6021
1082
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2730 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.610 ms 10 Yes /classes/SpecificPrice.php:576
4728
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9845
ORDER BY `position`
0.610 ms 1 Yes /classes/Product.php:3545
5304
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9848) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.610 ms 1 Yes Yes /classes/Product.php:4524
426
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3625
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.610 ms 0 /classes/SpecificPrice.php:259
3024
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9744 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.610 ms 11 Yes /classes/SpecificPrice.php:576
4194
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3560
ORDER BY `position`
0.610 ms 1 Yes /classes/Product.php:3545
5211
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5084) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.610 ms 1 Yes Yes /classes/Product.php:4524
4586
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4946) AND (b.`id_shop` = 1) LIMIT 1
0.609 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5660
ORDER BY f.position ASC
0.609 ms 5 Yes /classes/Product.php:6021
1065
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2702 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2702 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.609 ms 0 /classes/Cart.php:1430
4054
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3992
0.609 ms 1 /classes/Product.php:2902
4370
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5164) AND (b.`id_shop` = 1) LIMIT 1
0.609 ms 1 /src/Adapter/EntityMapper.php:71
5179
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5104) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.609 ms 1 Yes Yes /classes/Product.php:4524
2021
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4700 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.608 ms 10 Yes /classes/SpecificPrice.php:576
2093
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4703
ORDER BY f.position ASC
0.608 ms 5 Yes /classes/Product.php:6021
2759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6105
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.608 ms 0 /classes/SpecificPrice.php:259
3153
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5262
AND image_shop.`cover` = 1 LIMIT 1
0.608 ms 1 /classes/Product.php:3570
766
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3944
ORDER BY f.position ASC
0.607 ms 5 Yes /classes/Product.php:6021
2473
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3983 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.607 ms 10 Yes /classes/SpecificPrice.php:576
2830
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.606 ms 1 /classes/stock/StockAvailable.php:453
3757
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9735
ORDER BY f.position ASC
0.606 ms 5 Yes /classes/Product.php:6021
3962
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3943) AND (b.`id_shop` = 1) LIMIT 1
0.606 ms 1 /src/Adapter/EntityMapper.php:71
1747
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2894)
0.606 ms 1 /classes/Product.php:3860
5147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3856) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.606 ms 1 Yes Yes /classes/Product.php:4524
511
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3196 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3196 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.605 ms 0 /classes/Cart.php:1430
4443
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3956
ORDER BY `position`
0.605 ms 1 Yes /classes/Product.php:3545
5181
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5164) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.605 ms 1 Yes Yes /classes/Product.php:4524
5191
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3923) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.605 ms 1 Yes Yes /classes/Product.php:4524
31
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.604 ms 6 /classes/Language.php:883
4210
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2914
0.604 ms 1 /classes/Product.php:2902
335
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.603 ms 1 /classes/Product.php:5659
710
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3873
ORDER BY f.position ASC
0.603 ms 5 Yes /classes/Product.php:6021
2181
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5102
ORDER BY f.position ASC
0.603 ms 5 Yes /classes/Product.php:6021
2247
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5164
ORDER BY f.position ASC
0.603 ms 5 Yes /classes/Product.php:6021
2618
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5101)
0.603 ms 1 /classes/Product.php:3860
1170
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3998 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.602 ms 10 Yes /classes/SpecificPrice.php:576
1297
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2737 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2737 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.602 ms 0 /classes/Cart.php:1430
1774
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2895
ORDER BY f.position ASC
0.602 ms 5 Yes /classes/Product.php:6021
2137
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4989
ORDER BY f.position ASC
0.600 ms 5 Yes /classes/Product.php:6021
4671
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6077
ORDER BY `position`
0.600 ms 1 Yes /classes/Product.php:3545
495
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3630)
0.600 ms 1 /classes/Product.php:3860
2808
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.600 ms 1 /classes/stock/StockAvailable.php:453
3462
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6199
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.600 ms 0 /classes/SpecificPrice.php:259
4515
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4252
ORDER BY `position`
0.599 ms 1 Yes /classes/Product.php:3545
5190
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5639) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.599 ms 1 Yes Yes /classes/Product.php:4524
5208
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3974) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.599 ms 1 Yes Yes /classes/Product.php:4524
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM hgt78_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.599 ms 1 /classes/shop/ShopUrl.php:182
270
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3019 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.599 ms 10 Yes /classes/SpecificPrice.php:576
3852
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2504
ORDER BY `position`
0.598 ms 1 Yes /classes/Product.php:3545
4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6018
ORDER BY `position`
0.598 ms 1 Yes /classes/Product.php:3545
138
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3519
ORDER BY f.position ASC
0.598 ms 5 Yes /classes/Product.php:6021
4627
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9768
0.598 ms 1 /classes/Product.php:2902
2010
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2950 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.597 ms 10 Yes /classes/SpecificPrice.php:576
3879
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3625
ORDER BY `position`
0.597 ms 1 Yes /classes/Product.php:3545
5076
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2730) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.597 ms 1 Yes Yes /classes/Product.php:4524
5167
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4703) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.597 ms 1 Yes Yes /classes/Product.php:4524
385
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2889 AND id_shop=1 LIMIT 1
0.596 ms 1 /classes/Product.php:6876
953
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3913 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3913 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.596 ms 0 /classes/Cart.php:1430
3036
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4946 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.596 ms 10 Yes /classes/SpecificPrice.php:576
4155
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4022
ORDER BY `position`
0.596 ms 1 Yes /classes/Product.php:3545
5245
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4335) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.596 ms 1 Yes Yes /classes/Product.php:4524
1330
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2398 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2398 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.595 ms 0 /classes/Cart.php:1430
3968
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3944) AND (b.`id_shop` = 1) LIMIT 1
0.595 ms 1 /src/Adapter/EntityMapper.php:71
5314
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.595 ms 1 Yes Yes /classes/Product.php:4524
2236
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3911
ORDER BY f.position ASC
0.595 ms 5 Yes /classes/Product.php:6021
5262
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5116) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.595 ms 1 Yes Yes /classes/Product.php:4524
2413
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3978
ORDER BY f.position ASC
0.594 ms 5 Yes /classes/Product.php:6021
462
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2918)
0.594 ms 1 /classes/Product.php:3860
1521
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4032
ORDER BY f.position ASC
0.594 ms 5 Yes /classes/Product.php:6021
4195
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3560
0.593 ms 1 /classes/Product.php:2902
688
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3233
ORDER BY f.position ASC
0.593 ms 5 Yes /classes/Product.php:6021
1604
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3563)
0.593 ms 1 /classes/Product.php:3860
2176
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5102)
0.593 ms 1 /classes/Product.php:3860
2980
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4709 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.593 ms 10 Yes /classes/SpecificPrice.php:576
5064
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3913) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.593 ms 1 Yes Yes /classes/Product.php:4524
3458
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9819
ORDER BY f.position ASC
0.592 ms 5 Yes /classes/Product.php:6021
2612
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4041
ORDER BY f.position ASC
0.592 ms 5 Yes /classes/Product.php:6021
3590
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9847
ORDER BY f.position ASC
0.592 ms 5 Yes /classes/Product.php:6021
5180
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3911) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.592 ms 1 Yes Yes /classes/Product.php:4524
412
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3624
AND image_shop.`cover` = 1 LIMIT 1
0.591 ms 1 /classes/Product.php:3570
3013
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9743 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.591 ms 11 Yes /classes/SpecificPrice.php:576
4560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9264
ORDER BY `position`
0.591 ms 1 Yes /classes/Product.php:3545
2335
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3922
ORDER BY f.position ASC
0.591 ms 5 Yes /classes/Product.php:6021
3427
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9794
ORDER BY f.position ASC
0.590 ms 5 Yes /classes/Product.php:6021
5303
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7760) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.590 ms 1 Yes Yes /classes/Product.php:4524
143
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3518
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.590 ms 0 /classes/SpecificPrice.php:259
5010
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3551) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.590 ms 1 Yes Yes /classes/Product.php:4524
3185
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9768
ORDER BY f.position ASC
0.589 ms 5 Yes /classes/Product.php:6021
3806
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3516) AND (b.`id_shop` = 1) LIMIT 1
0.589 ms 1 /src/Adapter/EntityMapper.php:71
4506
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6025
ORDER BY `position`
0.589 ms 1 Yes /classes/Product.php:3545
3002
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4951 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.588 ms 10 Yes /classes/SpecificPrice.php:576
5011
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2808) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.588 ms 1 Yes Yes /classes/Product.php:4524
831
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3949 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3949 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.588 ms 0 /classes/Cart.php:1430
2821
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4295
ORDER BY f.position ASC
0.588 ms 5 Yes /classes/Product.php:6021
5052
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3947) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.587 ms 1 Yes Yes /classes/Product.php:4524
1755
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4492 LIMIT 1
0.586 ms 10 /classes/SpecificPrice.php:435
2941
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9264 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9264 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.586 ms 0 /classes/Cart.php:1430
4018
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3851
0.586 ms 1 /classes/Product.php:2902
42
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1
0.585 ms 1 /src/Adapter/EntityMapper.php:71
865
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3951 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3951 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.585 ms 0 /classes/Cart.php:1430
3972
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3945
ORDER BY `position`
0.585 ms 1 Yes /classes/Product.php:3545
5242
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8970) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.585 ms 1 Yes Yes /classes/Product.php:4524
2690
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6018
AND image_shop.`cover` = 1 LIMIT 1
0.584 ms 1 /classes/Product.php:3570
4604
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9749) AND (b.`id_shop` = 1) LIMIT 1
0.584 ms 1 /src/Adapter/EntityMapper.php:71
4939
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) LIMIT 1
0.584 ms 1 /src/Adapter/EntityMapper.php:71
5302
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9847) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.584 ms 1 Yes Yes /classes/Product.php:4524
1873
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3856
ORDER BY f.position ASC
0.584 ms 5 Yes /classes/Product.php:6021
5178
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3910) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.584 ms 1 Yes Yes /classes/Product.php:4524
954
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3913
ORDER BY f.position ASC
0.583 ms 5 Yes /classes/Product.php:6021
1627
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4236 AND id_shop=1 LIMIT 1
0.583 ms 1 /classes/Product.php:6876
4266
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4541
ORDER BY `position`
0.583 ms 1 Yes /classes/Product.php:3545
3769
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10627
ORDER BY f.position ASC
0.582 ms 5 Yes /classes/Product.php:6021
5237
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8947) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.582 ms 1 Yes Yes /classes/Product.php:4524
1120
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3994 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3994 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.581 ms 0 /classes/Cart.php:1430
3469
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6199
ORDER BY f.position ASC
0.581 ms 5 Yes /classes/Product.php:6021
4045
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3989
0.581 ms 1 /classes/Product.php:2902
480
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.580 ms 1 /classes/Product.php:5659
1642
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4238
ORDER BY f.position ASC
0.580 ms 5 Yes /classes/Product.php:6021
2303
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5337
AND image_shop.`cover` = 1 LIMIT 1
0.580 ms 4 /classes/Product.php:3570
4135
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4018
0.580 ms 1 /classes/Product.php:2902
5192
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4488) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.580 ms 1 Yes Yes /classes/Product.php:4524
4598
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9747) AND (b.`id_shop` = 1) LIMIT 1
0.579 ms 1 /src/Adapter/EntityMapper.php:71
5276
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9774) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.579 ms 1 Yes Yes /classes/Product.php:4524
2892
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8969 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.579 ms 17 Yes /classes/SpecificPrice.php:576
5183
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5166) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.578 ms 1 Yes Yes /classes/Product.php:4524
444
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3626
ORDER BY f.position ASC
0.578 ms 5 Yes /classes/Product.php:6021
3546
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9843
ORDER BY f.position ASC
0.578 ms 5 Yes /classes/Product.php:6021
3579
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9846
ORDER BY f.position ASC
0.578 ms 5 Yes /classes/Product.php:6021
360
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2808
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.577 ms 1 /classes/SpecificPrice.php:259
942
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3851 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3851 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.577 ms 0 /classes/Cart.php:1430
4601
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5108) AND (b.`id_shop` = 1) LIMIT 1
0.577 ms 1 /src/Adapter/EntityMapper.php:71
685
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3233 AND `id_group` = 1 LIMIT 1
0.576 ms 0 /classes/GroupReduction.php:156
2165
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5080)
0.576 ms 1 /classes/Product.php:3860
4068
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3995
ORDER BY `position`
0.576 ms 1 Yes /classes/Product.php:3545
4149
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4021
ORDER BY `position`
0.576 ms 1 Yes /classes/Product.php:3545
3284
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5623
ORDER BY f.position ASC
0.575 ms 5 Yes /classes/Product.php:6021
4012
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3849
0.574 ms 1 /classes/Product.php:2902
221
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2760
AND image_shop.`cover` = 1 LIMIT 1
0.574 ms 1 /classes/Product.php:3570
3041
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.574 ms 0 /classes/Cart.php:1430
3074
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9746 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.573 ms 0 /classes/Cart.php:1430
4467
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5085
ORDER BY `position`
0.573 ms 1 Yes /classes/Product.php:3545
3130
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9751
ORDER BY f.position ASC
0.573 ms 5 Yes /classes/Product.php:6021
2187
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3909)
0.572 ms 1 /classes/Product.php:3860
3240
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5515
ORDER BY f.position ASC
0.572 ms 5 Yes /classes/Product.php:6021
1681
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2420)
0.571 ms 1 /classes/Product.php:3860
2242
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5164)
0.571 ms 1 /classes/Product.php:3860
2478
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3983 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3983 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.571 ms 0 /classes/Cart.php:1430
3119
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5109
ORDER BY f.position ASC
0.571 ms 5 Yes /classes/Product.php:6021
5066
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2441) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.571 ms 1 Yes Yes /classes/Product.php:4524
30
SELECT SQL_NO_CACHE *
FROM `hgt78_currency` a
LEFT JOIN `hgt78_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `hgt78_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.570 ms 1 /src/Adapter/EntityMapper.php:71
153
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3518
ORDER BY f.position ASC
0.570 ms 5 Yes /classes/Product.php:6021
420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3624) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.570 ms 1 /classes/stock/StockAvailable.php:453
876
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3952 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.570 ms 0 /classes/Cart.php:1430
4024
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3015
0.570 ms 1 /classes/Product.php:2902
855
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3867
ORDER BY f.position ASC
0.569 ms 5 Yes /classes/Product.php:6021
3623
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9849
ORDER BY f.position ASC
0.569 ms 5 Yes /classes/Product.php:6021
3233
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5515
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.569 ms 0 /classes/SpecificPrice.php:259
2919
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8970 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8970 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.568 ms 0 /classes/Cart.php:1430
3229
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9771
ORDER BY f.position ASC
0.568 ms 5 Yes /classes/Product.php:6021
4520
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4253) AND (b.`id_shop` = 1) LIMIT 1
0.568 ms 1 /src/Adapter/EntityMapper.php:71
1889
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4580 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.567 ms 10 Yes /classes/SpecificPrice.php:576
3324
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6076 AND id_shop=1 LIMIT 1
0.567 ms 1 /classes/Product.php:6876
1415
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2816)
0.566 ms 1 /classes/Product.php:3860
2546
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3974
ORDER BY f.position ASC
0.566 ms 5 Yes /classes/Product.php:6021
3405
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9792
ORDER BY f.position ASC
0.566 ms 5 Yes /classes/Product.php:6021
127
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5659
ORDER BY f.position ASC
0.565 ms 5 Yes /classes/Product.php:6021
3491
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6200
ORDER BY f.position ASC
0.565 ms 5 Yes /classes/Product.php:6021
4165
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2813
0.565 ms 1 /classes/Product.php:2902
4185
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4035
ORDER BY `position`
0.565 ms 1 Yes /classes/Product.php:3545
1573
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3550 AND `id_group` = 1 LIMIT 1
0.564 ms 0 /classes/GroupReduction.php:156
3447
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_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` = 28
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.564 ms 1 /classes/tax/TaxRulesTaxManager.php:109
5310
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10738) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.564 ms 1 Yes Yes /classes/Product.php:4524
4762
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8415) AND (b.`id_shop` = 1) LIMIT 1
0.564 ms 1 /src/Adapter/EntityMapper.php:71
1008
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3986 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3986 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.563 ms 0 /classes/Cart.php:1430
4623
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9767
ORDER BY `position`
0.563 ms 1 Yes /classes/Product.php:3545
1275
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2399 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2399 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.563 ms 0 /classes/Cart.php:1430
3644
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9851 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9851 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.563 ms 0 /classes/Cart.php:1430
4696
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6133
0.563 ms 1 /classes/Product.php:2902
5189
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3922) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.563 ms 1 Yes Yes /classes/Product.php:4524
5212
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5083) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.563 ms 1 Yes Yes /classes/Product.php:4524
1398
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4019
ORDER BY f.position ASC
0.562 ms 5 Yes /classes/Product.php:6021
4940
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1
0.562 ms 6 /src/Adapter/EntityMapper.php:79
5252
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.562 ms 1 Yes Yes /classes/Product.php:4524
1186
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3999 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3999 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.561 ms 0 /classes/Cart.php:1430
2764
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.561 ms 1 /classes/stock/StockAvailable.php:453
4358
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5103) AND (b.`id_shop` = 1) LIMIT 1
0.561 ms 1 /src/Adapter/EntityMapper.php:71
898
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3847 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3847 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.560 ms 0 /classes/Cart.php:1430
3207
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9769
ORDER BY f.position ASC
0.560 ms 5 Yes /classes/Product.php:6021
1455
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4022
ORDER BY f.position ASC
0.559 ms 5 Yes /classes/Product.php:6021
2324
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5638
ORDER BY f.position ASC
0.559 ms 5 Yes /classes/Product.php:6021
2736
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6025 LIMIT 1
0.559 ms 10 /classes/SpecificPrice.php:435
3888
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2918
ORDER BY `position`
0.559 ms 1 Yes /classes/Product.php:3545
2222
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5104 AND `id_group` = 1 LIMIT 1
0.559 ms 0 /classes/GroupReduction.php:156
4413
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3927
ORDER BY `position`
0.559 ms 1 Yes /classes/Product.php:3545
424
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.558 ms 1 /classes/Product.php:5659
1132
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3995
ORDER BY f.position ASC
0.558 ms 5 Yes /classes/Product.php:6021
2832
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8429
ORDER BY f.position ASC
0.557 ms 5 Yes /classes/Product.php:6021
3906
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3420
ORDER BY `position`
0.557 ms 1 Yes /classes/Product.php:3545
133
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3519)
0.557 ms 1 /classes/Product.php:3860
2911
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.556 ms 1 /classes/Product.php:5659
3735
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9262
ORDER BY f.position ASC
0.556 ms 5 Yes /classes/Product.php:6021
4566
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9721
ORDER BY `position`
0.556 ms 1 Yes /classes/Product.php:3545
3535
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9842
ORDER BY f.position ASC
0.555 ms 5 Yes /classes/Product.php:6021
4342
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4989
0.555 ms 1 /classes/Product.php:2902
1775
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4506
AND image_shop.`cover` = 1 LIMIT 1
0.554 ms 1 /classes/Product.php:3570
3334
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9789)
0.554 ms 1 /classes/Product.php:3860
4053
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3992
ORDER BY `position`
0.554 ms 1 Yes /classes/Product.php:3545
264
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2595 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2595 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.554 ms 0 /classes/Cart.php:1430
3435
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_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` = 28
AND tr.`id_state` IN (0, 0)
AND ('04510' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '04510')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.554 ms 1 /classes/tax/TaxRulesTaxManager.php:109
543
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3198) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.553 ms 1 /classes/stock/StockAvailable.php:453
2291
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5336
ORDER BY f.position ASC
0.553 ms 5 Yes /classes/Product.php:6021
2512
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3956
ORDER BY f.position ASC
0.553 ms 5 Yes /classes/Product.php:6021
3513
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9830
ORDER BY f.position ASC
0.553 ms 5 Yes /classes/Product.php:6021
931
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3850 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3850 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.552 ms 0 /classes/Cart.php:1430
3252
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5516
AND image_shop.`cover` = 1 LIMIT 1
0.552 ms 1 /classes/Product.php:3570
4326
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3893
ORDER BY `position`
0.552 ms 1 Yes /classes/Product.php:3545
2330
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3922)
0.551 ms 1 /classes/Product.php:3860
3394
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6131
ORDER BY f.position ASC
0.551 ms 5 Yes /classes/Product.php:6021
3918
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3108
ORDER BY `position`
0.551 ms 1 Yes /classes/Product.php:3545
4419
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3979
ORDER BY `position`
0.551 ms 1 Yes /classes/Product.php:3545
5151
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3861) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.551 ms 1 Yes Yes /classes/Product.php:4524
1220
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4001
ORDER BY f.position ASC
0.550 ms 5 Yes /classes/Product.php:6021
1463
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2814 AND `id_group` = 1 LIMIT 1
0.550 ms 0 /classes/GroupReduction.php:156
4473
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5101
ORDER BY `position`
0.550 ms 1 Yes /classes/Product.php:3545
732
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3942
ORDER BY f.position ASC
0.550 ms 5 Yes /classes/Product.php:6021
2248
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5165
AND image_shop.`cover` = 1 LIMIT 1
0.549 ms 1 /classes/Product.php:3570
3557
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9844
ORDER BY f.position ASC
0.549 ms 5 Yes /classes/Product.php:6021
3702
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8415
ORDER BY f.position ASC
0.549 ms 5 Yes /classes/Product.php:6021
3942
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3231
ORDER BY `position`
0.549 ms 1 Yes /classes/Product.php:3545
3977
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3946) AND (b.`id_shop` = 1) LIMIT 1
0.549 ms 1 /src/Adapter/EntityMapper.php:71
997
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2442 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.548 ms 0 /classes/Cart.php:1430
1209
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4000
ORDER BY f.position ASC
0.548 ms 5 Yes /classes/Product.php:6021
2860
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8947)
0.548 ms 1 /classes/Product.php:3860
4131
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2403
ORDER BY `position`
0.548 ms 1 Yes /classes/Product.php:3545
1053
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3990 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3990 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.547 ms 0 /classes/Cart.php:1430
3309
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9788 LIMIT 1
0.547 ms 11 /classes/SpecificPrice.php:435
3963
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3943
ORDER BY `position`
0.547 ms 1 Yes /classes/Product.php:3545
355
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3551
ORDER BY f.position ASC
0.546 ms 5 Yes /classes/Product.php:6021
358
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.546 ms 1 /classes/Product.php:5659
887
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3853 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3853 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.546 ms 0 /classes/Cart.php:1430
4129
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4017
0.546 ms 1 /classes/Product.php:2902
220
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2761
ORDER BY f.position ASC
0.545 ms 5 Yes /classes/Product.php:6021
3885
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3627
ORDER BY `position`
0.545 ms 1 Yes /classes/Product.php:3545
35
SELECT SQL_NO_CACHE *
FROM `hgt78_group` a
LEFT JOIN `hgt78_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:71
1341
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4016 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4016 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.544 ms 0 /classes/Cart.php:1430
1960
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.544 ms 0 /classes/Cart.php:1430
2391
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4489
ORDER BY f.position ASC
0.544 ms 5 Yes /classes/Product.php:6021
2490
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3984
ORDER BY f.position ASC
0.544 ms 5 Yes /classes/Product.php:6021
4270
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3856
0.544 ms 1 /classes/Product.php:2902
3196
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5323
ORDER BY f.position ASC
0.544 ms 5 Yes /classes/Product.php:6021
4057
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2730
0.544 ms 1 /classes/Product.php:2902
2501
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3940
ORDER BY f.position ASC
0.543 ms 5 Yes /classes/Product.php:6021
1252
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2438 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.542 ms 0 /classes/Cart.php:1430
1258
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4003 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.542 ms 10 Yes /classes/SpecificPrice.php:576
2050
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3892
AND image_shop.`cover` = 1 LIMIT 1
0.542 ms 1 /classes/Product.php:3570
4174
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4032
0.542 ms 1 /classes/Product.php:2902
288
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2475
ORDER BY f.position ASC
0.541 ms 5 Yes /classes/Product.php:6021
3724
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8979
ORDER BY f.position ASC
0.541 ms 5 Yes /classes/Product.php:6021
1187
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3999
ORDER BY f.position ASC
0.541 ms 5 Yes /classes/Product.php:6021
1883
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3859 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3859 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.541 ms 0 /classes/Cart.php:1430
2174
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5102
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.541 ms 0 /classes/SpecificPrice.php:259
2563
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4027)
0.541 ms 1 /classes/Product.php:3860
1031
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3988 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3988 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.540 ms 0 /classes/Cart.php:1430
2558
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4027
AND image_shop.`cover` = 1 LIMIT 1
0.540 ms 1 /classes/Product.php:3570
3372
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6078
ORDER BY f.position ASC
0.540 ms 5 Yes /classes/Product.php:6021
578
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3108
ORDER BY f.position ASC
0.539 ms 5 Yes /classes/Product.php:6021
3461
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6199 LIMIT 1
0.539 ms 10 /classes/SpecificPrice.php:435
452
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3627 AND `id_group` = 1 LIMIT 1
0.539 ms 0 /classes/GroupReduction.php:156
1753
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4492
AND image_shop.`cover` = 1 LIMIT 1
0.538 ms 1 /classes/Product.php:3570
2730
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4246 AND `id_group` = 1 LIMIT 1
0.538 ms 0 /classes/GroupReduction.php:156
2824
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8429 LIMIT 1
0.538 ms 10 /classes/SpecificPrice.php:435
235
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2759
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.538 ms 0 /classes/SpecificPrice.php:259
1928
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4582
ORDER BY f.position ASC
0.538 ms 5 Yes /classes/Product.php:6021
333
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2504
ORDER BY f.position ASC
0.537 ms 5 Yes /classes/Product.php:6021
1076
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3992 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3992 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.537 ms 0 /classes/Cart.php:1430
312
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2594
AND image_shop.`cover` = 1 LIMIT 1
0.536 ms 1 /classes/Product.php:3570
533
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3420 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.536 ms 0 /classes/Cart.php:1430
1445
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.536 ms 1 /classes/Product.php:5659
2865
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8947
ORDER BY f.position ASC
0.536 ms 5 Yes /classes/Product.php:6021
2985
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4709 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4709 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.536 ms 0 /classes/Cart.php:1430
4111
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4004
0.536 ms 1 /classes/Product.php:2902
743
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3943
ORDER BY f.position ASC
0.535 ms 5 Yes /classes/Product.php:6021
1420
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2816
ORDER BY f.position ASC
0.535 ms 5 Yes /classes/Product.php:6021
3306
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5896
ORDER BY f.position ASC
0.535 ms 5 Yes /classes/Product.php:6021
3795
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5660
ORDER BY `position`
0.535 ms 1 Yes /classes/Product.php:3545
4261
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3854
0.535 ms 1 /classes/Product.php:2902
1153
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3997 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3997 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.534 ms 0 /classes/Cart.php:1430
3645
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9851
ORDER BY f.position ASC
0.534 ms 5 Yes /classes/Product.php:6021
1143
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3996
ORDER BY f.position ASC
0.533 ms 5 Yes /classes/Product.php:6021
3169
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9767)
0.533 ms 1 /classes/Product.php:3860
3339
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9789
ORDER BY f.position ASC
0.533 ms 5 Yes /classes/Product.php:6021
4164
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2813
ORDER BY `position`
0.533 ms 1 Yes /classes/Product.php:3545
322
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2594
ORDER BY f.position ASC
0.532 ms 5 Yes /classes/Product.php:6021
2679
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5642
AND image_shop.`cover` = 1 LIMIT 1
0.532 ms 1 /classes/Product.php:3570
721
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3875
ORDER BY f.position ASC
0.532 ms 5 Yes /classes/Product.php:6021
1577
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4036
AND image_shop.`cover` = 1 LIMIT 1
0.532 ms 1 /classes/Product.php:3570
805
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3882)
0.531 ms 1 /classes/Product.php:3860
1428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4021 AND id_shop=1 LIMIT 1
0.531 ms 1 /classes/Product.php:6876
2591
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5085
AND image_shop.`cover` = 1 LIMIT 1
0.531 ms 1 /classes/Product.php:3570
2853
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 8946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.531 ms 0 /classes/Cart.php:1430
43
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1
0.530 ms 1 /src/Adapter/EntityMapper.php:71
4563
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4335
ORDER BY `position`
0.530 ms 1 Yes /classes/Product.php:3545
643
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.529 ms 0 /classes/Cart.php:1430
1488
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2813
ORDER BY f.position ASC
0.529 ms 5 Yes /classes/Product.php:6021
1807
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4507
ORDER BY f.position ASC
0.529 ms 5 Yes /classes/Product.php:6021
2402
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3927
ORDER BY f.position ASC
0.529 ms 5 Yes /classes/Product.php:6021
4629
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5323
ORDER BY `position`
0.529 ms 1 Yes /classes/Product.php:3545
5336
SELECT SQL_NO_CACHE button1 FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.529 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
1319
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3014 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.528 ms 0 /classes/Cart.php:1430
2206
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3910 LIMIT 1
0.528 ms 10 /classes/SpecificPrice.php:435
4060
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3993
0.528 ms 1 /classes/Product.php:2902
754
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3878
ORDER BY f.position ASC
0.528 ms 5 Yes /classes/Product.php:6021
1197
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2432 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.528 ms 0 /classes/Cart.php:1430
1342
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4016
ORDER BY f.position ASC
0.528 ms 5 Yes /classes/Product.php:6021
2646
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4093
AND image_shop.`cover` = 1 LIMIT 1
0.528 ms 1 /classes/Product.php:3570
3855
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2419
ORDER BY `position`
0.528 ms 1 Yes /classes/Product.php:3545
4539
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8947
ORDER BY `position`
0.528 ms 1 Yes /classes/Product.php:3545
1263
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4003 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4003 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.527 ms 0 /classes/Cart.php:1430
1516
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4032)
0.527 ms 1 /classes/Product.php:3860
3780
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10931
ORDER BY f.position ASC
0.527 ms 5 Yes /classes/Product.php:6021
5256
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9746) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.527 ms 1 Yes Yes /classes/Product.php:4524
3317
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9788
ORDER BY f.position ASC
0.526 ms 5 Yes /classes/Product.php:6021
3909
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3198
ORDER BY `position`
0.526 ms 1 Yes /classes/Product.php:3545
4775
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9381
ORDER BY `position`
0.525 ms 1 Yes /classes/Product.php:3545
2467
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3982 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3982 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.524 ms 0 /classes/Cart.php:1430
4055
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2730) AND (b.`id_shop` = 1) LIMIT 1
0.524 ms 1 /src/Adapter/EntityMapper.php:71
4581
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9743
ORDER BY `position`
0.524 ms 1 Yes /classes/Product.php:3545
1019
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3987 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3987 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.523 ms 0 /classes/Cart.php:1430
1982
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4698 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4698 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.523 ms 0 /classes/Cart.php:1430
3383
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9791
ORDER BY f.position ASC
0.523 ms 5 Yes /classes/Product.php:6021
3858
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3551
ORDER BY `position`
0.523 ms 1 Yes /classes/Product.php:3545
4392
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5638
ORDER BY `position`
0.523 ms 1 Yes /classes/Product.php:3545
4575
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9742
ORDER BY `position`
0.523 ms 1 Yes /classes/Product.php:3545
2660
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5640
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.523 ms 0 /classes/SpecificPrice.php:259
4988
SELECT SQL_NO_CACHE *
FROM `hgt78_currency` c
INNER JOIN hgt78_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.523 ms 2 Yes /classes/Currency.php:694
4455
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4007
ORDER BY `position`
0.522 ms 1 Yes /classes/Product.php:3545
3109
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5109
AND image_shop.`cover` = 1 LIMIT 1
0.522 ms 1 /classes/Product.php:3570
3999
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3952
ORDER BY `position`
0.522 ms 1 Yes /classes/Product.php:3545
4793
SELECT SQL_NO_CACHE 1 FROM `hgt78_cart_rule` WHERE ((date_to >= "2025-05-01 00:00:00" AND date_to <= "2025-05-01 23:59:59") OR (date_from >= "2025-05-01 00:00:00" AND date_from <= "2025-05-01 23:59:59") OR (date_from < "2025-05-01 00:00:00" AND date_to > "2025-05-01 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.522 ms 29 /classes/CartRule.php:357
2887
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4332
ORDER BY f.position ASC
0.521 ms 5 Yes /classes/Product.php:6021
1587
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4036
ORDER BY f.position ASC
0.521 ms 5 Yes /classes/Product.php:6021
1927
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4582 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4582 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.521 ms 0 /classes/Cart.php:1430
4134
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4018
ORDER BY `position`
0.521 ms 1 Yes /classes/Product.php:3545
4201
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2946
0.521 ms 1 /classes/Product.php:2902
544
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3198 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3198 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.520 ms 0 /classes/Cart.php:1430
1208
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4000 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4000 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.520 ms 0 /classes/Cart.php:1430
1565
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4035
ORDER BY f.position ASC
0.520 ms 5 Yes /classes/Product.php:6021
2138
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5076
AND image_shop.`cover` = 1 LIMIT 1
0.520 ms 2 /classes/Product.php:3570
187
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3504
ORDER BY f.position ASC
0.519 ms 5 Yes /classes/Product.php:6021
3822
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2761
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3545
1359
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2403)
0.518 ms 1 /classes/Product.php:3860
2083
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4703
AND image_shop.`cover` = 1 LIMIT 1
0.518 ms 1 /classes/Product.php:3570
3813
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3504
ORDER BY `position`
0.518 ms 1 Yes /classes/Product.php:3545
3945
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3232
ORDER BY `position`
0.518 ms 1 Yes /classes/Product.php:3545
4617
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9752
ORDER BY `position`
0.518 ms 1 Yes /classes/Product.php:3545
4309
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2950
0.518 ms 1 /classes/Product.php:2902
4383
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5336
ORDER BY `position`
0.518 ms 2 Yes /classes/Product.php:3545
1598
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3560
ORDER BY f.position ASC
0.517 ms 5 Yes /classes/Product.php:6021
2051
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.517 ms 1 /classes/Product.php:5659
2237
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5164
AND image_shop.`cover` = 1 LIMIT 1
0.516 ms 1 /classes/Product.php:3570
3690
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8414
ORDER BY f.position ASC
0.516 ms 5 Yes /classes/Product.php:6021
4440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3940
ORDER BY `position`
0.516 ms 1 Yes /classes/Product.php:3545
1087
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2730 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2730 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.515 ms 0 /classes/Cart.php:1430
1906
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3860
ORDER BY f.position ASC
0.515 ms 5 Yes /classes/Product.php:6021
3924
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3235
ORDER BY `position`
0.515 ms 1 Yes /classes/Product.php:3545
4680
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9791
ORDER BY `position`
0.515 ms 1 Yes /classes/Product.php:3545
4800
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `hgt78_currency` c
LEFT JOIN hgt78_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.515 ms 2 /classes/Currency.php:1136
1872
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3856 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3856 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.514 ms 0 /classes/Cart.php:1430
2052
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3892 LIMIT 1
0.514 ms 10 /classes/SpecificPrice.php:435
2126
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4718
ORDER BY f.position ASC
0.514 ms 5 Yes /classes/Product.php:6021
3361
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9790
ORDER BY f.position ASC
0.514 ms 5 Yes /classes/Product.php:6021
3524
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7753
ORDER BY f.position ASC
0.514 ms 5 Yes /classes/Product.php:6021
3897
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3630
ORDER BY `position`
0.514 ms 1 Yes /classes/Product.php:3545
193
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2763)
0.513 ms 1 /classes/Product.php:3860
2127
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4989
AND image_shop.`cover` = 1 LIMIT 1
0.513 ms 1 /classes/Product.php:3570
2843
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4296
ORDER BY f.position ASC
0.513 ms 5 Yes /classes/Product.php:6021
3486
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6200)
0.513 ms 1 /classes/Product.php:3860
3530
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9842)
0.513 ms 1 /classes/Product.php:3860
4547
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8969) AND (b.`id_shop` = 1) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:71
5324
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.513 ms 21 /classes/Category.php:2242
165
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3516
ORDER BY f.position ASC
0.513 ms 5 Yes /classes/Product.php:6021
1950
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4583
ORDER BY f.position ASC
0.512 ms 5 Yes /classes/Product.php:6021
1676
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2420
AND image_shop.`cover` = 1 LIMIT 1
0.512 ms 1 /classes/Product.php:3570
3668
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10738
AND image_shop.`cover` = 1 LIMIT 1
0.512 ms 1 /classes/Product.php:3570
3953
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3873) AND (b.`id_shop` = 1) LIMIT 1
0.512 ms 1 /src/Adapter/EntityMapper.php:71
339
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2419)
0.511 ms 1 /classes/Product.php:3860
3296
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5896
AND image_shop.`cover` = 1 LIMIT 1
0.511 ms 1 /classes/Product.php:3570
3882
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3626
ORDER BY `position`
0.511 ms 1 Yes /classes/Product.php:3545
1286
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4004 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.511 ms 0 /classes/Cart.php:1430
3251
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9772
ORDER BY f.position ASC
0.511 ms 5 Yes /classes/Product.php:6021
3798
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5659
ORDER BY `position`
0.511 ms 1 Yes /classes/Product.php:3545
3965
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3878) AND (b.`id_shop` = 1) LIMIT 1
0.511 ms 1 /src/Adapter/EntityMapper.php:71
4458
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4027
ORDER BY `position`
0.511 ms 1 Yes /classes/Product.php:3545
3861
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2808
ORDER BY `position`
0.510 ms 1 Yes /classes/Product.php:3545
1098
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3993 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3993 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.510 ms 0 /classes/Cart.php:1430
2053
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3892
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.510 ms 0 /classes/SpecificPrice.php:259
3793
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3628
ORDER BY f.position ASC
0.510 ms 5 Yes /classes/Product.php:6021
566
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3200 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.509 ms 0 /classes/Cart.php:1430
2380
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3924
ORDER BY f.position ASC
0.509 ms 5 Yes /classes/Product.php:6021
3819
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2762
ORDER BY `position`
0.509 ms 1 Yes /classes/Product.php:3545
3828
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2759
ORDER BY `position`
0.509 ms 1 Yes /classes/Product.php:3545
3713
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8416
ORDER BY f.position ASC
0.508 ms 5 Yes /classes/Product.php:6021
2479
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3983
ORDER BY f.position ASC
0.507 ms 5 Yes /classes/Product.php:6021
3453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9819)
0.507 ms 1 /classes/Product.php:3860
3876
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3624
ORDER BY `position`
0.507 ms 1 Yes /classes/Product.php:3545
3984
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3947
ORDER BY `position`
0.507 ms 1 Yes /classes/Product.php:3545
799
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3946
ORDER BY f.position ASC
0.507 ms 5 Yes /classes/Product.php:6021
147
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_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 ('04510' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '04510')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.506 ms 1 /classes/tax/TaxRulesTaxManager.php:109
2773
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4252 AND id_shop=1 LIMIT 1
0.506 ms 1 /classes/Product.php:6876
4527
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4295
ORDER BY `position`
0.506 ms 1 Yes /classes/Product.php:3545
2132
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4989)
0.506 ms 1 /classes/Product.php:3860
2681
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5642 LIMIT 1
0.506 ms 10 /classes/SpecificPrice.php:435
3541
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9843)
0.506 ms 1 /classes/Product.php:3860
4533
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4296
ORDER BY `position`
0.506 ms 1 Yes /classes/Product.php:3545
176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3505
ORDER BY f.position ASC
0.505 ms 5 Yes /classes/Product.php:6021
1574
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3550) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.505 ms 1 /classes/stock/StockAvailable.php:453
1579
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4036 LIMIT 1
0.505 ms 10 /classes/SpecificPrice.php:435
2735
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.505 ms 1 /classes/Product.php:5659
3406
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6132
AND image_shop.`cover` = 1 LIMIT 1
0.505 ms 1 /classes/Product.php:3570
3517
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7753
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.505 ms 0 /classes/SpecificPrice.php:259
542
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3198 AND `id_group` = 1 LIMIT 1
0.504 ms 0 /classes/GroupReduction.php:156
1532
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2785
ORDER BY f.position ASC
0.504 ms 5 Yes /classes/Product.php:6021
1615
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2946)
0.504 ms 1 /classes/Product.php:3860
3825
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2760
ORDER BY `position`
0.504 ms 1 Yes /classes/Product.php:3545
3927
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3227
ORDER BY `position`
0.504 ms 1 Yes /classes/Product.php:3545
589
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3234
ORDER BY f.position ASC
0.503 ms 5 Yes /classes/Product.php:6021
1387
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2846
ORDER BY f.position ASC
0.503 ms 5 Yes /classes/Product.php:6021
1916
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3861 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3861 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.503 ms 0 /classes/Cart.php:1430
2930
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4334 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.503 ms 0 /classes/Cart.php:1430
3029
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9744 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.503 ms 0 /classes/Cart.php:1430
3508
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9830)
0.503 ms 1 /classes/Product.php:3860
3804
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3518
ORDER BY `position`
0.503 ms 1 Yes /classes/Product.php:3545
274
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3019) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.502 ms 1 /classes/stock/StockAvailable.php:453
877
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3952
ORDER BY f.position ASC
0.502 ms 5 Yes /classes/Product.php:6021
910
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3848
ORDER BY f.position ASC
0.502 ms 5 Yes /classes/Product.php:6021
2590
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5083
ORDER BY f.position ASC
0.502 ms 5 Yes /classes/Product.php:6021
3063
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4945 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4945 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.502 ms 0 /classes/Cart.php:1430
3801
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3519
ORDER BY `position`
0.502 ms 1 Yes /classes/Product.php:3545
3983
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3947) AND (b.`id_shop` = 1) LIMIT 1
0.502 ms 1 /src/Adapter/EntityMapper.php:71
4545
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4332
ORDER BY `position`
0.502 ms 1 Yes /classes/Product.php:3545
1198
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2432
ORDER BY f.position ASC
0.502 ms 5 Yes /classes/Product.php:6021
1785
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4506
ORDER BY f.position ASC
0.502 ms 5 Yes /classes/Product.php:6021
1983
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4698
ORDER BY f.position ASC
0.502 ms 5 Yes /classes/Product.php:6021
4482
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4093
ORDER BY `position`
0.502 ms 1 Yes /classes/Product.php:3545
1895
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4580
ORDER BY f.position ASC
0.501 ms 5 Yes /classes/Product.php:6021
2876
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8948
ORDER BY f.position ASC
0.501 ms 5 Yes /classes/Product.php:6021
3416
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6132
ORDER BY f.position ASC
0.501 ms 5 Yes /classes/Product.php:6021
4010
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3849) AND (b.`id_shop` = 1) LIMIT 1
0.501 ms 1 /src/Adapter/EntityMapper.php:71
4422
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3930
ORDER BY `position`
0.501 ms 1 Yes /classes/Product.php:3545
299
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2596
ORDER BY f.position ASC
0.500 ms 5 Yes /classes/Product.php:6021
816
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3947)
0.500 ms 1 /classes/Product.php:3860
872
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3952)
0.500 ms 1 /classes/Product.php:3860
1364
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2403
ORDER BY f.position ASC
0.500 ms 5 Yes /classes/Product.php:6021
2678
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5641
ORDER BY f.position ASC
0.500 ms 5 Yes /classes/Product.php:6021
3746
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9381
ORDER BY f.position ASC
0.500 ms 5 Yes /classes/Product.php:6021
3870
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3623
ORDER BY `position`
0.500 ms 1 Yes /classes/Product.php:3545
1042
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3989 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 3989 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.499 ms 0 /classes/Cart.php:1430
1616
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2946 AND id_shop=1 LIMIT 1
0.499 ms 1 /classes/Product.php:6876
1840
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3854
ORDER BY f.position ASC
0.499 ms 5 Yes /classes/Product.php:6021
1917
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3861
ORDER BY f.position ASC
0.499 ms 5 Yes /classes/Product.php:6021
2849
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8946)
0.499 ms 1 /classes/Product.php:3860
3679
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10738
ORDER BY f.position ASC
0.499 ms 5 Yes /classes/Product.php:6021
4389
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5337
ORDER BY `position`
0.499 ms 4 Yes /classes/Product.php:3545
4719
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9842
ORDER BY `position`
0.499 ms 1 Yes /classes/Product.php:3545
1109
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2440 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 2440 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.498 ms 0 /classes/Cart.php:1430
2996
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9742 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9742 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.498 ms 0 /classes/Cart.php:1430
3846
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2502
ORDER BY `position`
0.498 ms 1 Yes /classes/Product.php:3545
772
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3945)
0.497 ms 1 /classes/Product.php:3860
2657
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5640
AND image_shop.`cover` = 1 LIMIT 1
0.497 ms 1 /classes/Product.php:3570
2952
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4335 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.497 ms 0 /classes/Cart.php:1430
3052
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.497 ms 0 /classes/Cart.php:1430
1343
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4017
AND image_shop.`cover` = 1 LIMIT 1
0.497 ms 2 /classes/Product.php:3570
1538
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4033)
0.497 ms 1 /classes/Product.php:3860
2535
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2930
ORDER BY f.position ASC
0.497 ms 5 Yes /classes/Product.php:6021
3864
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3552
ORDER BY `position`
0.497 ms 1 Yes /classes/Product.php:3545
3894
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3629
ORDER BY `position`
0.497 ms 1 Yes /classes/Product.php:3545
4159
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2814
0.497 ms 1 /classes/Product.php:2902
1593
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3560)
0.496 ms 1 /classes/Product.php:3860
2302
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3919
ORDER BY f.position ASC
0.496 ms 5 Yes /classes/Product.php:6021
2497
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3940 AND id_shop=1 LIMIT 1
0.496 ms 1 /classes/Product.php:6876
4635
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5514
ORDER BY `position`
0.496 ms 1 Yes /classes/Product.php:3545
3262
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5516
ORDER BY f.position ASC
0.496 ms 5 Yes /classes/Product.php:6021
4020
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3913
ORDER BY `position`
0.496 ms 1 Yes /classes/Product.php:3545
5095
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2737) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.496 ms 1 Yes Yes /classes/Product.php:4524
3097
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5108
ORDER BY f.position ASC
0.495 ms 5 Yes /classes/Product.php:6021
3831
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2758
ORDER BY `position`
0.495 ms 1 Yes /classes/Product.php:3545
3843
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2596
ORDER BY `position`
0.495 ms 1 Yes /classes/Product.php:3545
705
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3873)
0.494 ms 1 /classes/Product.php:3860
4817
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM hgt78_cms c
LEFT JOIN hgt78_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN hgt78_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (17) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.494 ms 1 Yes /classes/CMS.php:151
145
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3518)
0.493 ms 1 /classes/Product.php:3860
2004
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4699 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4699 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.493 ms 0 /classes/Cart.php:1430
2055
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3892)
0.493 ms 1 /classes/Product.php:3860
3930
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3236
ORDER BY `position`
0.493 ms 1 Yes /classes/Product.php:3545
2073
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.493 ms 1 /classes/Product.php:5659
1376
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2846
AND image_shop.`cover` = 1 LIMIT 1
0.492 ms 1 /classes/Product.php:3570
2369
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4488
ORDER BY f.position ASC
0.492 ms 5 Yes /classes/Product.php:6021
3837
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3019
ORDER BY `position`
0.492 ms 1 Yes /classes/Product.php:3545
4002
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3853
ORDER BY `position`
0.492 ms 1 Yes /classes/Product.php:3545
4536
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8946
ORDER BY `position`
0.492 ms 1 Yes /classes/Product.php:3545
4596
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9746
ORDER BY `position`
0.492 ms 1 Yes /classes/Product.php:3545
3475
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9820)
0.491 ms 1 /classes/Product.php:3860
3921
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3234
ORDER BY `position`
0.491 ms 1 Yes /classes/Product.php:3545
777
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3945
ORDER BY f.position ASC
0.491 ms 5 Yes /classes/Product.php:6021
1253
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2438
ORDER BY f.position ASC
0.491 ms 5 Yes /classes/Product.php:6021
1728
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.491 ms 1 /classes/stock/StockAvailable.php:453
3574
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9846)
0.491 ms 1 /classes/Product.php:3860
4449
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2930
ORDER BY `position`
0.491 ms 2 Yes /classes/Product.php:3545
4578
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4951
ORDER BY `position`
0.491 ms 1 Yes /classes/Product.php:3545
122
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5659)
0.490 ms 1 /classes/Product.php:3860
1759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4492 AND id_shop=1 LIMIT 1
0.490 ms 1 /classes/Product.php:6876
2308
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5337)
0.490 ms 1 /classes/Product.php:3860
2452
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3981)
0.490 ms 1 /classes/Product.php:3860
3618
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9849)
0.490 ms 1 /classes/Product.php:3860
3933
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3228
ORDER BY `position`
0.490 ms 1 Yes /classes/Product.php:3545
944
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3913
AND image_shop.`cover` = 1 LIMIT 1
0.489 ms 1 /classes/Product.php:3570
1884
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3859
ORDER BY f.position ASC
0.489 ms 5 Yes /classes/Product.php:6021
3634
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9850
ORDER BY f.position ASC
0.489 ms 5 Yes /classes/Product.php:6021
4765
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8416) AND (b.`id_shop` = 1) LIMIT 1
0.489 ms 1 /src/Adapter/EntityMapper.php:71
369
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.488 ms 1 /classes/Product.php:5659
2231
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3911)
0.488 ms 1 /classes/Product.php:3860
4398
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5639
ORDER BY `position`
0.488 ms 1 Yes /classes/Product.php:3545
116
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_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` = 28
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.487 ms 1 /classes/tax/TaxRulesTaxManager.php:109
3064
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4945
ORDER BY f.position ASC
0.487 ms 5 Yes /classes/Product.php:6021
4802
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.487 ms 1 /classes/module/Module.php:2137
5342
SELECT SQL_NO_CACHE psgdprl.message FROM `hgt78_psgdpr_consent` psgdpr
LEFT JOIN hgt78_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 22 AND psgdprl.id_lang =1 LIMIT 1
0.487 ms 12 /modules/psgdpr/classes/GDPRConsent.php:111
24
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.486 ms 6 /classes/Language.php:883
1505
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2812)
0.486 ms 1 /classes/Product.php:3860
2069
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.486 ms 1 /classes/stock/StockAvailable.php:453
2963
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9721 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.486 ms 0 /classes/Cart.php:1430
3350
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6077
ORDER BY f.position ASC
0.486 ms 5 Yes /classes/Product.php:6021
2718
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6024 AND id_shop=1 LIMIT 1
0.485 ms 1 /classes/Product.php:6876
2671
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5641
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.485 ms 0 /classes/SpecificPrice.php:259
2898
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8969
ORDER BY f.position ASC
0.485 ms 5 Yes /classes/Product.php:6021
3900
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3196
ORDER BY `position`
0.485 ms 1 Yes /classes/Product.php:3545
3915
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3200
ORDER BY `position`
0.485 ms 1 Yes /classes/Product.php:3545
3990
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3950
ORDER BY `position`
0.484 ms 1 Yes /classes/Product.php:3545
4156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4022
0.484 ms 1 /classes/Product.php:2902
90
SELECT SQL_NO_CACHE data FROM hgt78_layered_filter_block WHERE hash="bc22dd2e1655597c85a212e2136ed430" LIMIT 1
0.483 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
1756
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4492
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.483 ms 0 /classes/SpecificPrice.php:259
3108
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9749
ORDER BY f.position ASC
0.483 ms 5 Yes /classes/Product.php:6021
4795
SELECT SQL_NO_CACHE 1 FROM `hgt78_cart_rule` WHERE ((date_to >= "2025-05-01 00:00:00" AND date_to <= "2025-05-01 23:59:59") OR (date_from >= "2025-05-01 00:00:00" AND date_from <= "2025-05-01 23:59:59") OR (date_from < "2025-05-01 00:00:00" AND date_to > "2025-05-01 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.483 ms 29 /classes/CartRule.php:357
2435
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3930
ORDER BY f.position ASC
0.483 ms 5 Yes /classes/Product.php:6021
2810
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6135
ORDER BY f.position ASC
0.482 ms 5 Yes /classes/Product.php:6021
636
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3229 LIMIT 1
0.482 ms 10 /classes/SpecificPrice.php:435
3939
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3230
ORDER BY `position`
0.482 ms 1 Yes /classes/Product.php:3545
611
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3227
ORDER BY f.position ASC
0.481 ms 5 Yes /classes/Product.php:6021
789
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3946
AND image_shop.`cover` = 1 LIMIT 1
0.481 ms 1 /classes/Product.php:3570
1742
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2894
AND image_shop.`cover` = 1 LIMIT 1
0.481 ms 3 /classes/Product.php:3570
2151
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5077 LIMIT 1
0.481 ms 10 /classes/SpecificPrice.php:435
86
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `hgt78_attribute_group` ag  INNER JOIN hgt78_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `hgt78_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `hgt78_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `hgt78_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.481 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
3810
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3505
ORDER BY `position`
0.481 ms 1 Yes /classes/Product.php:3545
4479
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5352
ORDER BY `position`
0.481 ms 1 Yes /classes/Product.php:3545
276
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3019
ORDER BY f.position ASC
0.480 ms 5 Yes /classes/Product.php:6021
2346
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5639
ORDER BY f.position ASC
0.480 ms 5 Yes /classes/Product.php:6021
4577
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4951) AND (b.`id_shop` = 1) LIMIT 1
0.480 ms 1 /src/Adapter/EntityMapper.php:71
142
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3518 LIMIT 1
0.480 ms 10 /classes/SpecificPrice.php:435
670
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3232
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.480 ms 0 /classes/SpecificPrice.php:259
2370
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3924
AND image_shop.`cover` = 1 LIMIT 1
0.480 ms 1 /classes/Product.php:3570
2568
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4027
ORDER BY f.position ASC
0.480 ms 5 Yes /classes/Product.php:6021
3552
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9844)
0.480 ms 1 /classes/Product.php:3860
3987
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3949
ORDER BY `position`
0.480 ms 1 Yes /classes/Product.php:3545
4654
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5623
0.480 ms 1 /classes/Product.php:2902
4949
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1
0.479 ms 1 /src/Adapter/EntityMapper.php:71
3273
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9773
ORDER BY f.position ASC
0.479 ms 5 Yes /classes/Product.php:6021
3903
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3197
ORDER BY `position`
0.479 ms 1 Yes /classes/Product.php:3545
3948
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3233
ORDER BY `position`
0.479 ms 1 Yes /classes/Product.php:3545
600
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3235
ORDER BY f.position ASC
0.478 ms 5 Yes /classes/Product.php:6021
1994
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3890
ORDER BY f.position ASC
0.478 ms 5 Yes /classes/Product.php:6021
3007
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4951 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 4951 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.478 ms 0 /classes/Cart.php:1430
2974
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 `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9723 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_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` = 9723 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.477 ms 0 /classes/Cart.php:1430
3387
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6131
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.477 ms 0 /classes/SpecificPrice.php:259
4380
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5167
ORDER BY `position`
0.477 ms 1 Yes /classes/Product.php:3545
431
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3625) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.476 ms 1 /classes/stock/StockAvailable.php:453
1404
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2817)
0.476 ms 1 /classes/Product.php:3860
1549
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4034)
0.476 ms 1 /classes/Product.php:3860
1610
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2946
AND image_shop.`cover` = 1 LIMIT 1
0.476 ms 1 /classes/Product.php:3570
3980
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3882) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
4022
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3015) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
2424
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3979
ORDER BY f.position ASC
0.476 ms 5 Yes /classes/Product.php:6021
1769
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2895)
0.475 ms 1 /classes/Product.php:3860
4115
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4005) AND (b.`id_shop` = 1) LIMIT 1
0.475 ms 1 /src/Adapter/EntityMapper.php:71
4590
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9745
ORDER BY `position`
0.475 ms 1 Yes /classes/Product.php:3545
368
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3552
AND image_shop.`cover` = 1 LIMIT 1
0.475 ms 1 /classes/Product.php:3570
2148
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5076
ORDER BY f.position ASC
0.475 ms 5 Yes /classes/Product.php:6021
3640
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9851)
0.475 ms 1 /classes/Product.php:3860
4437
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3984
ORDER BY `position`
0.474 ms 1 Yes /classes/Product.php:3545
1494
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4030)
0.474 ms 1 /classes/Product.php:3860
3295
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9774
ORDER BY f.position ASC
0.474 ms 5 Yes /classes/Product.php:6021
3563
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9845)
0.474 ms 1 /classes/Product.php:3860
680
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3233 LIMIT 1
0.473 ms 10 /classes/SpecificPrice.php:435
1796
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2896
ORDER BY f.position ASC
0.473 ms 5 Yes /classes/Product.php:6021
4075
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3997
0.473 ms 1 /classes/Product.php:2902
4386
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3919
ORDER BY `position`
0.473 ms 1 Yes /classes/Product.php:3545
3956
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3875) AND (b.`id_shop` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:71
1659
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4239)
0.472 ms 1 /classes/Product.php:3860
2729
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4246 AND id_shop=1 LIMIT 1
0.472 ms 1 /classes/Product.php:6876
3464
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6199)
0.472 ms 1 /classes/Product.php:3860
4353
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5102
ORDER BY `position`
0.472 ms 1 Yes /classes/Product.php:3545
3936
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3229
ORDER BY `position`
0.472 ms 1 Yes /classes/Product.php:3545
878
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3853
AND image_shop.`cover` = 1 LIMIT 1
0.471 ms 1 /classes/Product.php:3570
3180
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9768)
0.471 ms 1 /classes/Product.php:3860
1665
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4241
AND image_shop.`cover` = 1 LIMIT 1
0.471 ms 1 /classes/Product.php:3570
4428
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3981
ORDER BY `position`
0.471 ms 1 Yes /classes/Product.php:3545
4687
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9792
0.471 ms 1 /classes/Product.php:2902
5096
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4005) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.471 ms 1 Yes Yes /classes/Product.php:4524
3303
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5896 AND `id_group` = 1 LIMIT 1
0.470 ms 0 /classes/GroupReduction.php:156
87
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `hgt78_feature` f  INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `hgt78_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `hgt78_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `hgt78_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.470 ms 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
1015
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3987)
0.470 ms 1 /classes/Product.php:3860
2286
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5336)
0.470 ms 1 /classes/Product.php:3860
3834
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2595
ORDER BY `position`
0.470 ms 2 Yes /classes/Product.php:3545
1818
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4508
ORDER BY f.position ASC
0.469 ms 5 Yes /classes/Product.php:6021
2226
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3911
AND image_shop.`cover` = 1 LIMIT 1
0.469 ms 1 /classes/Product.php:3570
3912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3199
ORDER BY `position`
0.469 ms 1 Yes /classes/Product.php:3545
3978
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3946
ORDER BY `position`
0.469 ms 1 Yes /classes/Product.php:3545
4584
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9744
ORDER BY `position`
0.469 ms 1 Yes /classes/Product.php:3545
722
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3942
AND image_shop.`cover` = 1 LIMIT 1
0.468 ms 1 /classes/Product.php:3570
2173
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5102 LIMIT 1
0.468 ms 10 /classes/SpecificPrice.php:435
4311
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4700
ORDER BY `position`
0.468 ms 1 Yes /classes/Product.php:3545
4524
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6135
ORDER BY `position`
0.468 ms 1 Yes /classes/Product.php:3545
4530
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8429
ORDER BY `position`
0.468 ms 1 Yes /classes/Product.php:3545
4608
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5109
ORDER BY `position`
0.468 ms 1 Yes /classes/Product.php:3545
4005
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3847
ORDER BY `position`
0.467 ms 1 Yes /classes/Product.php:3545
4587
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4946
ORDER BY `position`
0.467 ms 1 Yes /classes/Product.php:3545
702
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3873 LIMIT 1
0.467 ms 10 /classes/SpecificPrice.php:435
2038
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3891
ORDER BY f.position ASC
0.467 ms 5 Yes /classes/Product.php:6021
2634
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5328
ORDER BY f.position ASC
0.467 ms 5 Yes /classes/Product.php:6021
3873
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2890
ORDER BY `position`
0.467 ms 1 Yes /classes/Product.php:3545
231
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2760
ORDER BY f.position ASC
0.466 ms 5 Yes /classes/Product.php:6021
4188
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3550
ORDER BY `position`
0.466 ms 1 Yes /classes/Product.php:3545
905
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3848)
0.465 ms 1 /classes/Product.php:3860
4371
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5164
ORDER BY `position`
0.465 ms 1 Yes /classes/Product.php:3545
4632
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9769
ORDER BY `position`
0.465 ms 1 Yes /classes/Product.php:3545
4452
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3974
ORDER BY `position`
0.464 ms 1 Yes /classes/Product.php:3545
4512
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6105
ORDER BY `position`
0.464 ms 1 Yes /classes/Product.php:3545
3959
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3942) AND (b.`id_shop` = 1) LIMIT 1
0.464 ms 1 /src/Adapter/EntityMapper.php:71
4431
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3982
ORDER BY `position`
0.464 ms 1 Yes /classes/Product.php:3545
386
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2889 AND `id_group` = 1 LIMIT 1
0.463 ms 0 /classes/GroupReduction.php:156
2016
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2950
ORDER BY f.position ASC
0.463 ms 5 Yes /classes/Product.php:6021
2266
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5166 AND `id_group` = 1 LIMIT 1
0.463 ms 0 /classes/GroupReduction.php:156
3087
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5108
AND image_shop.`cover` = 1 LIMIT 1
0.463 ms 1 /classes/Product.php:3570
3840
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2475
ORDER BY `position`
0.463 ms 1 Yes /classes/Product.php:3545
4374
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5165
ORDER BY `position`
0.463 ms 1 Yes /classes/Product.php:3545
1499
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4030
ORDER BY f.position ASC
0.462 ms 5 Yes /classes/Product.php:6021
1544
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4034
AND image_shop.`cover` = 1 LIMIT 1
0.462 ms 1 /classes/Product.php:3570
2104
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3894
ORDER BY f.position ASC
0.462 ms 5 Yes /classes/Product.php:6021
3849
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2594
ORDER BY `position`
0.462 ms 1 Yes /classes/Product.php:3545
434
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3626
AND image_shop.`cover` = 1 LIMIT 1
0.462 ms 1 /classes/Product.php:3570
4665
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6076
ORDER BY `position`
0.462 ms 1 Yes /classes/Product.php:3545
2099
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3894)
0.461 ms 1 /classes/Product.php:3860
3613
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9849
AND image_shop.`cover` = 1 LIMIT 1
0.461 ms 1 /classes/Product.php:3570
4425
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3980
ORDER BY `position`
0.461 ms 1 Yes /classes/Product.php:3545
4152
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2815
ORDER BY `position`
0.461 ms 1 Yes /classes/Product.php:3545
794
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3946)
0.460 ms 1 /classes/Product.php:3860
4410
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4489
ORDER BY `position`
0.460 ms 1 Yes /classes/Product.php:3545
4941
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) LIMIT 1
0.460 ms 1 /src/Adapter/EntityMapper.php:71
1176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3998
ORDER BY f.position ASC
0.460 ms 5 Yes /classes/Product.php:6021
2121
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4718)
0.460 ms 1 /classes/Product.php:3860
2574
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5084)
0.460 ms 1 /classes/Product.php:3860
3996
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3951
ORDER BY `position`
0.460 ms 1 Yes /classes/Product.php:3545
678
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3233
AND image_shop.`cover` = 1 LIMIT 1
0.459 ms 1 /classes/Product.php:3570
2477
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3983) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.459 ms 1 /classes/stock/StockAvailable.php:453
3438
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6133 AND `id_group` = 1 LIMIT 1
0.459 ms 0 /classes/GroupReduction.php:156
1424
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4021 LIMIT 1
0.459 ms 10 /classes/SpecificPrice.php:435
1632
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4238
AND image_shop.`cover` = 1 LIMIT 1
0.459 ms 1 /classes/Product.php:3570
2027
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4700
ORDER BY f.position ASC
0.459 ms 5 Yes /classes/Product.php:6021
2446
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3980
ORDER BY f.position ASC
0.459 ms 5 Yes /classes/Product.php:6021
2682
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5642
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.459 ms 0 /classes/SpecificPrice.php:259
3671
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10738 LIMIT 1
0.459 ms 10 /classes/SpecificPrice.php:435
370
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3552 LIMIT 1
0.458 ms 10 /classes/SpecificPrice.php:435
473
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2944)
0.458 ms 1 /classes/Product.php:3860
1679
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2420
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.458 ms 0 /classes/SpecificPrice.php:259
2077
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3893)
0.458 ms 1 /classes/Product.php:3860
4368
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3911
ORDER BY `position`
0.458 ms 1 Yes /classes/Product.php:3545
4395
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3922
ORDER BY `position`
0.458 ms 1 Yes /classes/Product.php:3545
4407
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3924
ORDER BY `position`
0.458 ms 1 Yes /classes/Product.php:3545
4542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8948
ORDER BY `position`
0.458 ms 1 Yes /classes/Product.php:3545
844
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3867
AND image_shop.`cover` = 1 LIMIT 1
0.457 ms 1 /classes/Product.php:3570
3125
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9751)
0.457 ms 1 /classes/Product.php:3860
3197
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9769
AND image_shop.`cover` = 1 LIMIT 1
0.457 ms 1 /classes/Product.php:3570
3312
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9788)
0.457 ms 1 /classes/Product.php:3860
3697
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8415)
0.457 ms 1 /classes/Product.php:3860
3708
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8416)
0.457 ms 1 /classes/Product.php:3860
3816
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2763
ORDER BY `position`
0.457 ms 1 Yes /classes/Product.php:3545
5079
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3994) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.457 ms 1 Yes Yes /classes/Product.php:4524
2030
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3891 LIMIT 1
0.456 ms 10 /classes/SpecificPrice.php:435
3807
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3516
ORDER BY `position`
0.456 ms 1 Yes /classes/Product.php:3545
4476
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5328
ORDER BY `position`
0.456 ms 1 Yes /classes/Product.php:3545
4461
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5084
ORDER BY `position`
0.456 ms 1 Yes /classes/Product.php:3545
1708
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4413
ORDER BY f.position ASC
0.455 ms 5 Yes /classes/Product.php:6021
4416
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3978
ORDER BY `position`
0.455 ms 1 Yes /classes/Product.php:3545
4572
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4709
ORDER BY `position`
0.455 ms 1 Yes /classes/Product.php:3545
4128
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4017
ORDER BY `position`
0.455 ms 2 Yes /classes/Product.php:3545
595
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3235)
0.454 ms 1 /classes/Product.php:3860
1433
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2815
AND image_shop.`cover` = 1 LIMIT 1
0.454 ms 1 /classes/Product.php:3570
3246
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9772)
0.454 ms 1 /classes/Product.php:3860
3536
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9843
AND image_shop.`cover` = 1 LIMIT 1
0.454 ms 1 /classes/Product.php:3570
359
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2808 LIMIT 1
0.453 ms 10 /classes/SpecificPrice.php:435
2838
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4296)
0.453 ms 1 /classes/Product.php:3860
4095
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2400
ORDER BY `position`
0.453 ms 1 Yes /classes/Product.php:3545
4446
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3957
ORDER BY `position`
0.453 ms 1 Yes /classes/Product.php:3545
3448
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9819
AND image_shop.`cover` = 1 LIMIT 1
0.452 ms 1 /classes/Product.php:3570
4255
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4508
0.452 ms 1 /classes/Product.php:2902
442
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3626) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.452 ms 1 /classes/stock/StockAvailable.php:453
3114
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5109)
0.452 ms 1 /classes/Product.php:3860
1612
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2946 LIMIT 1
0.451 ms 10 /classes/SpecificPrice.php:435
1763
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4492
ORDER BY f.position ASC
0.451 ms 5 Yes /classes/Product.php:6021
2430
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3930)
0.451 ms 1 /classes/Product.php:3860
2844
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8946
AND image_shop.`cover` = 1 LIMIT 1
0.451 ms 1 /classes/Product.php:3570
198
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2763
ORDER BY f.position ASC
0.451 ms 5 Yes /classes/Product.php:6021
1527
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2785)
0.451 ms 1 /classes/Product.php:3860
529
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3420)
0.450 ms 1 /classes/Product.php:3860
2750
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4247)
0.450 ms 1 /classes/Product.php:3860
1450
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4022)
0.450 ms 1 /classes/Product.php:3860
4674
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9790
ORDER BY `position`
0.450 ms 1 Yes /classes/Product.php:3545
283
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2475)
0.449 ms 1 /classes/Product.php:3860
1546
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4034 LIMIT 1
0.449 ms 10 /classes/SpecificPrice.php:435
2629
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5328)
0.449 ms 1 /classes/Product.php:3860
4792
SELECT SQL_NO_CACHE 1 FROM hgt78_cart_product cp INNER JOIN hgt78_product p
ON (p.id_product = cp.id_product) INNER JOIN hgt78_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.449 ms 1 /classes/Cart.php:4255
429
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3625 AND id_shop=1 LIMIT 1
0.448 ms 1 /classes/Product.php:6876
738
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3943)
0.446 ms 1 /classes/Product.php:3860
3298
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5896 LIMIT 1
0.446 ms 10 /classes/SpecificPrice.php:435
4509
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4247
ORDER BY `position`
0.446 ms 1 Yes /classes/Product.php:3545
4605
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9749
ORDER BY `position`
0.446 ms 1 Yes /classes/Product.php:3545
2579
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5084
ORDER BY f.position ASC
0.446 ms 5 Yes /classes/Product.php:6021
1337
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4016)
0.445 ms 1 /classes/Product.php:3860
1645
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2914 LIMIT 1
0.445 ms 10 /classes/SpecificPrice.php:435
69
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a0
LEFT JOIN `hgt78_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 577) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.445 ms 1 /classes/PrestaShopCollection.php:383
2135
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.445 ms 1 /classes/stock/StockAvailable.php:453
3329
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9789
AND image_shop.`cover` = 1 LIMIT 1
0.445 ms 1 /classes/Product.php:3570
2215
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5104
AND image_shop.`cover` = 1 LIMIT 1
0.444 ms 1 /classes/Product.php:3570
1656
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4239 LIMIT 1
0.444 ms 10 /classes/SpecificPrice.php:435
2527
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2930 LIMIT 1
0.444 ms 10 /classes/SpecificPrice.php:435
3580
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9847
AND image_shop.`cover` = 1 LIMIT 1
0.444 ms 1 /classes/Product.php:3570
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM hgt78_shop_url su
LEFT JOIN hgt78_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.encens.fr' OR su.domain_ssl = 'www.encens.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.443 ms 1 Yes /classes/shop/Shop.php:1364
2623
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5101
ORDER BY f.position ASC
0.443 ms 5 Yes /classes/Product.php:6021
2788
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6134
ORDER BY f.position ASC
0.443 ms 5 Yes /classes/Product.php:6021
3470
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9820
AND image_shop.`cover` = 1 LIMIT 1
0.443 ms 1 /classes/Product.php:3570
5128
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4239) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.441 ms 1 Yes Yes /classes/Product.php:4524
1846
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4540)
0.440 ms 1 /classes/Product.php:3860
2211
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3910 AND `id_group` = 1 LIMIT 1
0.440 ms 0 /classes/GroupReduction.php:156
3497
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9821)
0.440 ms 1 /classes/Product.php:3860
48
SELECT SQL_NO_CACHE * FROM `hgt78_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.440 ms 8 Yes /classes/ImageType.php:109
2673
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5641)
0.440 ms 1 /classes/Product.php:3860
4521
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4253
ORDER BY `position`
0.440 ms 2 Yes /classes/Product.php:3545
260
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2595)
0.439 ms 1 /classes/Product.php:3860
976
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2441
ORDER BY f.position ASC
0.439 ms 5 Yes /classes/Product.php:6021
3629
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9850)
0.439 ms 1 /classes/Product.php:3860
669
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3232 LIMIT 1
0.439 ms 10 /classes/SpecificPrice.php:435
2357
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3923
ORDER BY f.position ASC
0.439 ms 5 Yes /classes/Product.php:6021
3422
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9794)
0.439 ms 1 /classes/Product.php:3860
584
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3234)
0.437 ms 1 /classes/Product.php:3860
3241
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9772
AND image_shop.`cover` = 1 LIMIT 1
0.437 ms 1 /classes/Product.php:3570
3514
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7753
AND image_shop.`cover` = 1 LIMIT 1
0.437 ms 1 /classes/Product.php:3570
396
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3623 AND id_shop=1 LIMIT 1
0.436 ms 1 /classes/Product.php:6876
622
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3236
ORDER BY f.position ASC
0.436 ms 5 Yes /classes/Product.php:6021
328
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2504)
0.436 ms 1 /classes/Product.php:3860
3443
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_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 ('04510' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '04510')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.436 ms 0 /classes/tax/TaxRulesTaxManager.php:109
374
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3552 AND id_shop=1 LIMIT 1
0.435 ms 1 /classes/Product.php:6876
381
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2889 LIMIT 1
0.435 ms 10 /classes/SpecificPrice.php:435
4150
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4021
0.435 ms 1 /classes/Product.php:2902
5140
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2896) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.435 ms 1 Yes Yes /classes/Product.php:4524
3788
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3628)
0.434 ms 1 /classes/Product.php:3860
4401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3923
ORDER BY `position`
0.434 ms 1 Yes /classes/Product.php:3545
117
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5659
AND image_shop.`cover` = 1 LIMIT 1
0.434 ms 1 /classes/Product.php:3570
481
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3629 LIMIT 1
0.434 ms 10 /classes/SpecificPrice.php:435
681
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3233
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.434 ms 0 /classes/SpecificPrice.php:259
2143
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5076)
0.434 ms 1 /classes/Product.php:3860
2375
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3924)
0.434 ms 1 /classes/Product.php:3860
3092
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5108)
0.434 ms 1 /classes/Product.php:3860
92
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5660
AND image_shop.`cover` = 1 LIMIT 1
0.433 ms 1 /classes/Product.php:3570
188
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2763
AND image_shop.`cover` = 1 LIMIT 1
0.433 ms 1 /classes/Product.php:3570
3279
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5623)
0.433 ms 1 /classes/Product.php:3860
3492
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9821
AND image_shop.`cover` = 1 LIMIT 1
0.433 ms 1 /classes/Product.php:3570
4503
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4246
ORDER BY `position`
0.433 ms 1 Yes /classes/Product.php:3545
306
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2502)
0.432 ms 1 /classes/Product.php:3860
683
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3233)
0.432 ms 1 /classes/Product.php:3860
694
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3520)
0.432 ms 1 /classes/Product.php:3860
2704
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6023
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.432 ms 0 /classes/SpecificPrice.php:259
490
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3630
AND image_shop.`cover` = 1 LIMIT 1
0.432 ms 1 /classes/Product.php:3570
2653
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4093 AND `id_group` = 1 LIMIT 1
0.432 ms 0 /classes/GroupReduction.php:156
3775
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10931)
0.431 ms 1 /classes/Product.php:3860
5129
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4241) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.431 ms 1 Yes Yes /classes/Product.php:4524
380
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.431 ms 1 /classes/Product.php:5659
3966
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3878
ORDER BY `position`
0.431 ms 1 Yes /classes/Product.php:3545
639
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3229)
0.430 ms 1 /classes/Product.php:3860
1693
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3332 AND id_shop=1 LIMIT 1
0.430 ms 1 /classes/Product.php:6876
2338
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5639 LIMIT 1
0.430 ms 10 /classes/SpecificPrice.php:435
2904
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4333)
0.430 ms 1 /classes/Product.php:3860
3314
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9788 AND `id_group` = 1 LIMIT 1
0.430 ms 0 /classes/GroupReduction.php:156
3585
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9847)
0.430 ms 1 /classes/Product.php:3860
3654
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.430 ms 1 /classes/stock/StockAvailable.php:453
761
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3944)
0.429 ms 1 /classes/Product.php:3860
2105
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4704
AND image_shop.`cover` = 1 LIMIT 1
0.428 ms 1 /classes/Product.php:3570
2408
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3978)
0.428 ms 1 /classes/Product.php:3860
2419
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3979)
0.428 ms 1 /classes/Product.php:3860
2899
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4333
AND image_shop.`cover` = 1 LIMIT 1
0.428 ms 1 /classes/Product.php:3570
318
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2594 AND id_shop=1 LIMIT 1
0.427 ms 1 /classes/Product.php:6876
832
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3949
ORDER BY f.position ASC
0.427 ms 5 Yes /classes/Product.php:6021
2261
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5166 LIMIT 1
0.427 ms 10 /classes/SpecificPrice.php:435
2336
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5639
AND image_shop.`cover` = 1 LIMIT 1
0.427 ms 1 /classes/Product.php:3570
2518
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3957)
0.427 ms 1 /classes/Product.php:3860
364
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2808 AND `id_group` = 1 LIMIT 1
0.426 ms 0 /classes/GroupReduction.php:156
2297
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3919)
0.426 ms 1 /classes/Product.php:3860
2706
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6023)
0.426 ms 1 /classes/Product.php:3860
3752
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9735)
0.426 ms 1 /classes/Product.php:3860
3951
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3520
ORDER BY `position`
0.426 ms 1 Yes /classes/Product.php:3545
1637
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4238)
0.426 ms 1 /classes/Product.php:3860
4378
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5166
0.426 ms 1 /classes/Product.php:2902
3473
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.425 ms 0 /classes/SpecificPrice.php:259
4324
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4702
0.425 ms 1 /classes/Product.php:2902
44
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1
0.425 ms 1 /src/Adapter/EntityMapper.php:71
294
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2596)
0.425 ms 1 /classes/Product.php:3860
911
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3849
AND image_shop.`cover` = 1 LIMIT 1
0.424 ms 1 /classes/Product.php:3570
3411
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6132)
0.424 ms 1 /classes/Product.php:3860
3516
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7753 LIMIT 1
0.424 ms 10 /classes/SpecificPrice.php:435
3519
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7753)
0.423 ms 1 /classes/Product.php:3860
711
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3875
AND image_shop.`cover` = 1 LIMIT 1
0.423 ms 1 /classes/Product.php:3570
2149
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5077
AND image_shop.`cover` = 1 LIMIT 1
0.423 ms 1 /classes/Product.php:3570
3213
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5514)
0.423 ms 1 /classes/Product.php:3860
4039
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3987
0.423 ms 1 /classes/Product.php:2902
317
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2594)
0.422 ms 1 /classes/Product.php:3860
1375
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4018
ORDER BY f.position ASC
0.422 ms 5 Yes /classes/Product.php:6021
1522
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2785
AND image_shop.`cover` = 1 LIMIT 1
0.422 ms 1 /classes/Product.php:3570
2893
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8969)
0.422 ms 1 /classes/Product.php:3860
3703
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8416
AND image_shop.`cover` = 1 LIMIT 1
0.422 ms 1 /classes/Product.php:3570
4593
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4945
ORDER BY `position`
0.422 ms 1 Yes /classes/Product.php:3545
4820
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) LIMIT 1
0.422 ms 1 /src/Adapter/EntityMapper.php:71
3150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9752) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.421 ms 1 /classes/stock/StockAvailable.php:453
182
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3504)
0.421 ms 1 /classes/Product.php:3860
3558
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9845
AND image_shop.`cover` = 1 LIMIT 1
0.421 ms 1 /classes/Product.php:3570
403
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2890 LIMIT 1
0.420 ms 10 /classes/SpecificPrice.php:435
2061
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4702
AND image_shop.`cover` = 1 LIMIT 1
0.420 ms 1 /classes/Product.php:3570
2182
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3909
AND image_shop.`cover` = 1 LIMIT 1
0.420 ms 1 /classes/Product.php:3570
4239
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4492
ORDER BY `position`
0.420 ms 1 Yes /classes/Product.php:3545
5130
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.420 ms 1 Yes Yes /classes/Product.php:4524
1939
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3863
ORDER BY f.position ASC
0.420 ms 5 Yes /classes/Product.php:6021
4362
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3910
ORDER BY `position`
0.420 ms 1 Yes /classes/Product.php:3545
524
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3420
AND image_shop.`cover` = 1 LIMIT 1
0.419 ms 1 /classes/Product.php:3570
139
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3518
AND image_shop.`cover` = 1 LIMIT 1
0.419 ms 1 /classes/Product.php:3570
1282
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4004)
0.419 ms 1 /classes/Product.php:3860
1478
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2813
AND image_shop.`cover` = 1 LIMIT 1
0.419 ms 1 /classes/Product.php:3570
1110
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2440
ORDER BY f.position ASC
0.418 ms 5 Yes /classes/Product.php:6021
3867
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2889
ORDER BY `position`
0.418 ms 1 Yes /classes/Product.php:3545
1226
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2400)
0.418 ms 1 /classes/Product.php:3860
1231
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2400
ORDER BY f.position ASC
0.418 ms 5 Yes /classes/Product.php:6021
2341
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5639)
0.418 ms 1 /classes/Product.php:3860
3378
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9791)
0.418 ms 1 /classes/Product.php:3860
2854
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8946
ORDER BY f.position ASC
0.417 ms 5 Yes /classes/Product.php:6021
1009
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3986
ORDER BY f.position ASC
0.416 ms 5 Yes /classes/Product.php:6021
2687
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5642) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.416 ms 1 /classes/stock/StockAvailable.php:453
2712
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6024
AND image_shop.`cover` = 1 LIMIT 1
0.416 ms 1 /classes/Product.php:3570
3455
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9819 AND `id_group` = 1 LIMIT 1
0.416 ms 0 /classes/GroupReduction.php:156
811
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3947
AND image_shop.`cover` = 1 LIMIT 1
0.416 ms 1 /classes/Product.php:3570
4951
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) LIMIT 1
0.416 ms 1 /src/Adapter/EntityMapper.php:71
2364
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4488)
0.415 ms 1 /classes/Product.php:3860
3454
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9819 AND id_shop=1 LIMIT 1
0.415 ms 1 /classes/Product.php:6876
3569
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9846
AND image_shop.`cover` = 1 LIMIT 1
0.415 ms 1 /classes/Product.php:3570
4489
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5641
0.415 ms 1 /classes/Product.php:2902
1622
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.415 ms 1 /classes/Product.php:5659
393
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3623
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.414 ms 1 /classes/SpecificPrice.php:259
1427
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4021)
0.414 ms 1 /classes/Product.php:3860
4602
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5108
ORDER BY `position`
0.414 ms 1 Yes /classes/Product.php:3545
3103
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9749)
0.414 ms 1 /classes/Product.php:3860
450
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3627)
0.413 ms 1 /classes/Product.php:3860
551
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3199)
0.413 ms 1 /classes/Product.php:3860
1353
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4017
ORDER BY f.position ASC
0.413 ms 5 Yes /classes/Product.php:6021
3345
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6077)
0.413 ms 1 /classes/Product.php:3860
3730
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9262)
0.413 ms 1 /classes/Product.php:3860
3764
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10627)
0.413 ms 1 /classes/Product.php:3860
4808
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_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.413 ms 1 /src/Adapter/EntityMapper.php:71
373
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3552)
0.412 ms 1 /classes/Product.php:3860
523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3197
ORDER BY f.position ASC
0.412 ms 5 Yes /classes/Product.php:6021
1918
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4582
AND image_shop.`cover` = 1 LIMIT 1
0.412 ms 3 /classes/Product.php:3570
467
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2918
ORDER BY f.position ASC
0.411 ms 5 Yes /classes/Product.php:6021
3646
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9852
AND image_shop.`cover` = 1 LIMIT 1
0.411 ms 1 /classes/Product.php:3570
1945
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4583)
0.410 ms 1 /classes/Product.php:3860
2327
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3922 LIMIT 1
0.410 ms 10 /classes/SpecificPrice.php:435
3315
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9788) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.410 ms 1 /classes/stock/StockAvailable.php:453
668
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.410 ms 1 /classes/Product.php:5659
4030
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3985
0.410 ms 1 /classes/Product.php:2902
289
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2596
AND image_shop.`cover` = 1 LIMIT 1
0.409 ms 1 /classes/Product.php:3570
1780
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4506)
0.409 ms 1 /classes/Product.php:3860
822
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3949
AND image_shop.`cover` = 1 LIMIT 1
0.409 ms 1 /classes/Product.php:3570
2792
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4253
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.409 ms 0 /classes/SpecificPrice.php:259
3158
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5262)
0.409 ms 1 /classes/Product.php:3860
3459
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6199
AND image_shop.`cover` = 1 LIMIT 1
0.409 ms 1 /classes/Product.php:3570
4003
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3853
0.408 ms 1 /classes/Product.php:2902
1331
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2398
ORDER BY f.position ASC
0.408 ms 5 Yes /classes/Product.php:6021
4979
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:71
2447
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3981
AND image_shop.`cover` = 1 LIMIT 1
0.407 ms 1 /classes/Product.php:3570
1066
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2702
ORDER BY f.position ASC
0.407 ms 5 Yes /classes/Product.php:6021
3719
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8979)
0.407 ms 1 /classes/Product.php:3860
323
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2504
AND image_shop.`cover` = 1 LIMIT 1
0.406 ms 1 /classes/Product.php:3570
334
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2419
AND image_shop.`cover` = 1 LIMIT 1
0.406 ms 1 /classes/Product.php:3570
4828
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 169) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:71
357
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 70 LIMIT 1
0.405 ms 1 /classes/Category.php:1378
2720
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6024) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.405 ms 1 /classes/stock/StockAvailable.php:453
1020
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3987
ORDER BY f.position ASC
0.405 ms 5 Yes /classes/Product.php:6021
628
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3228)
0.404 ms 1 /classes/Product.php:3860
1320
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3014
ORDER BY f.position ASC
0.404 ms 5 Yes /classes/Product.php:6021
1276
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2399
ORDER BY f.position ASC
0.403 ms 5 Yes /classes/Product.php:6021
3191
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5323)
0.403 ms 1 /classes/Product.php:3860
3656
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9852
ORDER BY f.position ASC
0.403 ms 5 Yes /classes/Product.php:6021
1502
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2812 LIMIT 1
0.403 ms 10 /classes/SpecificPrice.php:435
3525
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9842
AND image_shop.`cover` = 1 LIMIT 1
0.403 ms 1 /classes/Product.php:3570
689
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3520
AND image_shop.`cover` = 1 LIMIT 1
0.402 ms 1 /classes/Product.php:3570
484
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3629)
0.402 ms 1 /classes/Product.php:3860
749
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3878)
0.402 ms 1 /classes/Product.php:3860
2325
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3922
AND image_shop.`cover` = 1 LIMIT 1
0.402 ms 1 /classes/Product.php:3570
2441
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3980)
0.402 ms 1 /classes/Product.php:3860
2569
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5084
AND image_shop.`cover` = 1 LIMIT 1
0.402 ms 1 /classes/Product.php:3570
3741
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9381)
0.402 ms 1 /classes/Product.php:3860
3747
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9735
AND image_shop.`cover` = 1 LIMIT 1
0.402 ms 1 /classes/Product.php:3570
4599
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9747
ORDER BY `position`
0.402 ms 1 Yes /classes/Product.php:3545
2141
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5076
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.401 ms 0 /classes/SpecificPrice.php:259
3433
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6133)
0.401 ms 1 /classes/Product.php:3860
2319
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5638)
0.401 ms 1 /classes/Product.php:3860
3503
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9830
AND image_shop.`cover` = 1 LIMIT 1
0.400 ms 1 /classes/Product.php:3570
88
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `hgt78_manufacturer` m INNER JOIN hgt78_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `hgt78_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.400 ms 4 Yes /classes/Manufacturer.php:211
3547
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9844
AND image_shop.`cover` = 1 LIMIT 1
0.400 ms 1 /classes/Product.php:3570
3727
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9262 LIMIT 1
0.400 ms 10 /classes/SpecificPrice.php:435
4033
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2442
0.400 ms 1 /classes/Product.php:2902
2942
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9264
ORDER BY f.position ASC
0.399 ms 5 Yes /classes/Product.php:6021
3674
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10738)
0.399 ms 1 /classes/Product.php:3860
965
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3015
ORDER BY f.position ASC
0.398 ms 5 Yes /classes/Product.php:6021
4317
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4701
ORDER BY `position`
0.398 ms 1 Yes /classes/Product.php:3545
672
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3232)
0.398 ms 1 /classes/Product.php:3860
2507
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3956)
0.398 ms 1 /classes/Product.php:3860
3658
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.398 ms 1 /classes/Product.php:5659
557
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3200
AND image_shop.`cover` = 1 LIMIT 1
0.397 ms 1 /classes/Product.php:3570
3208
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5514
AND image_shop.`cover` = 1 LIMIT 1
0.397 ms 1 /classes/Product.php:3570
3356
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9790)
0.397 ms 1 /classes/Product.php:3860
4041
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3988
ORDER BY `position`
0.397 ms 1 Yes /classes/Product.php:3545
4384
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5336
0.397 ms 1 /classes/Product.php:2902
1802
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4507)
0.396 ms 1 /classes/Product.php:3860
4942
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1
0.396 ms 6 /src/Adapter/EntityMapper.php:79
2094
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3894
AND image_shop.`cover` = 1 LIMIT 1
0.395 ms 1 /classes/Product.php:3570
2259
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5166
AND image_shop.`cover` = 1 LIMIT 1
0.395 ms 1 /classes/Product.php:3570
2397
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3927)
0.395 ms 1 /classes/Product.php:3860
3083
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9747 AND `id_group` = 1 LIMIT 1
0.395 ms 0 /classes/GroupReduction.php:156
3665
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.395 ms 1 /classes/stock/StockAvailable.php:453
4953
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
1077
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3992
ORDER BY f.position ASC
0.394 ms 5 Yes /classes/Product.php:6021
1423
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.394 ms 1 /classes/Product.php:5659
1791
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2896)
0.394 ms 1 /classes/Product.php:3860
2245
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5164) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.394 ms 1 /classes/stock/StockAvailable.php:453
479
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3629
AND image_shop.`cover` = 1 LIMIT 1
0.394 ms 1 /classes/Product.php:3570
1237
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4002)
0.394 ms 1 /classes/Product.php:3860
899
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3847
ORDER BY f.position ASC
0.393 ms 5 Yes /classes/Product.php:6021
5343
SELECT SQL_NO_CACHE `id_guest`
FROM `hgt78_connections`
WHERE `id_guest` = 195224
AND `date_add` > '2025-05-01 16:21:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.393 ms 1 Yes /classes/Connection.php:168
171
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3505)
0.393 ms 1 /classes/Product.php:3860
253
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2758
ORDER BY f.position ASC
0.393 ms 5 Yes /classes/Product.php:6021
3725
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9262
AND image_shop.`cover` = 1 LIMIT 1
0.393 ms 1 /classes/Product.php:3570
4417
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3978
0.393 ms 1 /classes/Product.php:2902
365
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2808) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.392 ms 1 /classes/stock/StockAvailable.php:453
300
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2502
AND image_shop.`cover` = 1 LIMIT 1
0.392 ms 1 /classes/Product.php:3570
932
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3850
ORDER BY f.position ASC
0.392 ms 5 Yes /classes/Product.php:6021
1043
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3989
ORDER BY f.position ASC
0.392 ms 5 Yes /classes/Product.php:6021
2218
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5104
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.392 ms 0 /classes/SpecificPrice.php:259
3117
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5109) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.392 ms 1 /classes/stock/StockAvailable.php:453
3770
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10931
AND image_shop.`cover` = 1 LIMIT 1
0.392 ms 1 /classes/Product.php:3570
232
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2759
AND image_shop.`cover` = 1 LIMIT 1
0.391 ms 1 /classes/Product.php:3570
727
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3942)
0.391 ms 1 /classes/Product.php:3860
987
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3985
ORDER BY f.position ASC
0.391 ms 5 Yes /classes/Product.php:6021
1144
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3997
AND image_shop.`cover` = 1 LIMIT 1
0.391 ms 1 /classes/Product.php:3570
2825
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8429
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.391 ms 0 /classes/SpecificPrice.php:259
3991
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3950
0.391 ms 1 /classes/Product.php:2902
767
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3945
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 1 /classes/Product.php:3570
2091
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4703) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.390 ms 1 /classes/stock/StockAvailable.php:453
3318
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6076
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 1 /classes/Product.php:3570
3337
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9789) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.390 ms 1 /classes/stock/StockAvailable.php:453
3373
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9791
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 1 /classes/Product.php:3570
3691
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8415
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 1 /classes/Product.php:3570
3892
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2944
0.390 ms 1 /classes/Product.php:2902
838
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3950)
0.390 ms 1 /classes/Product.php:3860
1309
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4005
ORDER BY f.position ASC
0.390 ms 5 Yes /classes/Product.php:6021
3367
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6078)
0.390 ms 1 /classes/Product.php:3860
363
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2808 AND id_shop=1 LIMIT 1
0.389 ms 1 /classes/Product.php:6876
641
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3229 AND `id_group` = 1 LIMIT 1
0.389 ms 0 /classes/GroupReduction.php:156
3120
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9751
AND image_shop.`cover` = 1 LIMIT 1
0.389 ms 1 /classes/Product.php:3570
3781
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3628
AND image_shop.`cover` = 1 LIMIT 1
0.389 ms 1 /classes/Product.php:3570
4977
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 221) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
1744
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2894 LIMIT 1
0.389 ms 10 /classes/SpecificPrice.php:435
2381
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4489
AND image_shop.`cover` = 1 LIMIT 1
0.389 ms 1 /classes/Product.php:3570
4761
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8414
0.389 ms 1 /classes/Product.php:2902
1835
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3854)
0.388 ms 1 /classes/Product.php:3860
1165
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2434
ORDER BY f.position ASC
0.388 ms 5 Yes /classes/Product.php:6021
2139
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.388 ms 1 /classes/Product.php:5659
2239
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5164 LIMIT 1
0.388 ms 10 /classes/SpecificPrice.php:435
2000
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4699)
0.387 ms 1 /classes/Product.php:3860
3340
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6077
AND image_shop.`cover` = 1 LIMIT 1
0.387 ms 1 /classes/Product.php:3570
1857
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4541)
0.387 ms 1 /classes/Product.php:3860
2940
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9264) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.387 ms 1 /classes/stock/StockAvailable.php:453
3285
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9774
AND image_shop.`cover` = 1 LIMIT 1
0.387 ms 1 /classes/Product.php:3570
4657
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9774
0.387 ms 1 /classes/Product.php:2902
4766
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8416
ORDER BY `position`
0.387 ms 1 Yes /classes/Product.php:3545
4818
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:71
633
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3228
ORDER BY f.position ASC
0.386 ms 5 Yes /classes/Product.php:6021
1088
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2730
ORDER BY f.position ASC
0.386 ms 5 Yes /classes/Product.php:6021
1354
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2403
AND image_shop.`cover` = 1 LIMIT 1
0.386 ms 1 /classes/Product.php:3570
1469
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4029 LIMIT 1
0.386 ms 10 /classes/SpecificPrice.php:435
1472
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4029)
0.386 ms 1 /classes/Product.php:3860
1767
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2895
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.386 ms 0 /classes/SpecificPrice.php:259
2964
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9721
ORDER BY f.position ASC
0.386 ms 5 Yes /classes/Product.php:6021
3624
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9850
AND image_shop.`cover` = 1 LIMIT 1
0.386 ms 1 /classes/Product.php:3570
166
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3505
AND image_shop.`cover` = 1 LIMIT 1
0.385 ms 1 /classes/Product.php:3570
518
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3197)
0.385 ms 1 /classes/Product.php:3860
1348
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4017)
0.385 ms 1 /classes/Product.php:3860
3599
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7760) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.385 ms 1 /classes/stock/StockAvailable.php:453
4450
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2930
0.385 ms 1 /classes/Product.php:2902
248
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2758)
0.385 ms 1 /classes/Product.php:3860
3307
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9788
AND image_shop.`cover` = 1 LIMIT 1
0.385 ms 1 /classes/Product.php:3570
2607
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4041)
0.384 ms 1 /classes/Product.php:3860
3301
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5896)
0.384 ms 1 /classes/Product.php:3860
3456
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9819) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.384 ms 1 /classes/stock/StockAvailable.php:453
3993
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3867
ORDER BY `position`
0.384 ms 1 Yes /classes/Product.php:3545
1703
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4413)
0.384 ms 1 /classes/Product.php:3860
1901
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3860)
0.384 ms 1 /classes/Product.php:3860
2292
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3919
AND image_shop.`cover` = 1 LIMIT 1
0.384 ms 1 /classes/Product.php:3570
2110
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4704)
0.383 ms 1 /classes/Product.php:3860
36
SELECT SQL_NO_CACHE *
FROM `hgt78_group_lang`
WHERE `id_group` = 1
0.383 ms 6 /src/Adapter/EntityMapper.php:79
1264
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4003
ORDER BY f.position ASC
0.383 ms 5 Yes /classes/Product.php:6021
1382
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2846)
0.383 ms 1 /classes/Product.php:3860
2414
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3979
AND image_shop.`cover` = 1 LIMIT 1
0.382 ms 1 /classes/Product.php:3570
1054
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3990
ORDER BY f.position ASC
0.382 ms 5 Yes /classes/Product.php:6021
2585
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5083)
0.382 ms 1 /classes/Product.php:3860
3714
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8979
AND image_shop.`cover` = 1 LIMIT 1
0.382 ms 1 /classes/Product.php:3570
5327
SELECT SQL_NO_CACHE c.*, cl.*  FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 577 AND c.`nleft` >= 1 AND c.`nright` <= 590 ORDER BY `nleft` DESC
0.382 ms 2 /classes/Category.php:1600
4242
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2895
ORDER BY `position`
0.381 ms 1 Yes /classes/Product.php:3545
5335
SELECT SQL_NO_CACHE additional FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.381 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3626 AND id_shop=1 LIMIT 1
0.380 ms 1 /classes/Product.php:6876
716
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3875)
0.380 ms 1 /classes/Product.php:3860
850
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3867)
0.380 ms 1 /classes/Product.php:3860
1978
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4698)
0.380 ms 1 /classes/Product.php:3860
3451
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9819
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.380 ms 0 /classes/SpecificPrice.php:259
2210
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3910 AND id_shop=1 LIMIT 1
0.380 ms 1 /classes/Product.php:6876
3098
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9749
AND image_shop.`cover` = 1 LIMIT 1
0.379 ms 1 /classes/Product.php:3570
4044
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3989
ORDER BY `position`
0.379 ms 1 Yes /classes/Product.php:3545
2596
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5085)
0.379 ms 1 /classes/Product.php:3860
3310
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9788
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.379 ms 0 /classes/SpecificPrice.php:259
3351
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9790
AND image_shop.`cover` = 1 LIMIT 1
0.379 ms 1 /classes/Product.php:3570
3758
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10627
AND image_shop.`cover` = 1 LIMIT 1
0.379 ms 1 /classes/Product.php:3570
1737
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4491 AND id_shop=1 LIMIT 1
0.378 ms 1 /classes/Product.php:6876
1714
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2731)
0.378 ms 1 /classes/Product.php:3860
1989
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3890)
0.378 ms 1 /classes/Product.php:3860
2693
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6018
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.378 ms 0 /classes/SpecificPrice.php:259
2975
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9723
ORDER BY f.position ASC
0.378 ms 5 Yes /classes/Product.php:6021
1099
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3993
ORDER BY f.position ASC
0.377 ms 5 Yes /classes/Product.php:6021
1232
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4002
AND image_shop.`cover` = 1 LIMIT 1
0.377 ms 1 /classes/Product.php:3570
2552
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4007)
0.377 ms 1 /classes/Product.php:3860
2701
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6023
AND image_shop.`cover` = 1 LIMIT 1
0.376 ms 1 /classes/Product.php:3570
800
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3882
AND image_shop.`cover` = 1 LIMIT 1
0.376 ms 1 /classes/Product.php:3570
1533
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4033
AND image_shop.`cover` = 1 LIMIT 1
0.376 ms 1 /classes/Product.php:3570
1808
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4508
AND image_shop.`cover` = 1 LIMIT 1
0.376 ms 1 /classes/Product.php:3570
2920
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8970
ORDER BY f.position ASC
0.376 ms 5 Yes /classes/Product.php:6021
3685
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8414)
0.376 ms 1 /classes/Product.php:3860
4924
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 266) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
4928
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
320
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2594) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.375 ms 1 /classes/stock/StockAvailable.php:453
2168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5080) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.375 ms 1 /classes/stock/StockAvailable.php:453
2931
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4334
ORDER BY f.position ASC
0.375 ms 5 Yes /classes/Product.php:6021
4548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8969
ORDER BY `position`
0.375 ms 4 Yes /classes/Product.php:3545
2163
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5080
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.375 ms 0 /classes/SpecificPrice.php:259
783
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3881)
0.374 ms 1 /classes/Product.php:3860
1072
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3992)
0.374 ms 1 /classes/Product.php:3860
1221
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2400
AND image_shop.`cover` = 1 LIMIT 1
0.374 ms 1 /classes/Product.php:3570
2541
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3974)
0.374 ms 1 /classes/Product.php:3860
3498
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9821 AND id_shop=1 LIMIT 1
0.374 ms 1 /classes/Product.php:6876
3954
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3873
ORDER BY `position`
0.374 ms 1 Yes /classes/Product.php:3545
755
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3944
AND image_shop.`cover` = 1 LIMIT 1
0.374 ms 1 /classes/Product.php:3570
1824
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3852)
0.374 ms 1 /classes/Product.php:3860
2602
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4041
AND image_shop.`cover` = 1 LIMIT 1
0.374 ms 1 /classes/Product.php:3570
545
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3198
ORDER BY f.position ASC
0.373 ms 5 Yes /classes/Product.php:6021
921
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3849
ORDER BY f.position ASC
0.373 ms 5 Yes /classes/Product.php:6021
2392
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3927
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
2482
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3984 LIMIT 1
0.373 ms 10 /classes/SpecificPrice.php:435
3105
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9749 AND `id_group` = 1 LIMIT 1
0.373 ms 0 /classes/GroupReduction.php:156
3975
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3881
ORDER BY `position`
0.373 ms 1 Yes /classes/Product.php:3545
3957
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3875
ORDER BY `position`
0.373 ms 1 Yes /classes/Product.php:3545
1061
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2702)
0.372 ms 1 /classes/Product.php:3860
2122
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4718 AND id_shop=1 LIMIT 1
0.372 ms 1 /classes/Product.php:6876
3043
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9745
AND image_shop.`cover` = 1 LIMIT 1
0.372 ms 1 /classes/Product.php:3570
2281
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5336
AND image_shop.`cover` = 1 LIMIT 1
0.372 ms 2 /classes/Product.php:3570
2953
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4335
ORDER BY f.position ASC
0.372 ms 5 Yes /classes/Product.php:6021
1287
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4004
ORDER BY f.position ASC
0.371 ms 5 Yes /classes/Product.php:6021
4233
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4491
ORDER BY `position`
0.371 ms 1 Yes /classes/Product.php:3545
346
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.370 ms 1 /classes/Product.php:5659
946
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3913 LIMIT 1
0.370 ms 10 /classes/SpecificPrice.php:435
2088
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4703)
0.370 ms 1 /classes/Product.php:3860
888
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3853
ORDER BY f.position ASC
0.370 ms 5 Yes /classes/Product.php:6021
2204
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3910
AND image_shop.`cover` = 1 LIMIT 1
0.369 ms 1 /classes/Product.php:3570
3403
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.369 ms 1 /classes/stock/StockAvailable.php:453
3593
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7760 LIMIT 1
0.369 ms 10 /classes/SpecificPrice.php:435
4321
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3892
0.369 ms 1 /classes/Product.php:2902
4921
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
0.369 ms 6 /src/Adapter/EntityMapper.php:79
2074
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3893 LIMIT 1
0.368 ms 10 /classes/SpecificPrice.php:435
2737
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6025
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.368 ms 0 /classes/SpecificPrice.php:259
1501
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.367 ms 1 /classes/Product.php:5659
430
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3625 AND `id_group` = 1 LIMIT 1
0.366 ms 0 /classes/GroupReduction.php:156
1797
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4507
AND image_shop.`cover` = 1 LIMIT 1
0.366 ms 1 /classes/Product.php:3570
3736
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9381
AND image_shop.`cover` = 1 LIMIT 1
0.366 ms 1 /classes/Product.php:3570
4008
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3848
ORDER BY `position`
0.366 ms 1 Yes /classes/Product.php:3545
534
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3420
ORDER BY f.position ASC
0.365 ms 5 Yes /classes/Product.php:6021
1511
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4032
AND image_shop.`cover` = 1 LIMIT 1
0.365 ms 1 /classes/Product.php:3570
2314
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5638
AND image_shop.`cover` = 1 LIMIT 1
0.365 ms 1 /classes/Product.php:3570
3664
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7767 AND `id_group` = 1 LIMIT 1
0.365 ms 0 /classes/GroupReduction.php:156
2624
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5328
AND image_shop.`cover` = 1 LIMIT 1
0.365 ms 1 /classes/Product.php:3570
56
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.364 ms 1 /src/Adapter/EntityMapper.php:71
83
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Bien-etre'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.364 ms 7 /classes/Category.php:1500
4963
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1
0.364 ms 1 /src/Adapter/EntityMapper.php:71
3466
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6199 AND `id_group` = 1 LIMIT 1
0.364 ms 0 /classes/GroupReduction.php:156
51
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
866
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3951
ORDER BY f.position ASC
0.363 ms 5 Yes /classes/Product.php:6021
1078
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2730
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
1643
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2914
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
4791
SELECT SQL_NO_CACHE c.id_elementor FROM hgt78_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
0.363 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
177
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3504
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
1816
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4508) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.363 ms 1 /classes/stock/StockAvailable.php:453
2116
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4718
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
2347
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3923
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
2513
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3957
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
4504
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4246
0.363 ms 1 /classes/Product.php:2902
512
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3196
ORDER BY f.position ASC
0.362 ms 5 Yes /classes/Product.php:6021
601
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3227
AND image_shop.`cover` = 1 LIMIT 1
0.362 ms 1 /classes/Product.php:3570
2017
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4700
AND image_shop.`cover` = 1 LIMIT 1
0.362 ms 1 /classes/Product.php:3570
2260
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.362 ms 1 /classes/Product.php:5659
2491
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3940
AND image_shop.`cover` = 1 LIMIT 1
0.362 ms 1 /classes/Product.php:3570
2643
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5352) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.362 ms 1 /classes/stock/StockAvailable.php:453
2871
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8948)
0.362 ms 1 /classes/Product.php:3860
4894
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:71
456
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2918
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 1 /classes/Product.php:3570
813
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3947 LIMIT 1
0.361 ms 10 /classes/SpecificPrice.php:435
998
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2442
ORDER BY f.position ASC
0.361 ms 5 Yes /classes/Product.php:6021
2028
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3891
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 1 /classes/Product.php:3570
2436
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3980
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 1 /classes/Product.php:3570
2547
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4007
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 1 /classes/Product.php:3570
2635
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5352
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 1 /classes/Product.php:3570
3538
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9843 LIMIT 1
0.361 ms 11 /classes/SpecificPrice.php:435
4975
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 217) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
617
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3236)
0.360 ms 1 /classes/Product.php:3860
1723
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4490
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.360 ms 0 /classes/SpecificPrice.php:259
2403
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3978
AND image_shop.`cover` = 1 LIMIT 1
0.360 ms 1 /classes/Product.php:3570
3236
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5515 AND id_shop=1 LIMIT 1
0.360 ms 1 /classes/Product.php:6876
3395
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9792
AND image_shop.`cover` = 1 LIMIT 1
0.360 ms 1 /classes/Product.php:3570
3635
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9851
AND image_shop.`cover` = 1 LIMIT 1
0.360 ms 1 /classes/Product.php:3570
4336
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4704
0.360 ms 1 /classes/Product.php:2902
2227
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.360 ms 1 /classes/Product.php:5659
6
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `hgt78_lang` l
LEFT JOIN `hgt78_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.359 ms 6 /classes/Language.php:1080
314
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2594 LIMIT 1
0.359 ms 10 /classes/SpecificPrice.php:435
1032
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3988
ORDER BY f.position ASC
0.359 ms 5 Yes /classes/Product.php:6021
1722
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4490 LIMIT 1
0.359 ms 10 /classes/SpecificPrice.php:435
2085
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4703 LIMIT 1
0.359 ms 10 /classes/SpecificPrice.php:435
2866
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8948
AND image_shop.`cover` = 1 LIMIT 1
0.359 ms 1 /classes/Product.php:3570
2530
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2930)
0.359 ms 1 /classes/Product.php:3860
3384
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6131
AND image_shop.`cover` = 1 LIMIT 1
0.359 ms 1 /classes/Product.php:3570
4909
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
0.359 ms 6 /src/Adapter/EntityMapper.php:79
379
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2889
AND image_shop.`cover` = 1 LIMIT 1
0.358 ms 1 /classes/Product.php:3570
856
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3951
AND image_shop.`cover` = 1 LIMIT 1
0.358 ms 1 /classes/Product.php:3570
927
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3850)
0.358 ms 1 /classes/Product.php:3860
2185
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3909
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.358 ms 0 /classes/SpecificPrice.php:259
3209
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.358 ms 1 /classes/Product.php:5659
656
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3231
AND image_shop.`cover` = 1 LIMIT 1
0.358 ms 1 /classes/Product.php:3570
817
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3947 AND id_shop=1 LIMIT 1
0.358 ms 1 /classes/Product.php:6876
933
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3851
AND image_shop.`cover` = 1 LIMIT 1
0.358 ms 1 /classes/Product.php:3570
1555
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4035
AND image_shop.`cover` = 1 LIMIT 1
0.358 ms 1 /classes/Product.php:3570
3089
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5108 LIMIT 1
0.356 ms 10 /classes/SpecificPrice.php:435
4815
SELECT SQL_NO_CACHE `width`, `height`
FROM hgt78_image_type
WHERE `name` = 'small_default' LIMIT 1
0.356 ms 1 /classes/Image.php:563
50
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
650
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3230)
0.355 ms 1 /classes/Product.php:3860
797
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.355 ms 1 /classes/stock/StockAvailable.php:453
1788
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2896 LIMIT 1
0.355 ms 10 /classes/SpecificPrice.php:435
1815
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4508 AND `id_group` = 1 LIMIT 1
0.355 ms 0 /classes/GroupReduction.php:156
2005
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4699
ORDER BY f.position ASC
0.355 ms 5 Yes /classes/Product.php:6021
2228
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3911 LIMIT 1
0.355 ms 10 /classes/SpecificPrice.php:435
2846
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8946 LIMIT 1
0.355 ms 16 /classes/SpecificPrice.php:435
3037
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4946)
0.355 ms 1 /classes/Product.php:3860
3960
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3942
ORDER BY `position`
0.355 ms 1 Yes /classes/Product.php:3545
4465
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5083
0.355 ms 1 /classes/Product.php:2902
4954
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
0.355 ms 6 /src/Adapter/EntityMapper.php:79
242
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2759
ORDER BY f.position ASC
0.354 ms 5 Yes /classes/Product.php:6021
1293
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2737)
0.354 ms 1 /classes/Product.php:3860
2676
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5641) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.354 ms 1 /classes/stock/StockAvailable.php:453
2986
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4709
ORDER BY f.position ASC
0.354 ms 5 Yes /classes/Product.php:6021
3142
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9752
AND image_shop.`cover` = 1 LIMIT 1
0.354 ms 1 /classes/Product.php:3570
579
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3234
AND image_shop.`cover` = 1 LIMIT 1
0.354 ms 1 /classes/Product.php:3570
1732
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.354 ms 1 /classes/Product.php:5659
526
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3420 LIMIT 1
0.353 ms 10 /classes/SpecificPrice.php:435
1154
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3997
ORDER BY f.position ASC
0.353 ms 5 Yes /classes/Product.php:6021
2162
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5080 LIMIT 1
0.353 ms 10 /classes/SpecificPrice.php:435
3202
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9769)
0.353 ms 1 /classes/Product.php:3860
3660
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.353 ms 0 /classes/SpecificPrice.php:259
4952
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
0.353 ms 6 /src/Adapter/EntityMapper.php:79
960
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3015)
0.352 ms 1 /classes/Product.php:3860
4830
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
1298
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2737
ORDER BY f.position ASC
0.352 ms 5 Yes /classes/Product.php:6021
1851
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4540
ORDER BY f.position ASC
0.352 ms 5 Yes /classes/Product.php:6021
1940
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4583
AND image_shop.`cover` = 1 LIMIT 1
0.352 ms 2 /classes/Product.php:3570
3019
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9743
ORDER BY f.position ASC
0.352 ms 5 Yes /classes/Product.php:6021
130
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3519 LIMIT 1
0.351 ms 10 /classes/SpecificPrice.php:435
1684
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.351 ms 1 /classes/stock/StockAvailable.php:453
3008
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4951
ORDER BY f.position ASC
0.351 ms 5 Yes /classes/Product.php:6021
733
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3943
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
1044
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3990
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
1786
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2896
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
1830
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3854
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
3362
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6078
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
993
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2442)
0.349 ms 1 /classes/Product.php:3860
1523
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.349 ms 1 /classes/Product.php:5659
1995
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4699
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
3177
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9768 LIMIT 1
0.349 ms 11 /classes/SpecificPrice.php:435
447
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3627 LIMIT 1
0.349 ms 10 /classes/SpecificPrice.php:435
4859
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
0.349 ms 6 /src/Adapter/EntityMapper.php:79
408
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2890 AND `id_group` = 1 LIMIT 1
0.348 ms 0 /classes/GroupReduction.php:156
684
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3233 AND id_shop=1 LIMIT 1
0.348 ms 1 /classes/Product.php:6876
1819
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3852
AND image_shop.`cover` = 1 LIMIT 1
0.348 ms 1 /classes/Product.php:3570
2386
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4489)
0.348 ms 1 /classes/Product.php:3860
2453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3981 AND id_shop=1 LIMIT 1
0.348 ms 1 /classes/Product.php:6876
3222
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9771
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.348 ms 0 /classes/SpecificPrice.php:259
4414
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3927
0.348 ms 1 /classes/Product.php:2902
4693
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9794
0.348 ms 1 /classes/Product.php:2902
4985
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
744
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3878
AND image_shop.`cover` = 1 LIMIT 1
0.347 ms 1 /classes/Product.php:3570
2425
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3930
AND image_shop.`cover` = 1 LIMIT 1
0.347 ms 1 /classes/Product.php:3570
642
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.347 ms 1 /classes/stock/StockAvailable.php:453
1210
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4001
AND image_shop.`cover` = 1 LIMIT 1
0.347 ms 1 /classes/Product.php:3570
3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4946
ORDER BY f.position ASC
0.347 ms 5 Yes /classes/Product.php:6021
3075
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9746
ORDER BY f.position ASC
0.347 ms 5 Yes /classes/Product.php:6021
4651
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9773
0.347 ms 1 /classes/Product.php:2902
4912
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 260) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
1862
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4541
ORDER BY f.position ASC
0.346 ms 5 Yes /classes/Product.php:6021
53
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 319) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
1599
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3563
AND image_shop.`cover` = 1 LIMIT 1
0.345 ms 1 /classes/Product.php:3570
1794
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2896) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.345 ms 1 /classes/stock/StockAvailable.php:453
3030
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9744
ORDER BY f.position ASC
0.345 ms 5 Yes /classes/Product.php:6021
3274
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5623
AND image_shop.`cover` = 1 LIMIT 1
0.345 ms 2 /classes/Product.php:3570
3680
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8414
AND image_shop.`cover` = 1 LIMIT 1
0.345 ms 1 /classes/Product.php:3570
4896
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
1265
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2399
AND image_shop.`cover` = 1 LIMIT 1
0.344 ms 1 /classes/Product.php:3570
1447
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4022 LIMIT 1
0.344 ms 10 /classes/SpecificPrice.php:435
1929
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3863
AND image_shop.`cover` = 1 LIMIT 1
0.344 ms 1 /classes/Product.php:3570
1594
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3560 AND id_shop=1 LIMIT 1
0.343 ms 1 /classes/Product.php:6876
1242
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4002
ORDER BY f.position ASC
0.343 ms 5 Yes /classes/Product.php:6021
2152
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5077
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.343 ms 0 /classes/SpecificPrice.php:259
3031
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4946
AND image_shop.`cover` = 1 LIMIT 1
0.342 ms 1 /classes/Product.php:3570
513
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3197
AND image_shop.`cover` = 1 LIMIT 1
0.342 ms 1 /classes/Product.php:3570
1121
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3994
ORDER BY f.position ASC
0.342 ms 5 Yes /classes/Product.php:6021
2468
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3982
ORDER BY f.position ASC
0.342 ms 5 Yes /classes/Product.php:6021
18
SELECT SQL_NO_CACHE name, alias FROM `hgt78_hook_alias`
0.341 ms 88 /classes/Hook.php:342
52
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
823
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.341 ms 1 /classes/Product.php:5659
1127
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3995)
0.341 ms 1 /classes/Product.php:3860
1617
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2946 AND `id_group` = 1 LIMIT 1
0.341 ms 0 /classes/GroupReduction.php:156
4675
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9790
0.341 ms 1 /classes/Product.php:2902
982
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3985)
0.340 ms 1 /classes/Product.php:3860
1049
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3990)
0.340 ms 1 /classes/Product.php:3860
1271
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2399)
0.340 ms 1 /classes/Product.php:3860
1896
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3860
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
2190
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3909) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.340 ms 1 /classes/stock/StockAvailable.php:453
2640
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5352)
0.340 ms 1 /classes/Product.php:3860
3178
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9768
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.340 ms 0 /classes/SpecificPrice.php:259
4714
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9830
0.340 ms 1 /classes/Product.php:2902
84
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Saveurs'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.339 ms 7 /classes/Category.php:1500
1138
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3996)
0.339 ms 1 /classes/Product.php:3860
291
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2596 LIMIT 1
0.338 ms 10 /classes/SpecificPrice.php:435
847
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3867 LIMIT 1
0.338 ms 10 /classes/SpecificPrice.php:435
861
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3951)
0.338 ms 1 /classes/Product.php:3860
894
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3847)
0.338 ms 1 /classes/Product.php:3860
2140
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5076 LIMIT 1
0.338 ms 10 /classes/SpecificPrice.php:435
2811
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4295
AND image_shop.`cover` = 1 LIMIT 1
0.338 ms 1 /classes/Product.php:3570
3220
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.338 ms 1 /classes/Product.php:5659
4902
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
3981
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3882
ORDER BY `position`
0.338 ms 1 Yes /classes/Product.php:3545
336
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2419 LIMIT 1
0.337 ms 10 /classes/SpecificPrice.php:435
913
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3849 LIMIT 1
0.337 ms 10 /classes/SpecificPrice.php:435
28
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.337 ms 6 /classes/Language.php:883
309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2502) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.337 ms 1 /classes/stock/StockAvailable.php:453
2298
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3919 AND id_shop=1 LIMIT 1
0.337 ms 1 /classes/Product.php:6876
2613
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5101
AND image_shop.`cover` = 1 LIMIT 1
0.337 ms 1 /classes/Product.php:3570
2058
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.336 ms 1 /classes/stock/StockAvailable.php:453
1204
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4000)
0.336 ms 1 /classes/Product.php:3860
353
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3551) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.335 ms 1 /classes/stock/StockAvailable.php:453
1122
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3995
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
1874
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3859
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
4444
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3956
0.335 ms 1 /classes/Product.php:2902
590
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3235
AND image_shop.`cover` = 1 LIMIT 1
0.334 ms 1 /classes/Product.php:3570
985
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3985) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.334 ms 1 /classes/stock/StockAvailable.php:453
2118
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4718 LIMIT 1
0.334 ms 10 /classes/SpecificPrice.php:435
2212
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3910) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.334 ms 1 /classes/stock/StockAvailable.php:453
2352
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3923)
0.334 ms 1 /classes/Product.php:3860
4612
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9751
0.334 ms 1 /classes/Product.php:2902
4804
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.334 ms 1 /classes/module/Module.php:2137
567
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3200
ORDER BY f.position ASC
0.333 ms 5 Yes /classes/Product.php:6021
916
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3849)
0.333 ms 1 /classes/Product.php:3860
955
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3015
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 1 /classes/Product.php:3570
1310
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3014
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 1 /classes/Product.php:3570
2774
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4252 AND `id_group` = 1 LIMIT 1
0.333 ms 0 /classes/GroupReduction.php:156
3253
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.333 ms 1 /classes/Product.php:5659
869
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3952 LIMIT 1
0.333 ms 10 /classes/SpecificPrice.php:435
1248
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2438)
0.332 ms 1 /classes/Product.php:3860
1312
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3014 LIMIT 1
0.332 ms 10 /classes/SpecificPrice.php:435
2493
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3940 LIMIT 1
0.332 ms 10 /classes/SpecificPrice.php:435
2564
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4027 AND id_shop=1 LIMIT 1
0.332 ms 1 /classes/Product.php:6876
3970
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3944
0.332 ms 1 /classes/Product.php:2902
397
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3623 AND `id_group` = 1 LIMIT 1
0.332 ms 0 /classes/GroupReduction.php:156
1188
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2432
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
1690
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3332
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.332 ms 0 /classes/SpecificPrice.php:259
1852
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4541
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
2976
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4709
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
3053
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9745
ORDER BY f.position ASC
0.332 ms 5 Yes /classes/Product.php:6021
3391
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6131 AND `id_group` = 1 LIMIT 1
0.332 ms 0 /classes/GroupReduction.php:156
546
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3199
AND image_shop.`cover` = 1 LIMIT 1
0.331 ms 1 /classes/Product.php:3570
237
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2759)
0.331 ms 1 /classes/Product.php:3860
949
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3913)
0.331 ms 1 /classes/Product.php:3860
1199
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4000
AND image_shop.`cover` = 1 LIMIT 1
0.331 ms 1 /classes/Product.php:3570
2632
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.331 ms 1 /classes/stock/StockAvailable.php:453
2992
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9742)
0.331 ms 1 /classes/Product.php:3860
3441
SELECT SQL_NO_CACHE `name`, `alias` FROM `hgt78_hook_alias`
0.331 ms 88 /classes/Hook.php:290
4897
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
0.331 ms 6 /src/Adapter/EntityMapper.php:79
2915
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8970)
0.330 ms 1 /classes/Product.php:3860
82
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM hgt78_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.330 ms 12 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
1166
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3998
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
1677
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.330 ms 1 /classes/Product.php:5659
2234
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3911) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.330 ms 1 /classes/stock/StockAvailable.php:453
3175
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9768
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
3417
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9794
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
4066
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3994
0.330 ms 1 /classes/Product.php:2902
1094
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3993)
0.329 ms 1 /classes/Product.php:3860
1315
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3014)
0.329 ms 1 /classes/Product.php:3860
1973
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4698
AND image_shop.`cover` = 1 LIMIT 1
0.329 ms 1 /classes/Product.php:3570
3148
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9752 AND id_shop=1 LIMIT 1
0.329 ms 1 /classes/Product.php:6876
201
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2762 LIMIT 1
0.328 ms 11 /classes/SpecificPrice.php:435
1004
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3986)
0.328 ms 1 /classes/Product.php:3860
1961
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3864
ORDER BY f.position ASC
0.328 ms 5 Yes /classes/Product.php:6021
4306
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4699
0.328 ms 1 /classes/Product.php:2902
58
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2419) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.327 ms 1 /classes/stock/StockAvailable.php:453
719
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3875) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.327 ms 1 /classes/stock/StockAvailable.php:453
1277
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4004
AND image_shop.`cover` = 1 LIMIT 1
0.327 ms 1 /classes/Product.php:3570
2544
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3974) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.327 ms 1 /classes/stock/StockAvailable.php:453
4858
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
1254
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4003
AND image_shop.`cover` = 1 LIMIT 1
0.327 ms 1 /classes/Product.php:3570
3428
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6133
AND image_shop.`cover` = 1 LIMIT 1
0.327 ms 1 /classes/Product.php:3570
4642
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5515
0.327 ms 1 /classes/Product.php:2902
271
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3019)
0.326 ms 1 /classes/Product.php:3860
1370
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4018)
0.326 ms 1 /classes/Product.php:3860
3472
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9820 LIMIT 1
0.326 ms 10 /classes/SpecificPrice.php:435
59
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
612
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3236
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 1 /classes/Product.php:3570
1464
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2814) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.326 ms 1 /classes/stock/StockAvailable.php:453
4327
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3893
0.326 ms 1 /classes/Product.php:2902
4561
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9264
0.326 ms 1 /classes/Product.php:2902
1193
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2432)
0.325 ms 1 /classes/Product.php:3860
2926
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4334)
0.325 ms 1 /classes/Product.php:3860
3397
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9792 LIMIT 1
0.325 ms 11 /classes/SpecificPrice.php:435
3544
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9843) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.325 ms 1 /classes/stock/StockAvailable.php:453
4192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4036
0.325 ms 1 /classes/Product.php:2902
55
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
136
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3519) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.324 ms 1 /classes/stock/StockAvailable.php:453
1727
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4490 AND `id_group` = 1 LIMIT 1
0.324 ms 0 /classes/GroupReduction.php:156
1951
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3864
AND image_shop.`cover` = 1 LIMIT 1
0.324 ms 1 /classes/Product.php:3570
2580
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5083
AND image_shop.`cover` = 1 LIMIT 1
0.324 ms 1 /classes/Product.php:3570
4763
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8415
ORDER BY `position`
0.324 ms 1 Yes /classes/Product.php:3545
123
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5659 AND id_shop=1 LIMIT 1
0.323 ms 1 /classes/Product.php:6876
867
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3952
AND image_shop.`cover` = 1 LIMIT 1
0.323 ms 1 /classes/Product.php:3570
1805
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4507) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.323 ms 1 /classes/stock/StockAvailable.php:453
1962
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3874
AND image_shop.`cover` = 1 LIMIT 1
0.322 ms 1 /classes/Product.php:3570
2829
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8429 AND `id_group` = 1 LIMIT 1
0.322 ms 0 /classes/GroupReduction.php:156
112
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_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 ('04510' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '04510')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.322 ms 0 /classes/tax/TaxRulesTaxManager.php:109
1984
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3890
AND image_shop.`cover` = 1 LIMIT 1
0.322 ms 1 /classes/Product.php:3570
3
SELECT SQL_NO_CACHE value FROM `hgt78_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.321 ms 1 /classes/shop/Shop.php:1183
96
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 0 LIMIT 1
0.321 ms 1 /classes/SpecificPrice.php:426
2779
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.321 ms 1 /classes/Product.php:5659
2948
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4335)
0.321 ms 1 /classes/Product.php:3860
3603
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.321 ms 1 /classes/Product.php:5659
3738
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9381 LIMIT 1
0.321 ms 10 /classes/SpecificPrice.php:435
4285
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4582
0.321 ms 1 /classes/Product.php:2902
337
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2419
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.321 ms 0 /classes/SpecificPrice.php:259
1326
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2398)
0.321 ms 1 /classes/Product.php:3860
1590
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3560 LIMIT 1
0.321 ms 10 /classes/SpecificPrice.php:435
3059
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4945)
0.321 ms 1 /classes/Product.php:3860
1588
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3560
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 1 /classes/Product.php:3570
1591
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3560
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.320 ms 0 /classes/SpecificPrice.php:259
119
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5659 LIMIT 1
0.320 ms 10 /classes/SpecificPrice.php:435
971
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2441)
0.320 ms 1 /classes/Product.php:3860
1709
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2731
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 1 /classes/Product.php:3570
2006
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2950
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 1 /classes/Product.php:3570
2483
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3984
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.320 ms 0 /classes/SpecificPrice.php:259
2753
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4247) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.320 ms 1 /classes/stock/StockAvailable.php:453
2970
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9723)
0.320 ms 1 /classes/Product.php:3860
1149
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3997)
0.319 ms 1 /classes/Product.php:3860
2063
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4702 LIMIT 1
0.319 ms 10 /classes/SpecificPrice.php:435
3155
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5262 LIMIT 1
0.319 ms 10 /classes/SpecificPrice.php:435
3187
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1
0.319 ms 1 /classes/Product.php:5659
3450
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9819 LIMIT 1
0.319 ms 10 /classes/SpecificPrice.php:435
3483
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6200 LIMIT 1
0.319 ms 10 /classes/SpecificPrice.php:435
4102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2438
0.319 ms 1 /classes/Product.php:2902
5333
SELECT SQL_NO_CACHE content FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.319 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
507
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3196)
0.318 ms 1 /classes/Product.php:3860
1160
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2434)
0.318 ms 1 /classes/Product.php:3860
2464
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3982 AND id_shop=1 LIMIT 1
0.318 ms 1 /classes/Product.php:6876
2965
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9723
AND image_shop.`cover` = 1 LIMIT 1
0.318 ms 1 /classes/Product.php:3570
4330
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4703
0.318 ms 1 /classes/Product.php:2902
1038
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3989)
0.318 ms 1 /classes/Product.php:3860
2188
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3909 AND id_shop=1 LIMIT 1
0.318 ms 1 /classes/Product.php:6876
496
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3630 AND id_shop=1 LIMIT 1
0.317 ms 1 /classes/Product.php:6876
902
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3848 LIMIT 1
0.317 ms 10 /classes/SpecificPrice.php:435
1083
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2730)
0.317 ms 1 /classes/Product.php:3860
1410
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2816
AND image_shop.`cover` = 1 LIMIT 1
0.317 ms 2 /classes/Product.php:3570
196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2763) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.317 ms 1 /classes/stock/StockAvailable.php:453
1100
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2440
AND image_shop.`cover` = 1 LIMIT 1
0.317 ms 1 /classes/Product.php:3570
1133
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3996
AND image_shop.`cover` = 1 LIMIT 1
0.317 ms 1 /classes/Product.php:3570
2833
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4296
AND image_shop.`cover` = 1 LIMIT 1
0.317 ms 1 /classes/Product.php:3570
3478
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.317 ms 1 /classes/stock/StockAvailable.php:453
12
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `hgt78_lang` l
JOIN hgt78_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.316 ms 6 /classes/Language.php:1216
4821
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
0.316 ms 6 /src/Adapter/EntityMapper.php:79
436
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3626 LIMIT 1
0.316 ms 10 /classes/SpecificPrice.php:435
2910
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8970
AND image_shop.`cover` = 1 LIMIT 1
0.315 ms 4 /classes/Product.php:3570
3396
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.315 ms 1 /classes/Product.php:5659
340
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2419 AND id_shop=1 LIMIT 1
0.315 ms 1 /classes/Product.php:6876
679
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.315 ms 1 /classes/Product.php:5659
1611
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.315 ms 1 /classes/Product.php:5659
2696
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6018 AND id_shop=1 LIMIT 1
0.315 ms 1 /classes/Product.php:6876
4366
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5104
0.315 ms 1 /classes/Product.php:2902
4856
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 344 AND `id_shop` = 1
0.315 ms 6 /src/Adapter/EntityMapper.php:79
1116
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3994)
0.314 ms 1 /classes/Product.php:3860
1662
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4239) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.314 ms 1 /classes/stock/StockAvailable.php:453
4723
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9843
0.314 ms 1 /classes/Product.php:2902
4811
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `hgt78_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.314 ms 1 /classes/Cart.php:1303
125
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5659) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.313 ms 1 /classes/stock/StockAvailable.php:453
493
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3630
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.313 ms 0 /classes/SpecificPrice.php:259
883
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3853)
0.313 ms 1 /classes/Product.php:3860
1439
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2815 AND id_shop=1 LIMIT 1
0.313 ms 1 /classes/Product.php:6876
2472
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3983
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.313 ms 0 /classes/SpecificPrice.php:259
3067
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9746 LIMIT 1
0.313 ms 11 /classes/SpecificPrice.php:435
3577
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9846) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.313 ms 1 /classes/stock/StockAvailable.php:453
4645
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9772
0.313 ms 1 /classes/Product.php:2902
1868
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3856)
0.313 ms 1 /classes/Product.php:3860
2823
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.313 ms 1 /classes/Product.php:5659
906
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3848 AND id_shop=1 LIMIT 1
0.312 ms 1 /classes/Product.php:6876
2659
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5640 LIMIT 1
0.312 ms 10 /classes/SpecificPrice.php:435
3632
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9850) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.312 ms 1 /classes/stock/StockAvailable.php:453
4829
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 169 AND `id_shop` = 1
0.312 ms 6 /src/Adapter/EntityMapper.php:79
4276
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4580
0.312 ms 1 /classes/Product.php:2902
4294
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3864
0.312 ms 1 /classes/Product.php:2902
3566
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9845) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.311 ms 1 /classes/stock/StockAvailable.php:453
3467
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6199) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.311 ms 1 /classes/stock/StockAvailable.php:453
3919
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3108
0.311 ms 1 /classes/Product.php:2902
4914
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 261) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
3238
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.310 ms 1 /classes/stock/StockAvailable.php:453
3276
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5623 LIMIT 1
0.310 ms 10 /classes/SpecificPrice.php:435
3533
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9842) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.310 ms 1 /classes/stock/StockAvailable.php:453
3761
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10627 LIMIT 1
0.310 ms 10 /classes/SpecificPrice.php:435
629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3228 AND id_shop=1 LIMIT 1
0.309 ms 1 /classes/Product.php:6876
1105
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2440)
0.309 ms 1 /classes/Product.php:3860
1393
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4019)
0.309 ms 1 /classes/Product.php:3860
1923
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4582)
0.309 ms 1 /classes/Product.php:3860
2179
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5102) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.309 ms 1 /classes/stock/StockAvailable.php:453
2207
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3910
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.309 ms 0 /classes/SpecificPrice.php:259
3408
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6132 LIMIT 1
0.309 ms 10 /classes/SpecificPrice.php:435
4855
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 344) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
4898
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
4944
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 145 AND `id_shop` = 1
0.309 ms 6 /src/Adapter/EntityMapper.php:79
592
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3235 LIMIT 1
0.308 ms 10 /classes/SpecificPrice.php:435
938
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3851)
0.308 ms 1 /classes/Product.php:3860
2075
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3893
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.308 ms 0 /classes/SpecificPrice.php:259
3444
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.308 ms 1 /classes/stock/StockAvailable.php:453
3785
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3628 LIMIT 1
0.308 ms 10 /classes/SpecificPrice.php:435
4132
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2403
0.308 ms 1 /classes/Product.php:2902
4459
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4027
0.308 ms 1 /classes/Product.php:2902
630
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3228 AND `id_group` = 1 LIMIT 1
0.308 ms 0 /classes/GroupReduction.php:156
758
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3944 LIMIT 1
0.307 ms 10 /classes/SpecificPrice.php:435
1467
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4029
AND image_shop.`cover` = 1 LIMIT 1
0.307 ms 1 /classes/Product.php:3570
1841
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4540
AND image_shop.`cover` = 1 LIMIT 1
0.307 ms 1 /classes/Product.php:3570
2067
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4702 AND id_shop=1 LIMIT 1
0.307 ms 1 /classes/Product.php:6876
2515
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3957 LIMIT 1
0.307 ms 10 /classes/SpecificPrice.php:435
3505
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9830 LIMIT 1
0.307 ms 11 /classes/SpecificPrice.php:435
1484
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2813 AND id_shop=1 LIMIT 1
0.306 ms 1 /classes/Product.php:6876
1879
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3859)
0.306 ms 1 /classes/Product.php:3860
977
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3985
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
1304
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4005)
0.305 ms 1 /classes/Product.php:3860
2146
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.305 ms 1 /classes/stock/StockAvailable.php:453
4922
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 265) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
1388
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4019
AND image_shop.`cover` = 1 LIMIT 1
0.305 ms 2 /classes/Product.php:3570
3511
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.305 ms 1 /classes/stock/StockAvailable.php:453
4965
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
54
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
540
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3198)
0.304 ms 1 /classes/Product.php:3860
808
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3882) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.304 ms 1 /classes/stock/StockAvailable.php:453
999
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3986
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
1027
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3988)
0.304 ms 1 /classes/Product.php:3860
1124
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3995 LIMIT 1
0.304 ms 10 /classes/SpecificPrice.php:435
1182
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3999)
0.304 ms 1 /classes/Product.php:3860
1215
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4001)
0.304 ms 1 /classes/Product.php:3860
2250
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5165 LIMIT 1
0.304 ms 10 /classes/SpecificPrice.php:435
2566
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4027) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.304 ms 1 /classes/stock/StockAvailable.php:453
3048
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9745)
0.304 ms 1 /classes/Product.php:3860
3128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9751) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.304 ms 1 /classes/stock/StockAvailable.php:453
3282
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5623) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.304 ms 1 /classes/stock/StockAvailable.php:453
4910
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
4916
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 262) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
4926
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 307) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
240
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2759) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.303 ms 1 /classes/stock/StockAvailable.php:453
631
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3228) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.303 ms 1 /classes/stock/StockAvailable.php:453
653
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3230) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.303 ms 1 /classes/stock/StockAvailable.php:453
752
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3878) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.303 ms 1 /classes/stock/StockAvailable.php:453
1365
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4018
AND image_shop.`cover` = 1 LIMIT 1
0.303 ms 1 /classes/Product.php:3570
1885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4580
AND image_shop.`cover` = 1 LIMIT 1
0.303 ms 2 /classes/Product.php:3570
2663
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5640 AND id_shop=1 LIMIT 1
0.303 ms 1 /classes/Product.php:6876
4918
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 263) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:71
1596
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3560) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.303 ms 1 /classes/stock/StockAvailable.php:453
3054
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4945
AND image_shop.`cover` = 1 LIMIT 1
0.303 ms 1 /classes/Product.php:3570
966
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2441
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
1171
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3998)
0.302 ms 1 /classes/Product.php:3860
3400
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9792)
0.302 ms 1 /classes/Product.php:3860
4920
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 264) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
63
SELECT SQL_NO_CACHE * FROM `hgt78_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.302 ms 8 Yes /classes/ImageType.php:109
2536
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3974
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
85
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Décoration'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.301 ms 19 /classes/Category.php:1500
559
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3200 LIMIT 1
0.301 ms 10 /classes/SpecificPrice.php:435
1912
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3861)
0.301 ms 1 /classes/Product.php:3860
2243
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5164 AND id_shop=1 LIMIT 1
0.301 ms 1 /classes/Product.php:6876
3653
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9852 AND `id_group` = 1 LIMIT 1
0.301 ms 0 /classes/GroupReduction.php:156
4809
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitsearch" LIMIT 1
0.301 ms 1 /classes/module/Module.php:2664
57
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
1497
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4030) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.301 ms 1 /classes/stock/StockAvailable.php:453
2839
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4296 AND id_shop=1 LIMIT 1
0.301 ms 1 /classes/Product.php:6876
3598
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7760 AND `id_group` = 1 LIMIT 1
0.301 ms 0 /classes/GroupReduction.php:156
4814
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
0.301 ms 1 /classes/module/Module.php:2137
686
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3233) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.300 ms 1 /classes/stock/StockAvailable.php:453
1671
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4241 AND id_shop=1 LIMIT 1
0.300 ms 1 /classes/Product.php:6876
3772
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10931 LIMIT 1
0.300 ms 10 /classes/SpecificPrice.php:435
1299
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4005
AND image_shop.`cover` = 1 LIMIT 1
0.300 ms 1 /classes/Product.php:3570
2229
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3911
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.300 ms 0 /classes/SpecificPrice.php:259
833
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3950
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
900
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3848
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
1891
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4580 AND id_shop=1 LIMIT 1
0.299 ms 1 /classes/Product.php:6876
2022
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4700)
0.299 ms 1 /classes/Product.php:3860
4806
SELECT SQL_NO_CACHE *
FROM `hgt78_currency` a
LEFT JOIN `hgt78_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
32
SELECT SQL_NO_CACHE *
FROM `hgt78_currency` a
LEFT JOIN `hgt78_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.298 ms 1 /src/Adapter/EntityMapper.php:71
606
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3227)
0.298 ms 1 /classes/Product.php:3860
1089
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3993
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
1111
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3994
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
1288
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2737
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
1563
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.298 ms 1 /classes/stock/StockAvailable.php:453
2692
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6018 LIMIT 1
0.298 ms 10 /classes/SpecificPrice.php:435
2855
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8947
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
2987
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9742
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
3003
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4951)
0.298 ms 1 /classes/Product.php:3860
3560
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9845 LIMIT 1
0.298 ms 11 /classes/SpecificPrice.php:435
922
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3850
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
1766
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2895 LIMIT 1
0.298 ms 10 /classes/SpecificPrice.php:435
1429
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4021 AND `id_group` = 1 LIMIT 1
0.297 ms 0 /classes/GroupReduction.php:156
3571
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9846 LIMIT 1
0.297 ms 10 /classes/SpecificPrice.php:435
2476
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3983 AND `id_group` = 1 LIMIT 1
0.297 ms 0 /classes/GroupReduction.php:156
908
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3848) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.296 ms 1 /classes/stock/StockAvailable.php:453
1069
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3992 LIMIT 1
0.296 ms 10 /classes/SpecificPrice.php:435
1934
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3863)
0.296 ms 1 /classes/Product.php:3860
3254
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5516 LIMIT 1
0.296 ms 10 /classes/SpecificPrice.php:435
4468
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5085
0.296 ms 1 /classes/Product.php:2902
1055
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2702
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
1743
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.296 ms 1 /classes/Product.php:5659
3386
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6131 LIMIT 1
0.296 ms 10 /classes/SpecificPrice.php:435
3705
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8416 LIMIT 1
0.296 ms 10 /classes/SpecificPrice.php:435
1259
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4003)
0.295 ms 1 /classes/Product.php:3860
2011
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2950)
0.295 ms 1 /classes/Product.php:3860
1572
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3550 AND id_shop=1 LIMIT 1
0.295 ms 1 /classes/Product.php:6876
1890
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4580)
0.295 ms 1 /classes/Product.php:3860
2786
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6134) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.295 ms 1 /classes/stock/StockAvailable.php:453
2937
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9264)
0.295 ms 1 /classes/Product.php:3860
3014
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9743)
0.295 ms 1 /classes/Product.php:3860
4420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3979
0.295 ms 1 /classes/Product.php:2902
2882
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4332)
0.294 ms 1 /classes/Product.php:3860
1739
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.294 ms 1 /classes/stock/StockAvailable.php:453
2603
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.294 ms 1 /classes/Product.php:5659
3555
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9844) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.294 ms 1 /classes/stock/StockAvailable.php:453
3883
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3626
0.294 ms 1 /classes/Product.php:2902
141
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
0.293 ms 1 /classes/Product.php:5659
645
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3230
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 1 /classes/Product.php:3570
2305
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5337 LIMIT 1
0.293 ms 10 /classes/SpecificPrice.php:435
2686
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5642 AND `id_group` = 1 LIMIT 1
0.293 ms 0 /classes/GroupReduction.php:156
2888
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8969
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 4 /classes/Product.php:3570
3615
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9849 LIMIT 1
0.293 ms 11 /classes/SpecificPrice.php:435
3791
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3628) 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
845
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 96 LIMIT 1
0.292 ms 1 /classes/Category.php:1378
1430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4021) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.292 ms 1 /classes/stock/StockAvailable.php:453
1967
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3874)
0.292 ms 1 /classes/Product.php:3860
2626
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5328 LIMIT 1
0.292 ms 10 /classes/SpecificPrice.php:435
4519
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6134
0.292 ms 1 /classes/Product.php:2902
4981
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) LIMIT 1
0.292 ms 1 /src/Adapter/EntityMapper.php:71
277
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2475
AND image_shop.`cover` = 1 LIMIT 1
0.292 ms 1 /classes/Product.php:3570
2172
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.292 ms 1 /classes/Product.php:5659
3442
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.291 ms 1 /classes/ObjectModel.php:1729
476
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2944) 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
1600
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.291 ms 1 /classes/Product.php:5659
3263
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9773
AND image_shop.`cover` = 1 LIMIT 1
0.291 ms 1 /classes/Product.php:3570
4903
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.291 ms 6 /src/Adapter/EntityMapper.php:79
724
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3942 LIMIT 1
0.290 ms 10 /classes/SpecificPrice.php:435
1585
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4036) 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
4779
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9735
0.290 ms 1 /classes/Product.php:2902
4955
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
351
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3551 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6876
1177
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3999
AND image_shop.`cover` = 1 LIMIT 1
0.290 ms 1 /classes/Product.php:3570
2378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3924) 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
2449
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3981 LIMIT 1
0.290 ms 10 /classes/SpecificPrice.php:435
3700
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8415) 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
1155
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2434
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
3070
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9746)
0.289 ms 1 /classes/Product.php:3860
4591
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9745
0.289 ms 1 /classes/Product.php:2902
25
SELECT SQL_NO_CACHE c.id_currency
FROM `hgt78_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.288 ms 1 /classes/Currency.php:893
404
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2890
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.288 ms 0 /classes/SpecificPrice.php:259
945
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.288 ms 1 /classes/Product.php:5659
1838
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3854) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:453
1863
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3856
AND image_shop.`cover` = 1 LIMIT 1
0.288 ms 1 /classes/Product.php:3570
2466
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3982) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:453
2731
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:453
3549
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9844 LIMIT 1
0.288 ms 10 /classes/SpecificPrice.php:435
4906
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 161) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
4908
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
562
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3200)
0.287 ms 1 /classes/Product.php:3860
764
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3944) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
1524
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2785 LIMIT 1
0.287 ms 10 /classes/SpecificPrice.php:435
2769
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4252 LIMIT 1
0.287 ms 10 /classes/SpecificPrice.php:435
2959
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9721)
0.287 ms 1 /classes/Product.php:3860
3025
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9744)
0.287 ms 1 /classes/Product.php:3860
3500
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9821) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
3621
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9849) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
3711
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8416) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
4648
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5516
0.287 ms 1 /classes/Product.php:2902
4904
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
537
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3198 LIMIT 1
0.286 ms 10 /classes/SpecificPrice.php:435
778
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3881
AND image_shop.`cover` = 1 LIMIT 1
0.286 ms 1 /classes/Product.php:3570
2943
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4335
AND image_shop.`cover` = 1 LIMIT 1
0.286 ms 1 /classes/Product.php:3570
697
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3520) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.285 ms 1 /classes/stock/StockAvailable.php:453
841
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3950) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.285 ms 1 /classes/stock/StockAvailable.php:453
1311
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.285 ms 1 /classes/Product.php:5659
1666
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.285 ms 1 /classes/Product.php:5659
2044
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4701)
0.285 ms 1 /classes/Product.php:3860
3020
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9744
AND image_shop.`cover` = 1 LIMIT 1
0.285 ms 1 /classes/Product.php:3570
4498
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6023
0.285 ms 1 /classes/Product.php:2902
4932
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
0.285 ms 6 /src/Adapter/EntityMapper.php:79
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `hgt78_hook_alias`
0.285 ms 88 /classes/Hook.php:290
769
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3945 LIMIT 1
0.285 ms 10 /classes/SpecificPrice.php:435
1332
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4016
AND image_shop.`cover` = 1 LIMIT 1
0.285 ms 1 /classes/Product.php:3570
1810
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4508 LIMIT 1
0.285 ms 10 /classes/SpecificPrice.php:435
3216
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5514) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.285 ms 1 /classes/stock/StockAvailable.php:453
3489
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6200) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.285 ms 1 /classes/stock/StockAvailable.php:453
3522
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7753) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.285 ms 1 /classes/stock/StockAvailable.php:453
3778
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10931) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.285 ms 1 /classes/stock/StockAvailable.php:453
3985
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3947
0.285 ms 1 /classes/Product.php:2902
4848
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 190) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71
4905
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1
0.285 ms 6 /src/Adapter/EntityMapper.php:79
4929
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71
4935
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71
4976
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 217 AND `id_shop` = 1
0.285 ms 6 /src/Adapter/EntityMapper.php:79
10
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.284 ms 1 /classes/ObjectModel.php:1729
835
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3950 LIMIT 1
0.284 ms 10 /classes/SpecificPrice.php:435
148
SELECT SQL_NO_CACHE *
FROM `hgt78_tax` a
WHERE (a.`id_tax` = 3) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:71
573
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3108)
0.284 ms 1 /classes/Product.php:3860
870
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3952
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.284 ms 0 /classes/SpecificPrice.php:259
889
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3847
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
1130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3995) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:453
1399
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2817
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
2256
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:453
2637
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5352 LIMIT 1
0.284 ms 10 /classes/SpecificPrice.php:435
3243
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9772 LIMIT 1
0.284 ms 11 /classes/SpecificPrice.php:435
3370
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6078) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:453
4501
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6024
0.284 ms 1 /classes/Product.php:2902
4936
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1
0.284 ms 6 /src/Adapter/EntityMapper.php:79
266
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3019
AND image_shop.`cover` = 1 LIMIT 1
0.283 ms 1 /classes/Product.php:3570
446
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.283 ms 1 /classes/Product.php:5659
491
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.283 ms 1 /classes/Product.php:5659
504
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3196 LIMIT 1
0.283 ms 10 /classes/SpecificPrice.php:435
1396
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4019) 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
2455
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3981) 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
3133
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5116 LIMIT 1
0.283 ms 10 /classes/SpecificPrice.php:435
3648
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9852 LIMIT 1
0.283 ms 11 /classes/SpecificPrice.php:435
4882
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 216) AND (b.`id_shop` = 1) LIMIT 1
0.283 ms 1 /src/Adapter/EntityMapper.php:71
623
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3228
AND image_shop.`cover` = 1 LIMIT 1
0.282 ms 1 /classes/Product.php:3570
2199
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5103 AND id_shop=1 LIMIT 1
0.282 ms 1 /classes/Product.php:6876
3733
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.282 ms 1 /classes/stock/StockAvailable.php:453
4141
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4019
0.282 ms 1 /classes/Product.php:2902
4636
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5514
0.282 ms 1 /classes/Product.php:2902
4726
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9844
0.282 ms 1 /classes/Product.php:2902
1021
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3988
AND image_shop.`cover` = 1 LIMIT 1
0.282 ms 1 /classes/Product.php:3570
3225
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9771 AND id_shop=1 LIMIT 1
0.282 ms 1 /classes/Product.php:6876
648
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3230
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.281 ms 0 /classes/SpecificPrice.php:259
1646
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2914
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.281 ms 0 /classes/SpecificPrice.php:259
1956
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3864)
0.281 ms 1 /classes/Product.php:3860
2283
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5336 LIMIT 1
0.281 ms 10 /classes/SpecificPrice.php:435
2532
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2930 AND `id_group` = 1 LIMIT 1
0.281 ms 0 /classes/GroupReduction.php:156
2806
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6135 AND id_shop=1 LIMIT 1
0.281 ms 1 /classes/Product.php:6876
3682
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8414 LIMIT 1
0.281 ms 10 /classes/SpecificPrice.php:435
4684
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6131
0.281 ms 1 /classes/Product.php:2902
4917
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 262 AND `id_shop` = 1
0.281 ms 6 /src/Adapter/EntityMapper.php:79
664
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.281 ms 1 /classes/stock/StockAvailable.php:453
741
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3943) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.281 ms 1 /classes/stock/StockAvailable.php:453
814
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3947
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.281 ms 0 /classes/SpecificPrice.php:259
1777
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4506 LIMIT 1
0.281 ms 10 /classes/SpecificPrice.php:435
3716
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8979 LIMIT 1
0.281 ms 16 /classes/SpecificPrice.php:435
163
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3516) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.280 ms 1 /classes/stock/StockAvailable.php:453
331
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2504) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.280 ms 1 /classes/stock/StockAvailable.php:453
3943
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3231
0.280 ms 1 /classes/Product.php:2902
4900
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
1067
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3992
AND image_shop.`cover` = 1 LIMIT 1
0.280 ms 1 /classes/Product.php:3570
2090
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4703 AND `id_group` = 1 LIMIT 1
0.280 ms 0 /classes/GroupReduction.php:156
2178
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5102 AND `id_group` = 1 LIMIT 1
0.280 ms 0 /classes/GroupReduction.php:156
4915
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
0.280 ms 6 /src/Adapter/EntityMapper.php:79
4947
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 197) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
791
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3946 LIMIT 1
0.279 ms 10 /classes/SpecificPrice.php:435
1618
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.279 ms 1 /classes/stock/StockAvailable.php:453
1033
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3989
AND image_shop.`cover` = 1 LIMIT 1
0.279 ms 1 /classes/Product.php:3570
2543
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3974 AND `id_group` = 1 LIMIT 1
0.279 ms 0 /classes/GroupReduction.php:156
3527
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9842 LIMIT 1
0.279 ms 11 /classes/SpecificPrice.php:435
3694
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8415 LIMIT 1
0.279 ms 10 /classes/SpecificPrice.php:435
1243
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2438
AND image_shop.`cover` = 1 LIMIT 1
0.278 ms 1 /classes/Product.php:3570
1329
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2398) 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
1506
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2812 AND id_shop=1 LIMIT 1
0.278 ms 1 /classes/Product.php:6876
2096
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3894 LIMIT 1
0.278 ms 10 /classes/SpecificPrice.php:435
2102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3894) 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
2358
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4488
AND image_shop.`cover` = 1 LIMIT 1
0.278 ms 1 /classes/Product.php:3570
3221
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9771 LIMIT 1
0.278 ms 11 /classes/SpecificPrice.php:435
3973
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3945
0.278 ms 1 /classes/Product.php:2902
4543
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8948
0.278 ms 1 /classes/Product.php:2902
4907
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 161 AND `id_shop` = 1
0.278 ms 6 /src/Adapter/EntityMapper.php:79
4913
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 260 AND `id_shop` = 1
0.278 ms 6 /src/Adapter/EntityMapper.php:79
988
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2442
AND image_shop.`cover` = 1 LIMIT 1
0.277 ms 1 /classes/Product.php:3570
1783
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4506) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:453
3594
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7760
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.277 ms 0 /classes/SpecificPrice.php:259
3886
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3627
0.277 ms 1 /classes/Product.php:2902
3913
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3199
0.277 ms 1 /classes/Product.php:2902
4633
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9769
0.277 ms 1 /classes/Product.php:2902
4797
SELECT SQL_NO_CACHE id_group FROM hgt78_cart_rule_group WHERE id_cart_rule = 0
0.277 ms 1 /classes/CartRule.php:438
4911
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 163 AND `id_shop` = 1
0.277 ms 6 /src/Adapter/EntityMapper.php:79
4986
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1
0.277 ms 6 /src/Adapter/EntityMapper.php:79
1607
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3563) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:453
2300
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3919) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:453
3755
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9735) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:453
4630
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5323
0.277 ms 1 /classes/Product.php:2902
746
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3878 LIMIT 1
0.276 ms 10 /classes/SpecificPrice.php:435
1700
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4413 LIMIT 1
0.276 ms 10 /classes/SpecificPrice.php:435
2510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3956) 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
3095
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5108) 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
3829
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2759
0.276 ms 1 /classes/Product.php:2902
315
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2594
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.276 ms 0 /classes/SpecificPrice.php:259
1457
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.276 ms 1 /classes/Product.php:5659
2610
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4041) 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
4234
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4491
0.276 ms 1 /classes/Product.php:2902
708
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3873) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.275 ms 1 /classes/stock/StockAvailable.php:453
2575
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5084 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6876
2608
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4041 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6876
4258
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3852
0.275 ms 1 /classes/Product.php:2902
4899
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
0.275 ms 6 /src/Adapter/EntityMapper.php:79
4923
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
0.275 ms 6 /src/Adapter/EntityMapper.php:79
1075
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3992) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.275 ms 1 /classes/stock/StockAvailable.php:453
2333
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3922) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.275 ms 1 /classes/stock/StockAvailable.php:453
1018
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3987) 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
2195
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5103 LIMIT 1
0.274 ms 10 /classes/SpecificPrice.php:435
3722
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8979) 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
4708
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6200
0.274 ms 1 /classes/Product.php:2902
218
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2761) 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
868
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.273 ms 1 /classes/Product.php:5659
2621
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5101) 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
2841
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4296) 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
2981
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4709)
0.273 ms 1 /classes/Product.php:3860
3856
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2419
0.273 ms 1 /classes/Product.php:2902
4925
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 266 AND `id_shop` = 1
0.273 ms 6 /src/Adapter/EntityMapper.php:79
1321
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2398
AND image_shop.`cover` = 1 LIMIT 1
0.272 ms 1 /classes/Product.php:3570
1907
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3861
AND image_shop.`cover` = 1 LIMIT 1
0.272 ms 1 /classes/Product.php:3570
2265
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5166 AND id_shop=1 LIMIT 1
0.272 ms 1 /classes/Product.php:6876
2394
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3927 LIMIT 1
0.272 ms 10 /classes/SpecificPrice.php:435
3065
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9746
AND image_shop.`cover` = 1 LIMIT 1
0.272 ms 1 /classes/Product.php:3570
3100
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9749 LIMIT 1
0.272 ms 11 /classes/SpecificPrice.php:435
3271
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9773) 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
3907
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3420
0.272 ms 1 /classes/Product.php:2902
4492
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5642
0.272 ms 1 /classes/Product.php:2902
2604
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4041 LIMIT 1
0.272 ms 10 /classes/SpecificPrice.php:435
313
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.271 ms 1 /classes/Product.php:5659
568
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3108
AND image_shop.`cover` = 1 LIMIT 1
0.271 ms 1 /classes/Product.php:3570
1010
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3987
AND image_shop.`cover` = 1 LIMIT 1
0.271 ms 1 /classes/Product.php:3570
2389
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.271 ms 1 /classes/stock/StockAvailable.php:453
2438
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3980 LIMIT 1
0.271 ms 10 /classes/SpecificPrice.php:435
2932
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9264
AND image_shop.`cover` = 1 LIMIT 1
0.271 ms 1 /classes/Product.php:3570
4930
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
0.271 ms 6 /src/Adapter/EntityMapper.php:79
4931
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
4933
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
4945
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 196) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
2954
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9721
AND image_shop.`cover` = 1 LIMIT 1
0.270 ms 1 /classes/Product.php:3570
4934
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
0.270 ms 6 /src/Adapter/EntityMapper.php:79
131
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3519
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.270 ms 0 /classes/SpecificPrice.php:259
376
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3552) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.270 ms 1 /classes/stock/StockAvailable.php:453
2934
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9264 LIMIT 1
0.270 ms 10 /classes/SpecificPrice.php:435
4822
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:71
4862
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
0.270 ms 6 /src/Adapter/EntityMapper.php:79
4868
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:71
3244
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9772
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.269 ms 0 /classes/SpecificPrice.php:259
3304
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5896) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.269 ms 1 /classes/stock/StockAvailable.php:453
1141
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3996) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.269 ms 1 /classes/stock/StockAvailable.php:453
1552
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4034) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.269 ms 1 /classes/stock/StockAvailable.php:453
1567
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.269 ms 1 /classes/Product.php:5659
1760
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4492 AND `id_group` = 1 LIMIT 1
0.269 ms 0 /classes/GroupReduction.php:156
2471
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3983 LIMIT 1
0.269 ms 10 /classes/SpecificPrice.php:435
2609
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4041 AND `id_group` = 1 LIMIT 1
0.269 ms 0 /classes/GroupReduction.php:156
2877
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4332
AND image_shop.`cover` = 1 LIMIT 1
0.269 ms 1 /classes/Product.php:3570
3744
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9381) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.269 ms 1 /classes/stock/StockAvailable.php:453
3749
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9735 LIMIT 1
0.269 ms 11 /classes/SpecificPrice.php:435
3862
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2808
0.269 ms 1 /classes/Product.php:2902
4861
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
4946
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 196 AND `id_shop` = 1
0.269 ms 6 /src/Adapter/EntityMapper.php:79
745
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.268 ms 1 /classes/Product.php:5659
1601
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3563 LIMIT 1
0.268 ms 10 /classes/SpecificPrice.php:435
1750
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.268 ms 1 /classes/stock/StockAvailable.php:453
3436
SELECT SQL_NO_CACHE *
FROM `hgt78_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.268 ms 1 /src/Adapter/EntityMapper.php:71
3509
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9830 AND id_shop=1 LIMIT 1
0.268 ms 1 /classes/Product.php:6876
4540
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8947
0.268 ms 1 /classes/Product.php:2902
4982
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1
0.268 ms 6 /src/Adapter/EntityMapper.php:79
2649
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4093
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.267 ms 0 /classes/SpecificPrice.php:259
3677
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10738) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.267 ms 1 /classes/stock/StockAvailable.php:453
3767
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.267 ms 1 /classes/stock/StockAvailable.php:453
4789
SELECT SQL_NO_CACHE name, alias FROM `hgt78_hook_alias`
0.267 ms 88 /classes/Hook.php:342
4824
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) LIMIT 1
0.267 ms 1 /src/Adapter/EntityMapper.php:71
4927
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 307 AND `id_shop` = 1
0.267 ms 6 /src/Adapter/EntityMapper.php:79
157
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3516 LIMIT 1
0.267 ms 10 /classes/SpecificPrice.php:435
730
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3942) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.267 ms 1 /classes/stock/StockAvailable.php:453
713
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3875 LIMIT 1
0.266 ms 10 /classes/SpecificPrice.php:435
2183
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.266 ms 1 /classes/Product.php:5659
2294
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3919 LIMIT 1
0.266 ms 10 /classes/SpecificPrice.php:435
3076
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9747
AND image_shop.`cover` = 1 LIMIT 1
0.266 ms 1 /classes/Product.php:3570
3183
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9768) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.266 ms 1 /classes/stock/StockAvailable.php:453
4878
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 200 AND `id_shop` = 1
0.266 ms 6 /src/Adapter/EntityMapper.php:79
4890
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 192) LIMIT 1
0.266 ms 1 /src/Adapter/EntityMapper.php:71
4943
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 145) LIMIT 1
0.266 ms 1 /src/Adapter/EntityMapper.php:71
284
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2475 AND id_shop=1 LIMIT 1
0.266 ms 1 /classes/Product.php:6876
775
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.266 ms 1 /classes/stock/StockAvailable.php:453
806
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3882 AND id_shop=1 LIMIT 1
0.265 ms 1 /classes/Product.php:6876
1668
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4241
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.265 ms 0 /classes/SpecificPrice.php:259
2890
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8969 LIMIT 1
0.265 ms 17 /classes/SpecificPrice.php:435
735
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3943 LIMIT 1
0.265 ms 10 /classes/SpecificPrice.php:435
1345
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4017 LIMIT 1
0.265 ms 10 /classes/SpecificPrice.php:435
2921
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4334
AND image_shop.`cover` = 1 LIMIT 1
0.265 ms 1 /classes/Product.php:3570
3610
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9848) 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
4396
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3922
0.265 ms 1 /classes/Product.php:2902
4585
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9744
0.265 ms 1 /classes/Product.php:2902
468
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2944
AND image_shop.`cover` = 1 LIMIT 1
0.264 ms 1 /classes/Product.php:3570
983
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3985 AND id_shop=1 LIMIT 1
0.264 ms 1 /classes/Product.php:6876
2383
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4489 LIMIT 1
0.264 ms 10 /classes/SpecificPrice.php:435
2427
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3930 LIMIT 1
0.264 ms 10 /classes/SpecificPrice.php:435
2828
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8429 AND id_shop=1 LIMIT 1
0.264 ms 1 /classes/Product.php:6876
3528
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9842
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.264 ms 0 /classes/SpecificPrice.php:259
3553
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9844 AND id_shop=1 LIMIT 1
0.264 ms 1 /classes/Product.php:6876
3659
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7767 LIMIT 1
0.264 ms 10 /classes/SpecificPrice.php:435
3796
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5660
0.264 ms 1 /classes/Product.php:2902
4564
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4335
0.264 ms 1 /classes/Product.php:2902
4839
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.264 ms 6 /src/Adapter/EntityMapper.php:79
4919
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 263 AND `id_shop` = 1
0.264 ms 6 /src/Adapter/EntityMapper.php:79
4968
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
0.264 ms 6 /src/Adapter/EntityMapper.php:79
4971
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) LIMIT 1
0.264 ms 1 /src/Adapter/EntityMapper.php:71
3205
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9769) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.263 ms 1 /classes/stock/StockAvailable.php:453
113
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5660) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.263 ms 1 /classes/stock/StockAvailable.php:453
576
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3108) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.263 ms 1 /classes/stock/StockAvailable.php:453
2233
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3911 AND `id_group` = 1 LIMIT 1
0.263 ms 0 /classes/GroupReduction.php:156
2240
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5164
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.263 ms 0 /classes/SpecificPrice.php:259
2322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5638) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.263 ms 1 /classes/stock/StockAvailable.php:453
3156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5262
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.263 ms 0 /classes/SpecificPrice.php:259
4711
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9821
0.263 ms 1 /classes/Product.php:2902
2272
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5167 LIMIT 1
0.262 ms 10 /classes/SpecificPrice.php:435
2400
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3927) 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
2521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3957) 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
3227
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9771) 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
3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2595
0.262 ms 1 /classes/Product.php:2902
4962
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 191 AND `id_shop` = 1
0.262 ms 6 /src/Adapter/EntityMapper.php:79
1157
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2434 LIMIT 1
0.262 ms 10 /classes/SpecificPrice.php:435
4
SELECT SQL_NO_CACHE *
FROM `hgt78_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.261 ms 1 /src/Adapter/EntityMapper.php:71
751
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3878 AND `id_group` = 1 LIMIT 1
0.261 ms 0 /classes/GroupReduction.php:156
2588
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5083) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:453
3093
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5108 AND id_shop=1 LIMIT 1
0.261 ms 1 /classes/Product.php:6876
3949
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3233
0.261 ms 1 /classes/Product.php:2902
4841
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 172 AND `id_shop` = 1
0.261 ms 6 /src/Adapter/EntityMapper.php:79
5339
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.261 ms 1 /classes/module/Module.php:2664
200
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
2863
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8947) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:453
3940
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3230
0.261 ms 1 /classes/Product.php:2902
652
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3230 AND `id_group` = 1 LIMIT 1
0.260 ms 0 /classes/GroupReduction.php:156
963
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
1373
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4018) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
2372
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3924 LIMIT 1
0.260 ms 10 /classes/SpecificPrice.php:435
2519
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3957 AND id_shop=1 LIMIT 1
0.260 ms 1 /classes/Product.php:6876
2238
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.260 ms 1 /classes/Product.php:5659
2516
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3957
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.260 ms 0 /classes/SpecificPrice.php:259
3626
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9850 LIMIT 1
0.260 ms 11 /classes/SpecificPrice.php:435
4865
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.260 ms 6 /src/Adapter/EntityMapper.php:79
1778
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4506
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.259 ms 0 /classes/SpecificPrice.php:259
2648
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4093 LIMIT 1
0.259 ms 10 /classes/SpecificPrice.php:435
4399
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5639
0.259 ms 1 /classes/Product.php:2902
4735
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9847
0.259 ms 1 /classes/Product.php:2902
1535
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4033 LIMIT 1
0.259 ms 10 /classes/SpecificPrice.php:435
2528
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2930
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.259 ms 0 /classes/SpecificPrice.php:259
2840
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4296 AND `id_group` = 1 LIMIT 1
0.259 ms 0 /classes/GroupReduction.php:156
802
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3882 LIMIT 1
0.258 ms 10 /classes/SpecificPrice.php:435
1301
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4005 LIMIT 1
0.258 ms 10 /classes/SpecificPrice.php:435
1340
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4016) 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
1481
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2813
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.258 ms 0 /classes/SpecificPrice.php:259
1530
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2785) 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
1717
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2731) 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
2039
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4701
AND image_shop.`cover` = 1 LIMIT 1
0.258 ms 1 /classes/Product.php:3570
4369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3911
0.258 ms 1 /classes/Product.php:2902
98
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE `id_product` != 0 LIMIT 1
0.257 ms 22288 /classes/SpecificPrice.php:297
463
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2918 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6876
2068
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4702 AND `id_group` = 1 LIMIT 1
0.257 ms 0 /classes/GroupReduction.php:156
2316
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5638 LIMIT 1
0.257 ms 10 /classes/SpecificPrice.php:435
2422
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3979) 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
2998
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4951
AND image_shop.`cover` = 1 LIMIT 1
0.257 ms 1 /classes/Product.php:3570
3353
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9790 LIMIT 1
0.257 ms 11 /classes/SpecificPrice.php:435
3663
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7767 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6876
3753
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9735 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6876
4552
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4333
0.257 ms 1 /classes/Product.php:2902
4555
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8970
0.257 ms 1 /classes/Product.php:2902
4840
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) LIMIT 1
0.257 ms 1 /src/Adapter/EntityMapper.php:71
4852
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1
0.257 ms 1 /src/Adapter/EntityMapper.php:71
5325
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
0.257 ms 1 /classes/Category.php:1585
858
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3951 LIMIT 1
0.256 ms 10 /classes/SpecificPrice.php:435
1407
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2817) 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
1814
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4508 AND id_shop=1 LIMIT 1
0.256 ms 1 /classes/Product.php:6876
3543
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9843 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
75
SELECT SQL_NO_CACHE *
FROM `hgt78_carrier` a
LEFT JOIN `hgt78_carrier_shop` `c` ON a.`id_carrier` = c.`id_carrier` AND c.`id_shop` = 1
WHERE (a.`id_carrier` = 282) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
2675
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5641 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
474
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2944 AND id_shop=1 LIMIT 1
0.255 ms 1 /classes/Product.php:6876
1453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4022) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
1948
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4583) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
3537
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
3841
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2475
0.255 ms 1 /classes/Product.php:2902
4956
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
0.255 ms 6 /src/Adapter/EntityMapper.php:79
691
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3520 LIMIT 1
0.255 ms 10 /classes/SpecificPrice.php:435
1695
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3332) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
2167
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5080 AND `id_group` = 1 LIMIT 1
0.255 ms 0 /classes/GroupReduction.php:156
2499
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3940) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
3009
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9743
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 1 /classes/Product.php:3570
4246
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4506
0.255 ms 1 /classes/Product.php:2902
29
SELECT SQL_NO_CACHE c.id_currency
FROM `hgt78_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.254 ms 1 /classes/Currency.php:893
2157
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5077) 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
3258
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5516 AND id_shop=1 LIMIT 1
0.254 ms 1 /classes/Product.php:6876
3375
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9791 LIMIT 1
0.254 ms 11 /classes/SpecificPrice.php:435
4615
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5116
0.254 ms 1 /classes/Product.php:2902
4798
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqithtmlandbanners" LIMIT 1
0.254 ms 1 /classes/module/Module.php:2664
185
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3504) 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
301
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 41 LIMIT 1
0.254 ms 1 /classes/Category.php:1378
1634
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4238 LIMIT 1
0.254 ms 10 /classes/SpecificPrice.php:435
2344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5639) 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
3494
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9821 LIMIT 1
0.254 ms 10 /classes/SpecificPrice.php:435
3823
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2761
0.254 ms 1 /classes/Product.php:2902
3877
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3624
0.254 ms 1 /classes/Product.php:2902
195
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2763 AND `id_group` = 1 LIMIT 1
0.253 ms 0 /classes/GroupReduction.php:156
1268
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2399 LIMIT 1
0.253 ms 10 /classes/SpecificPrice.php:435
1660
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4239 AND id_shop=1 LIMIT 1
0.253 ms 1 /classes/Product.php:6876
2271
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
3078
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9747 LIMIT 1
0.253 ms 11 /classes/SpecificPrice.php:435
3122
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9751 LIMIT 1
0.253 ms 11 /classes/SpecificPrice.php:435
3134
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5116
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.253 ms 0 /classes/SpecificPrice.php:259
3465
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6199 AND id_shop=1 LIMIT 1
0.253 ms 1 /classes/Product.php:6876
3934
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3228
0.253 ms 1 /classes/Product.php:2902
4528
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4295
0.253 ms 1 /classes/Product.php:2902
4803
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.253 ms 1 /classes/module/Module.php:2664
859
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3951
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.252 ms 0 /classes/SpecificPrice.php:259
907
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3848 AND `id_group` = 1 LIMIT 1
0.252 ms 0 /classes/GroupReduction.php:156
919
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3849) 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
984
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3985 AND `id_group` = 1 LIMIT 1
0.252 ms 0 /classes/GroupReduction.php:156
1240
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4002) 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
1362
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2403) 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
2847
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.252 ms 0 /classes/SpecificPrice.php:259
3106
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9749) 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
3166
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9767 LIMIT 1
0.252 ms 11 /classes/SpecificPrice.php:435
4405
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4488
0.252 ms 1 /classes/Product.php:2902
4948
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 197 AND `id_shop` = 1
0.252 ms 6 /src/Adapter/EntityMapper.php:79
4983
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) LIMIT 1
0.252 ms 1 /src/Adapter/EntityMapper.php:71
5328
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.252 ms 1 /classes/module/Module.php:2664
2177
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5102 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6876
2583
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5083
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.251 ms 0 /classes/SpecificPrice.php:259
2599
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5085) 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
3111
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5109 LIMIT 1
0.251 ms 10 /classes/SpecificPrice.php:435
3559
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.251 ms 1 /classes/Product.php:5659
3811
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3505
0.251 ms 1 /classes/Product.php:2902
2913
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8970
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.251 ms 0 /classes/SpecificPrice.php:259
3132
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.250 ms 1 /classes/Product.php:5659
3211
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5514
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.250 ms 0 /classes/SpecificPrice.php:259
3799
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5659
0.250 ms 1 /classes/Product.php:2902
1377
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 49 LIMIT 1
0.250 ms 1 /classes/Category.php:1378
2201
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5103) 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
3928
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3227
0.250 ms 1 /classes/Product.php:2902
4872
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1
0.250 ms 6 /src/Adapter/EntityMapper.php:79
1513
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4032 LIMIT 1
0.249 ms 10 /classes/SpecificPrice.php:435
3504
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
3597
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7760 AND id_shop=1 LIMIT 1
0.249 ms 1 /classes/Product.php:6876
4666
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6076
0.249 ms 1 /classes/Product.php:2902
211
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
812
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
4639
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9771
0.249 ms 1 /classes/Product.php:2902
4849
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 190 AND `id_shop` = 1
0.249 ms 6 /src/Adapter/EntityMapper.php:79
535
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3198
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 1 /classes/Product.php:3570
3293
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9774) 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
4480
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5352
0.248 ms 1 /classes/Product.php:2902
4507
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6025
0.248 ms 1 /classes/Product.php:2902
134
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3519 AND id_shop=1 LIMIT 1
0.248 ms 1 /classes/Product.php:6876
830
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3949) 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
853
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3867) 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
1589
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.248 ms 1 /classes/Product.php:5659
1734
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4491
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.248 ms 0 /classes/SpecificPrice.php:259
2014
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2950) 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
2416
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3979 LIMIT 1
0.248 ms 10 /classes/SpecificPrice.php:435
2571
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5084 LIMIT 1
0.248 ms 10 /classes/SpecificPrice.php:435
2594
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5085
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.248 ms 0 /classes/SpecificPrice.php:259
3471
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.248 ms 1 /classes/Product.php:5659
4624
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9767
0.248 ms 1 /classes/Product.php:2902
4729
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9845
0.248 ms 1 /classes/Product.php:2902
4967
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:71
99
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE `from` BETWEEN '2025-05-01 00:00:00' AND '2025-05-01 23:59:59' LIMIT 1
0.247 ms 1 /classes/SpecificPrice.php:377
790
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
1405
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2817 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6876
2161
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
2813
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4295 LIMIT 1
0.247 ms 10 /classes/SpecificPrice.php:435
3260
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5516) 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
3264
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
3414
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6132) 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
3542
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9843 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6876
3637
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9851 LIMIT 1
0.247 ms 11 /classes/SpecificPrice.php:435
4871
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:71
168
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3505 LIMIT 1
0.246 ms 10 /classes/SpecificPrice.php:435
818
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3947 AND `id_group` = 1 LIMIT 1
0.246 ms 0 /classes/GroupReduction.php:156
2289
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5336) 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
3277
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5623
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.246 ms 0 /classes/SpecificPrice.php:259
3419
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9794 LIMIT 1
0.246 ms 11 /classes/SpecificPrice.php:435
3789
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3628 AND id_shop=1 LIMIT 1
0.246 ms 1 /classes/Product.php:6876
786
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3881) 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
996
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2442) 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
1761
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4492) 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
4573
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4709
0.246 ms 1 /classes/Product.php:2902
60
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_accounts" LIMIT 1
0.245 ms 1 /src/Adapter/Module/ModuleDataProvider.php:257
1256
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4003 LIMIT 1
0.245 ms 10 /classes/SpecificPrice.php:435
2205
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.245 ms 1 /classes/Product.php:5659
3874
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2890
0.245 ms 1 /classes/Product.php:2902
329
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2504 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
658
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3231 LIMIT 1
0.245 ms 10 /classes/SpecificPrice.php:435
1338
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4016 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
2967
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9723 LIMIT 1
0.245 ms 11 /classes/SpecificPrice.php:435
3531
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9842 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
4183
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4034
0.245 ms 1 /classes/Product.php:2902
278
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 200 LIMIT 1
0.244 ms 1 /classes/Category.php:1378
1201
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4000 LIMIT 1
0.244 ms 10 /classes/SpecificPrice.php:435
2382
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
3425
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
3482
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
4823
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.244 ms 6 /src/Adapter/EntityMapper.php:79
4844
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 185) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
325
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2504 LIMIT 1
0.244 ms 10 /classes/SpecificPrice.php:435
780
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3881 LIMIT 1
0.244 ms 10 /classes/SpecificPrice.php:435
1163
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
2781
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6134
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.244 ms 0 /classes/SpecificPrice.php:259
3880
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3625
0.244 ms 1 /classes/Product.php:2902
3904
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3197
0.244 ms 1 /classes/Product.php:2902
4864
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
4892
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 195) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
5340
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.244 ms 1 /classes/module/Module.php:2137
222
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
435
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
451
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3627 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
1706
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
2036
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3891) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
2278
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5167) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
3484
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6200
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.243 ms 0 /classes/SpecificPrice.php:259
3520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7753 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
4850
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 334) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
285
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2475 AND `id_group` = 1 LIMIT 1
0.242 ms 0 /classes/GroupReduction.php:156
162
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3516 AND `id_group` = 1 LIMIT 1
0.242 ms 0 /classes/GroupReduction.php:156
205
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2762 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
352
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3551 AND `id_group` = 1 LIMIT 1
0.242 ms 0 /classes/GroupReduction.php:156
465
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2918) 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
673
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3232 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
879
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.242 ms 1 /classes/Product.php:5659
3381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9791) 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
3838
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3019
0.242 ms 1 /classes/Product.php:2902
4453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3974
0.242 ms 1 /classes/Product.php:2902
4681
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9791
0.242 ms 1 /classes/Product.php:2902
570
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3108 LIMIT 1
0.241 ms 10 /classes/SpecificPrice.php:435
598
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3235) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.241 ms 1 /classes/stock/StockAvailable.php:453
807
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3882 AND `id_group` = 1 LIMIT 1
0.241 ms 0 /classes/GroupReduction.php:156
1316
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3014 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
2251
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5165
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.241 ms 0 /classes/SpecificPrice.php:259
3188
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5323 LIMIT 1
0.241 ms 10 /classes/SpecificPrice.php:435
3865
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3552
0.241 ms 1 /classes/Product.php:2902
3931
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3236
0.241 ms 1 /classes/Product.php:2902
4966
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.241 ms 6 /src/Adapter/EntityMapper.php:79
1584
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4036 AND `id_group` = 1 LIMIT 1
0.241 ms 0 /classes/GroupReduction.php:156
2555
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4007) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.241 ms 1 /classes/stock/StockAvailable.php:453
1007
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3986) 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
1390
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4019 LIMIT 1
0.240 ms 10 /classes/SpecificPrice.php:435
2923
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4334 LIMIT 1
0.240 ms 10 /classes/SpecificPrice.php:435
3320
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6076 LIMIT 1
0.240 ms 10 /classes/SpecificPrice.php:435
3430
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6133 LIMIT 1
0.240 ms 10 /classes/SpecificPrice.php:435
3460
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.240 ms 1 /classes/Product.php:5659
3575
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9846 AND id_shop=1 LIMIT 1
0.240 ms 1 /classes/Product.php:6876
4833
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 38 AND `id_shop` = 1
0.240 ms 6 /src/Adapter/EntityMapper.php:79
303
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2502 LIMIT 1
0.240 ms 10 /classes/SpecificPrice.php:435
341
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2419 AND `id_group` = 1 LIMIT 1
0.240 ms 0 /classes/GroupReduction.php:156
651
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3230 AND id_shop=1 LIMIT 1
0.240 ms 1 /classes/Product.php:6876
846
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1
0.240 ms 1 /classes/Product.php:5659
3392
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6131) 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
4891
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 192 AND `id_shop` = 1
0.240 ms 6 /src/Adapter/EntityMapper.php:79
243
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2758
AND image_shop.`cover` = 1 LIMIT 1
0.239 ms 1 /classes/Product.php:3570
1536
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4033
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.239 ms 0 /classes/SpecificPrice.php:259
2041
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4701 LIMIT 1
0.239 ms 10 /classes/SpecificPrice.php:435
2411
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3978) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
3742
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9381 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6876
4810
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1
0.239 ms 1 /classes/module/Module.php:2137
957
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3015 LIMIT 1
0.239 ms 10 /classes/SpecificPrice.php:435
1479
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.239 ms 1 /classes/Product.php:5659
3847
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2502
0.239 ms 1 /classes/Product.php:2902
4618
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9752
0.239 ms 1 /classes/Product.php:2902
4699
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9819
0.239 ms 1 /classes/Product.php:2902
4812
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 910 LIMIT 1
0.239 ms 1 /classes/Hook.php:247
4893
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 195 AND `id_shop` = 1
0.239 ms 6 /src/Adapter/EntityMapper.php:79
747
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3878
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.238 ms 0 /classes/SpecificPrice.php:259
1569
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3550
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.238 ms 0 /classes/SpecificPrice.php:259
2244
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5164 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
2577
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5084) 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
3898
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3630
0.238 ms 1 /classes/Product.php:2902
149
SELECT SQL_NO_CACHE *
FROM `hgt78_tax_lang`
WHERE `id_tax` = 3
0.238 ms 6 /src/Adapter/EntityMapper.php:79
1229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2400) 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
3728
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9262
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.238 ms 0 /classes/SpecificPrice.php:259
3731
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9262 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6876
4090
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4000
0.238 ms 1 /classes/Product.php:2902
4672
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6077
0.238 ms 1 /classes/Product.php:2902
76
SELECT SQL_NO_CACHE *
FROM `hgt78_carrier_lang`
WHERE `id_carrier` = 282 AND `id_shop` = 1
0.237 ms 198 /src/Adapter/EntityMapper.php:79
525
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.237 ms 1 /classes/Product.php:5659
558
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.237 ms 1 /classes/Product.php:5659
848
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3867
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.237 ms 0 /classes/SpecificPrice.php:259
1827
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3852) 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
1986
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3890 LIMIT 1
0.237 ms 10 /classes/SpecificPrice.php:435
2549
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4007 LIMIT 1
0.237 ms 10 /classes/SpecificPrice.php:435
3172
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9767) 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
4579
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4951
0.237 ms 1 /classes/Product.php:2902
4741
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9848
0.237 ms 1 /classes/Product.php:2902
4851
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 334 AND `id_shop` = 1
0.237 ms 6 /src/Adapter/EntityMapper.php:79
179
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3504 LIMIT 1
0.236 ms 10 /classes/SpecificPrice.php:435
873
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3952 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6876
1290
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2737 LIMIT 1
0.236 ms 10 /classes/SpecificPrice.php:435
2029
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.236 ms 1 /classes/Product.php:5659
2107
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4704 LIMIT 1
0.236 ms 10 /classes/SpecificPrice.php:435
2433
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.236 ms 1 /classes/stock/StockAvailable.php:453
2896
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8969) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.236 ms 1 /classes/stock/StockAvailable.php:453
3709
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8416 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6876
4477
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5328
0.236 ms 1 /classes/Product.php:2902
4483
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4093
0.236 ms 1 /classes/Product.php:2902
4525
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6135
0.236 ms 1 /classes/Product.php:2902
4606
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9749
0.236 ms 1 /classes/Product.php:2902
174
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.236 ms 1 /classes/stock/StockAvailable.php:453
2020
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4700
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 0 /classes/SpecificPrice.php:259
1519
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4032) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.235 ms 1 /classes/stock/StockAvailable.php:453
2194
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
3348
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.235 ms 1 /classes/stock/StockAvailable.php:453
3532
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9842 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
3814
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3504
0.235 ms 1 /classes/Product.php:2902
3910
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3198
0.235 ms 1 /classes/Product.php:2902
4495
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6018
0.235 ms 1 /classes/Product.php:2902
4663
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9788
0.235 ms 1 /classes/Product.php:2902
581
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3234 LIMIT 1
0.235 ms 10 /classes/SpecificPrice.php:435
637
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3229
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.235 ms 0 /classes/SpecificPrice.php:259
1635
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4238
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.235 ms 0 /classes/SpecificPrice.php:259
2538
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3974 LIMIT 1
0.235 ms 10 /classes/SpecificPrice.php:435
3116
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5109 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
3669
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
4869
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1
0.235 ms 6 /src/Adapter/EntityMapper.php:79
459
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2918 LIMIT 1
0.234 ms 10 /classes/SpecificPrice.php:435
1964
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3874 LIMIT 1
0.234 ms 10 /classes/SpecificPrice.php:435
2725
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4246 LIMIT 1
0.234 ms 10 /classes/SpecificPrice.php:435
3946
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3232
0.234 ms 1 /classes/Product.php:2902
690
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.234 ms 1 /classes/Product.php:5659
712
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.234 ms 1 /classes/Product.php:5659
796
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3946 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
1102
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2440 LIMIT 1
0.234 ms 10 /classes/SpecificPrice.php:435
1490
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.234 ms 1 /classes/Product.php:5659
2752
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4247 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
4744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9849
0.234 ms 1 /classes/Product.php:2902
140
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 84 LIMIT 1
0.233 ms 1 /classes/Category.php:1378
189
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
1539
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4033 AND id_shop=1 LIMIT 1
0.233 ms 1 /classes/Product.php:6876
2593
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5085 LIMIT 1
0.233 ms 10 /classes/SpecificPrice.php:435
4375
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5165
0.233 ms 1 /classes/Product.php:2902
4753
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9852
0.233 ms 1 /classes/Product.php:2902
4799
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.233 ms 1 /classes/module/Module.php:2137
596
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3235 AND id_shop=1 LIMIT 1
0.233 ms 1 /classes/Product.php:6876
1234
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4002 LIMIT 1
0.233 ms 10 /classes/SpecificPrice.php:435
1644
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
1776
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
2079
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3893 AND `id_group` = 1 LIMIT 1
0.233 ms 0 /classes/GroupReduction.php:156
2582
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5083 LIMIT 1
0.233 ms 10 /classes/SpecificPrice.php:435
2709
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
3868
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2889
0.233 ms 1 /classes/Product.php:2902
3922
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3234
0.233 ms 1 /classes/Product.php:2902
66
SELECT SQL_NO_CACHE *
FROM `hgt78_country` a
LEFT JOIN `hgt78_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.232 ms 1 /src/Adapter/EntityMapper.php:71
129
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.232 ms 1 /classes/Product.php:5659
437
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3626
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.232 ms 0 /classes/SpecificPrice.php:259
620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3236) 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
723
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.232 ms 1 /classes/Product.php:5659
891
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3847 LIMIT 1
0.232 ms 10 /classes/SpecificPrice.php:435
1865
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3856 LIMIT 1
0.232 ms 10 /classes/SpecificPrice.php:435
3477
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9820 AND `id_group` = 1 LIMIT 1
0.232 ms 0 /classes/GroupReduction.php:156
3548
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.232 ms 1 /classes/Product.php:5659
3771
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.232 ms 1 /classes/Product.php:5659
4534
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4296
0.232 ms 1 /classes/Product.php:2902
4801
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.232 ms 1 /classes/module/Module.php:2664
640
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3229 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
774
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3945 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
903
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3848
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.231 ms 0 /classes/SpecificPrice.php:259
1168
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3998 LIMIT 1
0.231 ms 10 /classes/SpecificPrice.php:435
2405
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3978 LIMIT 1
0.231 ms 10 /classes/SpecificPrice.php:435
3104
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9749 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
4456
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4007
0.231 ms 1 /classes/Product.php:2902
4889
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
0.231 ms 6 /src/Adapter/EntityMapper.php:79
4969
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:71
1167
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
839
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3950 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
1128
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3995 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
2444
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3980) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.230 ms 1 /classes/stock/StockAvailable.php:453
3647
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
3688
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8414) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.230 ms 1 /classes/stock/StockAvailable.php:453
3844
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2596
0.230 ms 1 /classes/Product.php:2902
3853
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2504
0.230 ms 1 /classes/Product.php:2902
4537
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8946
0.230 ms 1 /classes/Product.php:2902
1334
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4016 LIMIT 1
0.230 ms 10 /classes/SpecificPrice.php:435
1711
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2731 LIMIT 1
0.230 ms 2 /classes/SpecificPrice.php:435
2685
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5642 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
3506
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9830
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.230 ms 0 /classes/SpecificPrice.php:259
460
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2918
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.229 ms 0 /classes/SpecificPrice.php:259
674
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3232 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
1356
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2403 LIMIT 1
0.229 ms 10 /classes/SpecificPrice.php:435
1378
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 49 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
1436
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2815
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.229 ms 0 /classes/SpecificPrice.php:259
1540
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4033 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
2232
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3911 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6876
3895
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3629
0.229 ms 1 /classes/Product.php:2902
768
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
1832
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3854 LIMIT 1
0.229 ms 10 /classes/SpecificPrice.php:435
2713
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
2868
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8948 LIMIT 1
0.229 ms 9 /classes/SpecificPrice.php:435
3138
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5116 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
3330
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
4429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3981
0.229 ms 1 /classes/Product.php:2902
4435
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3983
0.229 ms 1 /classes/Product.php:2902
1448
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4022
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.228 ms 0 /classes/SpecificPrice.php:259
1689
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3332 LIMIT 1
0.228 ms 10 /classes/SpecificPrice.php:435
1754
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
2459
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
2918
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8970) 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
3808
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3516
0.228 ms 1 /classes/Product.php:2902
324
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
734
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
1503
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2812
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.228 ms 0 /classes/SpecificPrice.php:259
1937
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3863) 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
3342
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6077 LIMIT 1
0.228 ms 10 /classes/SpecificPrice.php:435
3581
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
81
SELECT SQL_NO_CACHE `id_category`
FROM `hgt78_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.227 ms 1 /classes/Category.php:2450
1222
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.227 ms 1 /classes/Product.php:5659
1357
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2403
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
886
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3853) 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
947
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3913
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
1561
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4035 AND id_shop=1 LIMIT 1
0.227 ms 1 /classes/Product.php:6876
2349
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3923 LIMIT 1
0.227 ms 10 /classes/SpecificPrice.php:435
2874
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8948) 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
3101
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9749
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
3291
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9774 AND id_shop=1 LIMIT 1
0.227 ms 1 /classes/Product.php:6876
4600
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9747
0.227 ms 1 /classes/Product.php:2902
968
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2441 LIMIT 1
0.226 ms 10 /classes/SpecificPrice.php:435
1274
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2399) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
1452
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4022 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
2008
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2950 LIMIT 1
0.226 ms 10 /classes/SpecificPrice.php:435
2216
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.226 ms 1 /classes/Product.php:5659
2852
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
3126
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9751 AND id_shop=1 LIMIT 1
0.226 ms 1 /classes/Product.php:6876
3620
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9849 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
4594
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4945
0.226 ms 1 /classes/Product.php:2902
4877
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 200) LIMIT 1
0.226 ms 1 /src/Adapter/EntityMapper.php:71
3805
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3518
0.226 ms 1 /classes/Product.php:2902
8
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.225 ms 1 /src/Adapter/EntityMapper.php:71
257
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2595 LIMIT 1
0.225 ms 10 /classes/SpecificPrice.php:435
2025
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4700) 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
2559
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.225 ms 1 /classes/Product.php:5659
2929
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4334) 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
3154
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1
0.225 ms 1 /classes/Product.php:5659
3429
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.225 ms 1 /classes/Product.php:5659
3539
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9843
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.225 ms 0 /classes/SpecificPrice.php:259
3916
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3200
0.225 ms 1 /classes/Product.php:2902
1207
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4000) 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
3476
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9820 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6876
3487
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6200 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6876
4381
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5167
0.225 ms 1 /classes/Product.php:2902
216
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2761 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6876
2714
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6024 LIMIT 1
0.224 ms 10 /classes/SpecificPrice.php:435
3449
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.224 ms 1 /classes/Product.php:5659
3964
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3943
0.224 ms 1 /classes/Product.php:2902
1385
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2846) 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
1528
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2785 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6876
3695
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8415
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.224 ms 0 /classes/SpecificPrice.php:259
1657
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4239
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.223 ms 0 /classes/SpecificPrice.php:259
2311
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5337) 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
2355
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3923) 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
3321
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6076
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.223 ms 0 /classes/SpecificPrice.php:259
3359
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9790) 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
3826
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2760
0.223 ms 1 /classes/Product.php:2902
521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3197) 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
779
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.223 ms 1 /classes/Product.php:5659
1339
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4016 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
2620
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5101 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
2647
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.223 ms 1 /classes/Product.php:5659
3604
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9848 LIMIT 1
0.223 ms 11 /classes/SpecificPrice.php:435
3777
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10931 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
3859
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3551
0.223 ms 1 /classes/Product.php:2902
4717
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7753
0.223 ms 1 /classes/Product.php:2902
527
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3420
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:259
1123
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.222 ms 1 /classes/Product.php:5659
1190
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2432 LIMIT 1
0.222 ms 10 /classes/SpecificPrice.php:435
1606
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3563 AND `id_group` = 1 LIMIT 1
0.222 ms 0 /classes/GroupReduction.php:156
1613
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:259
1772
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2895) 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
1992
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3890) 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
2630
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5328 AND id_shop=1 LIMIT 1
0.222 ms 1 /classes/Product.php:6876
3115
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5109 AND id_shop=1 LIMIT 1
0.222 ms 1 /classes/Product.php:6876
3302
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5896 AND id_shop=1 LIMIT 1
0.222 ms 1 /classes/Product.php:6876
3561
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9845
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:259
3692
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 60 LIMIT 1
0.222 ms 1 /classes/Category.php:1378
3832
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2758
0.222 ms 1 /classes/Product.php:2902
4576
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9742
0.222 ms 1 /classes/Product.php:2902
97
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5660 LIMIT 1
0.221 ms 10 /classes/SpecificPrice.php:435
178
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
0.221 ms 1 /classes/Product.php:5659
701
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.221 ms 1 /classes/Product.php:5659
1223
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2400 LIMIT 1
0.221 ms 10 /classes/SpecificPrice.php:435
1458
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2814 LIMIT 1
0.221 ms 10 /classes/SpecificPrice.php:435
1495
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4030 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6876
2481
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.221 ms 1 /classes/Product.php:5659
3215
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5514 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
3374
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.221 ms 1 /classes/Product.php:5659
3510
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9830 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
3570
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.221 ms 1 /classes/Product.php:5659
4471
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4041
0.221 ms 1 /classes/Product.php:2902
4825
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1
0.221 ms 6 /src/Adapter/EntityMapper.php:79
104
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5660 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
614
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3236 LIMIT 1
0.220 ms 10 /classes/SpecificPrice.php:435
714
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3875
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.220 ms 0 /classes/SpecificPrice.php:259
880
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3853 LIMIT 1
0.220 ms 10 /classes/SpecificPrice.php:435
2680
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
3726
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
4393
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5638
0.220 ms 1 /classes/Product.php:2902
4408
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3924
0.220 ms 1 /classes/Product.php:2902
1491
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4030 LIMIT 1
0.219 ms 10 /classes/SpecificPrice.php:435
2019
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4700 LIMIT 1
0.219 ms 10 /classes/SpecificPrice.php:435
3226
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9771 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
3554
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9844 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
3564
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9845 AND id_shop=1 LIMIT 1
0.219 ms 1 /classes/Product.php:6876
3802
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3519
0.219 ms 1 /classes/Product.php:2902
4847
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 186 AND `id_shop` = 1
0.219 ms 6 /src/Adapter/EntityMapper.php:79
207
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2762) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:453
1860
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4541) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:453
2901
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4333 LIMIT 1
0.219 ms 10 /classes/SpecificPrice.php:435
4411
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4489
0.219 ms 1 /classes/Product.php:2902
1267
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 145 LIMIT 1
0.218 ms 1 /classes/Product.php:5659
71
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_url` a0
0.218 ms 1 /classes/PrestaShopCollection.php:383
646
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.218 ms 1 /classes/Product.php:5659
718
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3875 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:156
2064
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4702
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.218 ms 0 /classes/SpecificPrice.php:259
3287
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9774 LIMIT 1
0.218 ms 11 /classes/SpecificPrice.php:435
3420
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9794
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.218 ms 0 /classes/SpecificPrice.php:259
4807
SELECT SQL_NO_CACHE *
FROM `hgt78_currency_lang`
WHERE `id_currency` = 2
0.218 ms 6 /src/Adapter/EntityMapper.php:79
4880
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
5330
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.218 ms 1 /classes/module/Module.php:2664
609
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3227) 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
1024
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3988 LIMIT 1
0.217 ms 10 /classes/SpecificPrice.php:435
2966
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.217 ms 1 /classes/Product.php:5659
740
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3943 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
756
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 199 LIMIT 1
0.217 ms 1 /classes/Category.php:1378
784
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3881 AND id_shop=1 LIMIT 1
0.217 ms 1 /classes/Product.php:6876
1035
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3989 LIMIT 1
0.217 ms 10 /classes/SpecificPrice.php:435
1097
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3993) 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
1251
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2438) 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
1425
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4021
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.217 ms 0 /classes/SpecificPrice.php:259
1496
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4030 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
2155
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5077 AND id_shop=1 LIMIT 1
0.217 ms 1 /classes/Product.php:6876
3572
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9846
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.217 ms 0 /classes/SpecificPrice.php:259
3683
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8414
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.217 ms 0 /classes/SpecificPrice.php:259
1146
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3997 LIMIT 1
0.216 ms 10 /classes/SpecificPrice.php:435
1266
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 145 LIMIT 1
0.216 ms 1 /classes/Category.php:1378
1307
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4005) 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
1462
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2814 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
1473
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4029 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
2384
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4489
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.216 ms 0 /classes/SpecificPrice.php:259
2570
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.216 ms 1 /classes/Product.php:5659
2586
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5083 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
2851
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8946 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:156
3495
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9821
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.216 ms 0 /classes/SpecificPrice.php:259
3608
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9848 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
3759
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.216 ms 1 /classes/Product.php:5659
4363
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3910
0.216 ms 1 /classes/Product.php:2902
4874
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 199) LIMIT 1
0.216 ms 1 /src/Adapter/EntityMapper.php:71
4884
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) LIMIT 1
0.216 ms 1 /src/Adapter/EntityMapper.php:71
5321
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.216 ms 1 /classes/module/Module.php:2664
3820
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2762
0.216 ms 1 /classes/Product.php:2902
1012
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3987 LIMIT 1
0.215 ms 10 /classes/SpecificPrice.php:435
1283
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4004 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6876
1351
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4017) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.215 ms 1 /classes/stock/StockAvailable.php:453
3121
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.215 ms 1 /classes/Product.php:5659
3398
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9792
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.215 ms 0 /classes/SpecificPrice.php:259
3515
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.215 ms 1 /classes/Product.php:5659
4832
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
3280
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5623 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6876
554
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3199) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.214 ms 1 /classes/stock/StockAvailable.php:453
1119
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3994) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.214 ms 1 /classes/stock/StockAvailable.php:453
1179
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3999 LIMIT 1
0.214 ms 10 /classes/SpecificPrice.php:435
3165
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
3576
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9846 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
4021
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3913
0.214 ms 1 /classes/Product.php:2902
825
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3949
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.214 ms 0 /classes/SpecificPrice.php:259
1672
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4241 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
2262
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5166
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.214 ms 0 /classes/SpecificPrice.php:259
2371
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
2509
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3956 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
2526
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
2989
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9742 LIMIT 1
0.214 ms 11 /classes/SpecificPrice.php:435
3123
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9751
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.214 ms 0 /classes/SpecificPrice.php:259
3889
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2918
0.214 ms 1 /classes/Product.php:2902
530
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3420 AND id_shop=1 LIMIT 1
0.213 ms 1 /classes/Product.php:6876
1152
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3997) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.213 ms 1 /classes/stock/StockAvailable.php:453
2337
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.213 ms 1 /classes/Product.php:5659
2768
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.213 ms 1 /classes/Product.php:5659
3952
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3520
0.213 ms 1 /classes/Product.php:2902
4582
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9743
0.213 ms 1 /classes/Product.php:2902
255
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 35 LIMIT 1
0.213 ms 1 /classes/Category.php:1378
901
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.213 ms 1 /classes/Product.php:5659
1064
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.213 ms 1 /classes/stock/StockAvailable.php:453
1981
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4698) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.213 ms 1 /classes/stock/StockAvailable.php:453
2548
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.213 ms 1 /classes/Product.php:5659
3720
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8979 AND id_shop=1 LIMIT 1
0.213 ms 1 /classes/Product.php:6876
3871
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3623
0.213 ms 1 /classes/Product.php:2902
4225
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4413
0.213 ms 1 /classes/Product.php:2902
4357
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3909
0.213 ms 1 /classes/Product.php:2902
4387
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3919
0.213 ms 1 /classes/Product.php:2902
5331
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1
0.213 ms 1 /classes/module/Module.php:2137
1578
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
2850
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8946 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6876
4462
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5084
0.212 ms 1 /classes/Product.php:2902
565
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3200) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.212 ms 1 /classes/stock/StockAvailable.php:453
1052
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3990) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.212 ms 1 /classes/stock/StockAvailable.php:453
1145
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
1699
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
1843
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4540 LIMIT 1
0.212 ms 10 /classes/SpecificPrice.php:435
2056
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3892 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6876
2377
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3924 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
2802
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6135 LIMIT 1
0.212 ms 10 /classes/SpecificPrice.php:435
3040
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.212 ms 1 /classes/stock/StockAvailable.php:453
3269
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9773 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6876
3493
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
3782
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 0 LIMIT 1
0.212 ms 0 /classes/Category.php:1378
3850
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2594
0.212 ms 1 /classes/Product.php:2902
4069
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3995
0.212 ms 1 /classes/Product.php:2902
548
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3199 LIMIT 1
0.211 ms 10 /classes/SpecificPrice.php:435
1683
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2420 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:156
1821
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3852 LIMIT 1
0.211 ms 10 /classes/SpecificPrice.php:435
2062
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.211 ms 1 /classes/Product.php:5659
2956
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9721 LIMIT 1
0.211 ms 11 /classes/SpecificPrice.php:435
2978
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4709 LIMIT 1
0.211 ms 10 /classes/SpecificPrice.php:435
3088
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.211 ms 1 /classes/Product.php:5659
3194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:453
3550
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9844
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.211 ms 0 /classes/SpecificPrice.php:259
3643
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:453
3717
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8979
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.211 ms 0 /classes/SpecificPrice.php:259
3737
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 49 LIMIT 1
0.211 ms 1 /classes/Product.php:5659
3765
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10627 AND id_shop=1 LIMIT 1
0.211 ms 1 /classes/Product.php:6876
3979
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3946
0.211 ms 1 /classes/Product.php:2902
4390
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5337
0.211 ms 1 /classes/Product.php:2902
4423
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3930
0.211 ms 1 /classes/Product.php:2902
1661
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4239 AND `id_group` = 1 LIMIT 1
0.210 ms 0 /classes/GroupReduction.php:156
2409
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3978 AND id_shop=1 LIMIT 1
0.210 ms 1 /classes/Product.php:6876
3242
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.210 ms 1 /classes/Product.php:5659
3619
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9849 AND id_shop=1 LIMIT 1
0.210 ms 1 /classes/Product.php:6876
3681
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.210 ms 1 /classes/Product.php:5659
3748
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.210 ms 1 /classes/Product.php:5659
4474
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5101
0.210 ms 1 /classes/Product.php:2902
2393
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.210 ms 1 /classes/Product.php:5659
2597
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5085 AND id_shop=1 LIMIT 1
0.210 ms 1 /classes/Product.php:6876
3313
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9788 AND id_shop=1 LIMIT 1
0.210 ms 1 /classes/Product.php:6876
3364
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6078 LIMIT 1
0.210 ms 10 /classes/SpecificPrice.php:435
4513
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6105
0.210 ms 1 /classes/Product.php:2902
146
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3518 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6876
281
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2475
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 0 /classes/SpecificPrice.php:259
759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3944
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 0 /classes/SpecificPrice.php:259
990
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2442 LIMIT 1
0.209 ms 10 /classes/SpecificPrice.php:435
1391
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4019
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 0 /classes/SpecificPrice.php:259
2123
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4718 AND `id_group` = 1 LIMIT 1
0.209 ms 0 /classes/GroupReduction.php:156
2328
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3922
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 0 /classes/SpecificPrice.php:259
2951
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4335) 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
3159
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5262 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6876
3638
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9851
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 1 /classes/SpecificPrice.php:259
3773
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10931
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 1 /classes/SpecificPrice.php:259
4441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3940
0.209 ms 1 /classes/Product.php:2902
591
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.209 ms 1 /classes/Product.php:5659
706
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3873 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6876
1721
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.209 ms 1 /classes/Product.php:5659
2762
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6105 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6876
3583
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9847
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 0 /classes/SpecificPrice.php:259
3704
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.209 ms 1 /classes/Product.php:5659
158
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3516
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.208 ms 0 /classes/SpecificPrice.php:259
371
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3552
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.208 ms 0 /classes/SpecificPrice.php:259
560
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3200
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.208 ms 0 /classes/SpecificPrice.php:259
625
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3228 LIMIT 1
0.208 ms 10 /classes/SpecificPrice.php:435
801
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.208 ms 1 /classes/Product.php:5659
1178
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.208 ms 1 /classes/Product.php:5659
2117
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.208 ms 1 /classes/Product.php:5659
3110
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.208 ms 1 /classes/Product.php:5659
3776
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10931 AND id_shop=1 LIMIT 1
0.208 ms 1 /classes/Product.php:6876
234
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2759 LIMIT 1
0.208 ms 10 /classes/SpecificPrice.php:435
326
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2504
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.208 ms 0 /classes/SpecificPrice.php:259
457
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 54 LIMIT 1
0.208 ms 1 /classes/Category.php:1378
470
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2944 LIMIT 1
0.208 ms 10 /classes/SpecificPrice.php:435
1211
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.208 ms 1 /classes/Product.php:5659
2095
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.208 ms 1 /classes/Product.php:5659
2100
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3894 AND id_shop=1 LIMIT 1
0.208 ms 1 /classes/Product.php:6876
2615
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5101 LIMIT 1
0.208 ms 10 /classes/SpecificPrice.php:435
2697
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6018 AND `id_group` = 1 LIMIT 1
0.208 ms 0 /classes/GroupReduction.php:156
4588
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4946
0.208 ms 1 /classes/Product.php:2902
68
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM hgt78_required_field
0.207 ms 2 /classes/ObjectModel.php:1592
70
SELECT SQL_NO_CACHE * FROM hgt78_revslider_sliders
0.207 ms 2 /modules/revsliderprestashop/includes/revslider_db.class.php:214
93
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 83 LIMIT 1
0.207 ms 1 /classes/Category.php:1378
582
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3234
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 0 /classes/SpecificPrice.php:259
980
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3985
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 0 /classes/SpecificPrice.php:259
3526
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
3630
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9850 AND id_shop=1 LIMIT 1
0.207 ms 1 /classes/Product.php:6876
773
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3945 AND id_shop=1 LIMIT 1
0.207 ms 1 /classes/Product.php:6876
1412
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2816 LIMIT 1
0.207 ms 10 /classes/SpecificPrice.php:435
1655
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
2130
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4989
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 0 /classes/SpecificPrice.php:259
2315
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
2537
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
2818
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4295 AND `id_group` = 1 LIMIT 1
0.207 ms 0 /classes/GroupReduction.php:156
2845
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
3582
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9847 LIMIT 1
0.207 ms 11 /classes/SpecificPrice.php:435
4886
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) LIMIT 1
0.207 ms 1 /src/Adapter/EntityMapper.php:71
295
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2596 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6876
3625
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.206 ms 1 /classes/Product.php:5659
308
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2502 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:156
585
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3234 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6876
897
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3847) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:453
1318
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:453
1401
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2817 LIMIT 1
0.206 ms 10 /classes/SpecificPrice.php:435
1787
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.206 ms 1 /classes/Product.php:5659
1920
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4582 LIMIT 1
0.206 ms 10 /classes/SpecificPrice.php:435
1997
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4699 LIMIT 1
0.206 ms 10 /classes/SpecificPrice.php:435
2255
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5165 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:156
2450
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3981
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.206 ms 0 /classes/SpecificPrice.php:259
3259
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5516 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:156
3275
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 145 LIMIT 1
0.206 ms 1 /classes/Product.php:5659
3676
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10738 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:156
3967
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3878
0.206 ms 1 /classes/Product.php:2902
1200
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.205 ms 1 /classes/Product.php:5659
1262
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4003) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.205 ms 1 /classes/stock/StockAvailable.php:453
3354
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9790
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 0 /classes/SpecificPrice.php:259
3499
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9821 AND `id_group` = 1 LIMIT 1
0.205 ms 0 /classes/GroupReduction.php:156
3649
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9852
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 0 /classes/SpecificPrice.php:259
3739
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9381
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 0 /classes/SpecificPrice.php:259
3901
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3196
0.205 ms 1 /classes/Product.php:2902
4438
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3984
0.205 ms 1 /classes/Product.php:2902
5322
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.205 ms 1 /classes/module/Module.php:2137
5329
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1
0.205 ms 1 /classes/module/Module.php:2137
935
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3851 LIMIT 1
0.204 ms 10 /classes/SpecificPrice.php:435
952
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3913) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.204 ms 1 /classes/stock/StockAvailable.php:453
979
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3985 LIMIT 1
0.204 ms 10 /classes/SpecificPrice.php:435
1023
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
1344
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
1953
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3864 LIMIT 1
0.204 ms 10 /classes/SpecificPrice.php:435
2498
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3940 AND `id_group` = 1 LIMIT 1
0.204 ms 0 /classes/GroupReduction.php:156
2973
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9723) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.204 ms 1 /classes/stock/StockAvailable.php:453
3331
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9789 LIMIT 1
0.204 ms 11 /classes/SpecificPrice.php:435
3409
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6132
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.204 ms 1 /classes/SpecificPrice.php:259
3750
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9735
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.204 ms 0 /classes/SpecificPrice.php:259
4597
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9746
0.204 ms 1 /classes/Product.php:2902
1898
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3860 LIMIT 1
0.204 ms 10 /classes/SpecificPrice.php:435
2627
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5328
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.204 ms 0 /classes/SpecificPrice.php:259
3587
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9847 AND `id_group` = 1 LIMIT 1
0.204 ms 0 /classes/GroupReduction.php:156
770
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3945
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.203 ms 0 /classes/SpecificPrice.php:259
1196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2432) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:453
1233
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.203 ms 1 /classes/Product.php:5659
1389
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.203 ms 1 /classes/Product.php:5659
1926
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4582) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:453
3247
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9772 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6876
441
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3626 AND `id_group` = 1 LIMIT 1
0.203 ms 0 /classes/GroupReduction.php:156
2189
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3909 AND `id_group` = 1 LIMIT 1
0.203 ms 0 /classes/GroupReduction.php:156
2917
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8970 AND `id_group` = 1 LIMIT 1
0.203 ms 0 /classes/GroupReduction.php:156
3090
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5108
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.203 ms 0 /classes/SpecificPrice.php:259
1079
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
1117
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3994 AND id_shop=1 LIMIT 1
0.202 ms 1 /classes/Product.php:6876
1300
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
2576
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5084 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
292
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2596
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.202 ms 0 /classes/SpecificPrice.php:259
302
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 41 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
1212
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4001 LIMIT 1
0.202 ms 10 /classes/SpecificPrice.php:435
1249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2438 AND id_shop=1 LIMIT 1
0.202 ms 1 /classes/Product.php:6876
1942
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4583 LIMIT 1
0.202 ms 10 /classes/SpecificPrice.php:435
2348
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
2460
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3982 LIMIT 1
0.202 ms 10 /classes/SpecificPrice.php:435
2807
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6135 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
3143
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
4426
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3980
0.202 ms 1 /classes/Product.php:2902
4960
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1
0.202 ms 6 /src/Adapter/EntityMapper.php:79
1379
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2846 LIMIT 1
0.201 ms 10 /classes/SpecificPrice.php:435
4447
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3957
0.201 ms 1 /classes/Product.php:2902
100
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE `to` BETWEEN '2025-05-01 00:00:00' AND '2025-05-01 23:59:59' LIMIT 1
0.201 ms 1 /classes/SpecificPrice.php:381
223
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2760 LIMIT 1
0.201 ms 10 /classes/SpecificPrice.php:435
695
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3520 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6876
1279
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4004 LIMIT 1
0.201 ms 10 /classes/SpecificPrice.php:435
1285
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.201 ms 1 /classes/stock/StockAvailable.php:453
1296
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2737) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.201 ms 1 /classes/stock/StockAvailable.php:453
1595
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3560 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
2287
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5336 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6876
2309
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5337 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6876
2395
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3927
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.201 ms 0 /classes/SpecificPrice.php:259
2448
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.201 ms 1 /classes/Product.php:5659
2525
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 33 LIMIT 1
0.201 ms 1 /classes/Category.php:1378
2565
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4027 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
3686
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8414 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6876
3925
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3235
0.201 ms 1 /classes/Product.php:2902
4006
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3847
0.201 ms 1 /classes/Product.php:2902
4972
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1
0.201 ms 6 /src/Adapter/EntityMapper.php:79
1518
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4032 AND `id_group` = 1 LIMIT 1
0.200 ms 0 /classes/GroupReduction.php:156
1975
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4698 LIMIT 1
0.200 ms 10 /classes/SpecificPrice.php:435
2128
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
2404
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
2415
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
2437
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
3488
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6200 AND `id_group` = 1 LIMIT 1
0.200 ms 0 /classes/GroupReduction.php:156
3762
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10627
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.200 ms 0 /classes/SpecificPrice.php:259
4402
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3923
0.200 ms 1 /classes/Product.php:2902
4432
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3982
0.200 ms 1 /classes/Product.php:2902
941
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
1704
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4413 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4332) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
4372
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5164
0.199 ms 1 /classes/Product.php:2902
1970
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3874) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
2133
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4989 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
2531
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2930 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
4836
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
4973
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
1185
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3999) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:453
1255
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.198 ms 1 /classes/Product.php:5659
2361
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4488 LIMIT 1
0.198 ms 10 /classes/SpecificPrice.php:435
3006
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4951) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:453
3028
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:453
61
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.198 ms 0 /classes/module/Module.php:2664
728
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3942 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6876
762
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3944 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6876
1799
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4507 LIMIT 1
0.198 ms 10 /classes/SpecificPrice.php:435
1825
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3852 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6876
3286
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.198 ms 1 /classes/Product.php:5659
4842
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) LIMIT 1
0.198 ms 1 /src/Adapter/EntityMapper.php:71
4970
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.198 ms 6 /src/Adapter/EntityMapper.php:79
172
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3505 AND id_shop=1 LIMIT 1
0.197 ms 1 /classes/Product.php:6876
1726
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4490 AND id_shop=1 LIMIT 1
0.197 ms 1 /classes/Product.php:6876
3192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5323 AND id_shop=1 LIMIT 1
0.197 ms 1 /classes/Product.php:6876
3706
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8416
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.197 ms 0 /classes/SpecificPrice.php:259
1803
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4507 AND id_shop=1 LIMIT 1
0.197 ms 1 /classes/Product.php:6876
1833
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3854
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.197 ms 0 /classes/SpecificPrice.php:259
1871
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3856) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:453
2293
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.197 ms 1 /classes/Product.php:5659
4354
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5102
0.197 ms 1 /classes/Product.php:2902
995
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2442 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:156
4957
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) LIMIT 1
0.196 ms 1 /src/Adapter/EntityMapper.php:71
268
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3019 LIMIT 1
0.196 ms 10 /classes/SpecificPrice.php:435
1041
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.196 ms 1 /classes/stock/StockAvailable.php:453
1474
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4029 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:156
2616
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5101
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.196 ms 0 /classes/SpecificPrice.php:259
2878
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.196 ms 1 /classes/Product.php:5659
2945
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4335 LIMIT 1
0.196 ms 10 /classes/SpecificPrice.php:435
3099
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.196 ms 1 /classes/Product.php:5659
3308
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.196 ms 1 /classes/Product.php:5659
3346
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6077 AND id_shop=1 LIMIT 1
0.196 ms 1 /classes/Product.php:6876
3565
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9845 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:156
4603
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5108
0.196 ms 1 /classes/Product.php:2902
5332
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 912 LIMIT 1
0.196 ms 1 /classes/Hook.php:247
663
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3231 AND `id_group` = 1 LIMIT 1
0.195 ms 0 /classes/GroupReduction.php:156
757
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
1346
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4017
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.195 ms 0 /classes/SpecificPrice.php:259
1866
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3856
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.195 ms 0 /classes/SpecificPrice.php:259
2320
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5638 AND id_shop=1 LIMIT 1
0.195 ms 1 /classes/Product.php:6876
2835
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4296 LIMIT 1
0.195 ms 10 /classes/SpecificPrice.php:435
3199
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9769 LIMIT 1
0.195 ms 11 /classes/SpecificPrice.php:435
3982
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3882
0.195 ms 1 /classes/Product.php:2902
924
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3850 LIMIT 1
0.194 ms 10 /classes/SpecificPrice.php:435
1125
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3995
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.194 ms 1 /classes/SpecificPrice.php:259
1294
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2737 AND id_shop=1 LIMIT 1
0.194 ms 1 /classes/Product.php:6876
1849
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4540) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:453
1910
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3861
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.194 ms 0 /classes/SpecificPrice.php:259
1915
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3861) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:453
2900
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.194 ms 1 /classes/Product.php:5659
3017
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9743) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:453
3266
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9773
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.194 ms 0 /classes/SpecificPrice.php:259
1792
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2896 AND id_shop=1 LIMIT 1
0.194 ms 1 /classes/Product.php:6876
1893
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4580) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:453
2331
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3922 AND id_shop=1 LIMIT 1
0.194 ms 1 /classes/Product.php:6876
3094
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5108 AND `id_group` = 1 LIMIT 1
0.194 ms 0 /classes/GroupReduction.php:156
3786
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3628
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.194 ms 0 /classes/SpecificPrice.php:259
307
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2502 AND id_shop=1 LIMIT 1
0.193 ms 1 /classes/Product.php:6876
574
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3108 AND id_shop=1 LIMIT 1
0.193 ms 1 /classes/Product.php:6876
739
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3943 AND id_shop=1 LIMIT 1
0.193 ms 1 /classes/Product.php:6876
912
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.193 ms 1 /classes/Product.php:5659
1129
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3995 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:156
1289
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.193 ms 1 /classes/Product.php:5659
3675
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10738 AND id_shop=1 LIMIT 1
0.193 ms 1 /classes/Product.php:6876
3754
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9735 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:156
4546
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4332
0.193 ms 1 /classes/Product.php:2902
510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3196) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.193 ms 1 /classes/stock/StockAvailable.php:453
1688
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.193 ms 1 /classes/Product.php:5659
1770
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2895 AND id_shop=1 LIMIT 1
0.193 ms 1 /classes/Product.php:6876
2373
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3924
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.193 ms 0 /classes/SpecificPrice.php:259
2631
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5328 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:156
3521
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7753 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:156
3609
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9848 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:156
3817
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2763
0.193 ms 1 /classes/Product.php:2902
4036
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3986
0.193 ms 1 /classes/Product.php:2902
4845
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 185 AND `id_shop` = 1
0.193 ms 6 /src/Adapter/EntityMapper.php:79
4961
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 191) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:71
38
SELECT SQL_NO_CACHE `id_category`
FROM `hgt78_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.192 ms 1 /classes/Category.php:2450
829
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3949 AND `id_group` = 1 LIMIT 1
0.192 ms 0 /classes/GroupReduction.php:156
2376
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3924 AND id_shop=1 LIMIT 1
0.192 ms 1 /classes/Product.php:6876
2592
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.192 ms 1 /classes/Product.php:5659
3636
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.192 ms 1 /classes/Product.php:5659
4516
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4252
0.192 ms 1 /classes/Product.php:2902
875
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:453
1080
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2730 LIMIT 1
0.192 ms 10 /classes/SpecificPrice.php:435
1218
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:453
1517
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4032 AND id_shop=1 LIMIT 1
0.192 ms 1 /classes/Product.php:6876
2119
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4718
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.192 ms 0 /classes/SpecificPrice.php:259
2326
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.192 ms 1 /classes/Product.php:5659
4826
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 165) LIMIT 1
0.192 ms 1 /src/Adapter/EntityMapper.php:71
857
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.191 ms 1 /classes/Product.php:5659
1147
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3997
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
604
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3227
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
692
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3520
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
725
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3942
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
1046
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3990 LIMIT 1
0.191 ms 10 /classes/SpecificPrice.php:435
1108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:453
1416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2816 AND id_shop=1 LIMIT 1
0.191 ms 1 /classes/Product.php:6876
1789
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2896
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
1935
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3863 AND id_shop=1 LIMIT 1
0.191 ms 1 /classes/Product.php:6876
2282
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.191 ms 1 /classes/Product.php:5659
2367
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:453
2636
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.191 ms 1 /classes/Product.php:5659
2726
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4246
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
2795
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4253 AND id_shop=1 LIMIT 1
0.191 ms 1 /classes/Product.php:6876
3376
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9791
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
4885
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
0.191 ms 6 /src/Adapter/EntityMapper.php:79
4888
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) LIMIT 1
0.191 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE *
FROM `hgt78_currency_lang`
WHERE `id_currency` = 1
0.190 ms 6 /src/Adapter/EntityMapper.php:79
120
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5659
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:259
224
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2760
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:259
448
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3627
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:259
503
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.190 ms 1 /classes/Product.php:5659
532
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.190 ms 1 /classes/stock/StockAvailable.php:453
626
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3228
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:259
729
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3942 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
1710
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.190 ms 1 /classes/Product.php:5659
2047
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4701) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.190 ms 1 /classes/stock/StockAvailable.php:453
2304
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.190 ms 1 /classes/Product.php:5659
2387
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4489 AND id_shop=1 LIMIT 1
0.190 ms 1 /classes/Product.php:6876
3145
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9752
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:259
4834
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:71
4887
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
0.190 ms 6 /src/Adapter/EntityMapper.php:79
5341
SELECT SQL_NO_CACHE psgdpr.active FROM `hgt78_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1
0.190 ms 12 /modules/psgdpr/classes/GDPRConsent.php:132
304
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2502
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:259
703
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3873
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.189 ms 0 /classes/SpecificPrice.php:259
1135
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3996 LIMIT 1
0.189 ms 10 /classes/SpecificPrice.php:435
1800
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4507
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.189 ms 0 /classes/SpecificPrice.php:259
1854
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4541 LIMIT 1
0.189 ms 10 /classes/SpecificPrice.php:435
1887
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4580 LIMIT 1
0.189 ms 10 /classes/SpecificPrice.php:435
1921
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4582
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.189 ms 0 /classes/SpecificPrice.php:259
2101
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3894 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
2299
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3919 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
2317
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5638
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.189 ms 0 /classes/SpecificPrice.php:259
2332
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3922 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
2962
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9721) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:453
3073
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:453
2560
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4027 LIMIT 1
0.189 ms 10 /classes/SpecificPrice.php:435
2872
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8948 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6876
3631
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9850 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
541
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3198 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6876
662
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3231 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6876
834
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.188 ms 1 /classes/Product.php:5659
864
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3951) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:453
930
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3850) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:453
1174
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3998) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:453
2144
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5076 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6876
2196
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5103
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.188 ms 0 /classes/SpecificPrice.php:259
2598
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5085 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:156
3407
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.188 ms 1 /classes/Product.php:5659
3687
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8414 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:156
4827
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1
0.188 ms 6 /src/Adapter/EntityMapper.php:79
4881
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.188 ms 6 /src/Adapter/EntityMapper.php:79
262
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2595 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:156
485
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3629 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6876
508
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3196 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6876
603
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3227 LIMIT 1
0.188 ms 10 /classes/SpecificPrice.php:435
1831
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.188 ms 1 /classes/Product.php:5659
2277
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5167 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:156
2428
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3930
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.188 ms 1 /classes/SpecificPrice.php:259
3189
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5323
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.188 ms 0 /classes/SpecificPrice.php:259
3319
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.188 ms 1 /classes/Product.php:5659
3627
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9850
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.188 ms 0 /classes/SpecificPrice.php:259
3715
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.188 ms 1 /classes/Product.php:5659
4147
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2816
0.188 ms 1 /classes/Product.php:2902
4838
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) LIMIT 1
0.188 ms 1 /src/Adapter/EntityMapper.php:71
229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2760) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:453
884
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3853 AND id_shop=1 LIMIT 1
0.187 ms 1 /classes/Product.php:6876
2988
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.187 ms 1 /classes/Product.php:5659
124
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5659 AND `id_group` = 1 LIMIT 1
0.187 ms 0 /classes/GroupReduction.php:156
647
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3230 LIMIT 1
0.187 ms 10 /classes/SpecificPrice.php:435
928
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3850 AND id_shop=1 LIMIT 1
0.187 ms 1 /classes/Product.php:6876
3055
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.187 ms 1 /classes/Product.php:5659
3418
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.187 ms 1 /classes/Product.php:5659
3976
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3881
0.187 ms 1 /classes/Product.php:2902
4009
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3848
0.187 ms 1 /classes/Product.php:2902
4522
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4253
0.187 ms 1 /classes/Product.php:2902
4531
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8429
0.187 ms 1 /classes/Product.php:2902
167
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.186 ms 1 /classes/Product.php:5659
2145
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5076 AND `id_group` = 1 LIMIT 1
0.186 ms 0 /classes/GroupReduction.php:156
3288
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9774
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
250
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2758 AND `id_group` = 1 LIMIT 1
0.186 ms 0 /classes/GroupReduction.php:156
736
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3943
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
974
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:453
1058
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2702 LIMIT 1
0.186 ms 10 /classes/SpecificPrice.php:435
1633
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.186 ms 1 /classes/Product.php:5659
2031
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3891
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
2542
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3974 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
2905
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4333 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
3000
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4951 LIMIT 1
0.186 ms 10 /classes/SpecificPrice.php:435
3693
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.186 ms 1 /classes/Product.php:5659
4846
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 186) LIMIT 1
0.186 ms 1 /src/Adapter/EntityMapper.php:71
515
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3197 LIMIT 1
0.185 ms 10 /classes/SpecificPrice.php:435
1030
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3988) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:453
1086
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2730) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:453
1113
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3994 LIMIT 1
0.185 ms 10 /classes/SpecificPrice.php:435
1150
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3997 AND id_shop=1 LIMIT 1
0.185 ms 1 /classes/Product.php:6876
2539
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3974
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.185 ms 1 /classes/SpecificPrice.php:259
2550
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4007
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.185 ms 0 /classes/SpecificPrice.php:259
2641
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5352 AND id_shop=1 LIMIT 1
0.185 ms 1 /classes/Product.php:6876
3231
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.185 ms 1 /classes/Product.php:5659
3352
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.185 ms 1 /classes/Product.php:5659
3605
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9848
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.185 ms 0 /classes/SpecificPrice.php:259
3790
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3628 AND `id_group` = 1 LIMIT 1
0.185 ms 0 /classes/GroupReduction.php:156
3937
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3229
0.185 ms 1 /classes/Product.php:2902
917
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3849 AND id_shop=1 LIMIT 1
0.185 ms 1 /classes/Product.php:6876
37
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.184 ms 1 /classes/ObjectModel.php:1729
169
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3505
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.184 ms 0 /classes/SpecificPrice.php:259
464
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2918 AND `id_group` = 1 LIMIT 1
0.184 ms 0 /classes/GroupReduction.php:156
2003
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4699) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.184 ms 1 /classes/stock/StockAvailable.php:453
2106
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
2399
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3927 AND `id_group` = 1 LIMIT 1
0.184 ms 0 /classes/GroupReduction.php:156
2707
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6023 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6876
2857
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8947 LIMIT 1
0.184 ms 10 /classes/SpecificPrice.php:435
3112
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5109
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.184 ms 0 /classes/SpecificPrice.php:259
3614
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
3698
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8415 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6876
3732
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9262 AND `id_group` = 1 LIMIT 1
0.184 ms 0 /classes/GroupReduction.php:156
659
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3231
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.184 ms 0 /classes/SpecificPrice.php:259
2398
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3927 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6876
3198
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
79
SELECT SQL_NO_CACHE * FROM hgt78_range_price WHERE id_carrier = 282 LIMIT 1
0.183 ms 2 /modules/colissimo_simplicite/colissimo_simplicite.php:1415
1837
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3854 AND `id_group` = 1 LIMIT 1
0.183 ms 0 /classes/GroupReduction.php:156
1952
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
2284
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5336
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.183 ms 0 /classes/SpecificPrice.php:259
2306
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5337
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.183 ms 0 /classes/SpecificPrice.php:259
2801
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
3592
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
4510
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4247
0.183 ms 1 /classes/Product.php:2902
4875
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1
0.183 ms 6 /src/Adapter/EntityMapper.php:79
696
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3520 AND `id_group` = 1 LIMIT 1
0.183 ms 0 /classes/GroupReduction.php:156
2420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3979 AND id_shop=1 LIMIT 1
0.183 ms 1 /classes/Product.php:6876
2614
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
2984
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4709) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:453
3062
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:453
1195
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2432 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
1367
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4018 LIMIT 1
0.182 ms 10 /classes/SpecificPrice.php:435
1417
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2816 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
1715
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2731 AND id_shop=1 LIMIT 1
0.182 ms 1 /classes/Product.php:6876
3079
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9747
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.182 ms 0 /classes/SpecificPrice.php:259
4549
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8969
0.182 ms 1 /classes/Product.php:2902
330
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2504 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
717
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3875 AND id_shop=1 LIMIT 1
0.182 ms 1 /classes/Product.php:6876
1512
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
2009
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2950
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.182 ms 0 /classes/SpecificPrice.php:259
2439
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3980
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.182 ms 0 /classes/SpecificPrice.php:259
2861
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8947 AND id_shop=1 LIMIT 1
0.182 ms 1 /classes/Product.php:6876
3424
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9794 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
3988
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3949
0.182 ms 1 /classes/Product.php:2902
3997
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3951
0.182 ms 1 /classes/Product.php:2902
1245
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2438 LIMIT 1
0.181 ms 10 /classes/SpecificPrice.php:435
2417
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3979
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.181 ms 0 /classes/SpecificPrice.php:259
1525
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2785
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.181 ms 0 /classes/SpecificPrice.php:259
1959
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:453
1996
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.181 ms 1 /classes/Product.php:5659
2504
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3956 LIMIT 1
0.181 ms 10 /classes/SpecificPrice.php:435
2572
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5084
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.181 ms 0 /classes/SpecificPrice.php:259
2619
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5101 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
3056
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4945 LIMIT 1
0.181 ms 10 /classes/SpecificPrice.php:435
3423
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9794 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
135
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3519 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
150
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3518 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
296
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2596 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
1302
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4005
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.180 ms 0 /classes/SpecificPrice.php:259
1394
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4019 AND id_shop=1 LIMIT 1
0.180 ms 1 /classes/Product.php:6876
1701
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4413
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.180 ms 0 /classes/SpecificPrice.php:259
1882
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3859) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:453
2295
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3919
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.180 ms 0 /classes/SpecificPrice.php:259
2432
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3930 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
2625
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.180 ms 1 /classes/Product.php:5659
2763
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6105 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
2889
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.180 ms 1 /classes/Product.php:5659
2995
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:453
3167
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.180 ms 0 /classes/SpecificPrice.php:259
3347
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6077 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
3413
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6132 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
3766
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10627 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
4835
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
0.180 ms 6 /src/Adapter/EntityMapper.php:79
4959
SELECT SQL_NO_CACHE *
FROM `hgt78_category` a
LEFT JOIN `hgt78_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) LIMIT 1
0.180 ms 1 /src/Adapter/EntityMapper.php:71
217
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2761 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:156
249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2758 AND id_shop=1 LIMIT 1
0.179 ms 1 /classes/Product.php:6876
1562
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4035 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:156
1638
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4238 AND id_shop=1 LIMIT 1
0.179 ms 1 /classes/Product.php:6876
2310
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5337 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:156
2442
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3980 AND id_shop=1 LIMIT 1
0.179 ms 1 /classes/Product.php:6876
2605
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4041
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.179 ms 0 /classes/SpecificPrice.php:259
2790
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.179 ms 1 /classes/Product.php:5659
3299
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5896
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.179 ms 0 /classes/SpecificPrice.php:259
3652
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9852 AND id_shop=1 LIMIT 1
0.179 ms 1 /classes/Product.php:6876
4974
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1
0.179 ms 6 /src/Adapter/EntityMapper.php:79
1239
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4002 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:156
1313
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3014
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.179 ms 0 /classes/SpecificPrice.php:259
3390
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6131 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
212
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2761 LIMIT 1
0.178 ms 10 /classes/SpecificPrice.php:435
1001
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3986 LIMIT 1
0.178 ms 10 /classes/SpecificPrice.php:435
1323
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2398 LIMIT 1
0.178 ms 11 /classes/SpecificPrice.php:435
1771
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2895 AND `id_group` = 1 LIMIT 1
0.178 ms 0 /classes/GroupReduction.php:156
2366
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4488 AND `id_group` = 1 LIMIT 1
0.178 ms 0 /classes/GroupReduction.php:156
3160
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5262 AND `id_group` = 1 LIMIT 1
0.178 ms 0 /classes/GroupReduction.php:156
3743
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9381 AND `id_group` = 1 LIMIT 1
0.178 ms 0 /classes/GroupReduction.php:156
108
SELECT SQL_NO_CACHE *
FROM `hgt78_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
227
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2760 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
795
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3946 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
1360
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2403 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
2042
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4701
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.177 ms 0 /classes/SpecificPrice.php:259
3586
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9847 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
4837
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1
0.177 ms 6 /src/Adapter/EntityMapper.php:79
183
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3504 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
750
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3878 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
1189
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.177 ms 1 /classes/Product.php:5659
2339
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5639
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.177 ms 0 /classes/SpecificPrice.php:259
4843
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 175 AND `id_shop` = 1
0.177 ms 6 /src/Adapter/EntityMapper.php:79
3721
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8979 AND `id_group` = 1 LIMIT 1
0.176 ms 0 /classes/GroupReduction.php:156
792
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.176 ms 0 /classes/SpecificPrice.php:259
1091
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3993 LIMIT 1
0.176 ms 10 /classes/SpecificPrice.php:435
1235
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4002
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.176 ms 0 /classes/SpecificPrice.php:259
1238
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4002 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6876
1383
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2846 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6876
1507
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2812 AND `id_group` = 1 LIMIT 1
0.176 ms 0 /classes/GroupReduction.php:156
1781
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4506 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6876
1932
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3863
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.176 ms 0 /classes/SpecificPrice.php:259
2200
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5103 AND `id_group` = 1 LIMIT 1
0.176 ms 0 /classes/GroupReduction.php:156
3176
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.176 ms 1 /classes/Product.php:5659
49
SELECT SQL_NO_CACHE * FROM `hgt78_image_type`
0.175 ms 8 /classes/ImageType.php:161
375
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3552 AND `id_group` = 1 LIMIT 1
0.175 ms 0 /classes/GroupReduction.php:156
1333
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.175 ms 1 /classes/Product.php:5659
3292
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9774 AND `id_group` = 1 LIMIT 1
0.175 ms 0 /classes/GroupReduction.php:156
4773
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9262
0.175 ms 1 /classes/Product.php:2902
4958
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1
0.175 ms 6 /src/Adapter/EntityMapper.php:79
279
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.174 ms 1 /classes/Product.php:5659
593
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3235
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 0 /classes/SpecificPrice.php:259
1101
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.174 ms 1 /classes/Product.php:5659
1202
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4000
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 0 /classes/SpecificPrice.php:259
1864
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.174 ms 1 /classes/Product.php:5659
2057
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3892 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:156
2715
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6024
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 0 /classes/SpecificPrice.php:259
3127
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9751 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:156
3281
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5623 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:156
3412
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6132 AND id_shop=1 LIMIT 1
0.174 ms 1 /classes/Product.php:6876
1902
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3860 AND id_shop=1 LIMIT 1
0.174 ms 1 /classes/Product.php:6876
3161
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:453
261
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2595 AND id_shop=1 LIMIT 1
0.173 ms 1 /classes/Product.php:6876
458
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.173 ms 1 /classes/Product.php:5659
482
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3629
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.173 ms 0 /classes/SpecificPrice.php:259
1897
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.173 ms 1 /classes/Product.php:5659
1909
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3861 LIMIT 1
0.173 ms 10 /classes/SpecificPrice.php:435
2018
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.173 ms 1 /classes/Product.php:5659
2520
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3957 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
2867
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.173 ms 1 /classes/Product.php:5659
2879
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4332 LIMIT 1
0.173 ms 10 /classes/SpecificPrice.php:435
3051
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:453
3434
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6133 AND id_shop=1 LIMIT 1
0.173 ms 1 /classes/Product.php:6876
263
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2595) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:453
597
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3235 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
803
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3882
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.173 ms 0 /classes/SpecificPrice.php:259
1156
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.173 ms 1 /classes/Product.php:5659
1628
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4236 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
1804
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4507 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
2431
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3930 AND id_shop=1 LIMIT 1
0.173 ms 1 /classes/Product.php:6876
2492
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.173 ms 1 /classes/Product.php:5659
245
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2758 LIMIT 1
0.172 ms 10 /classes/SpecificPrice.php:435
1050
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3990 AND id_shop=1 LIMIT 1
0.172 ms 1 /classes/Product.php:6876
1853
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.172 ms 1 /classes/Product.php:5659
2553
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4007 AND id_shop=1 LIMIT 1
0.172 ms 1 /classes/Product.php:6876
890
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.172 ms 1 /classes/Product.php:5659
934
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.172 ms 1 /classes/Product.php:5659
1062
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2702 AND id_shop=1 LIMIT 1
0.172 ms 1 /classes/Product.php:6876
1068
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.172 ms 1 /classes/Product.php:5659
1551
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4034 AND `id_group` = 1 LIMIT 1
0.172 ms 0 /classes/GroupReduction.php:156
1820
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.172 ms 1 /classes/Product.php:5659
3380
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9791 AND `id_group` = 1 LIMIT 1
0.172 ms 0 /classes/GroupReduction.php:156
4168
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4030
0.172 ms 1 /classes/Product.php:2902
547
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.171 ms 1 /classes/Product.php:5659
1904
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.171 ms 1 /classes/stock/StockAvailable.php:453
763
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3944 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:156
840
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3950 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:156
1194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2432 AND id_shop=1 LIMIT 1
0.171 ms 1 /classes/Product.php:6876
1368
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4018
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 0 /classes/SpecificPrice.php:259
2097
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3894
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 0 /classes/SpecificPrice.php:259
2108
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4704
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 0 /classes/SpecificPrice.php:259
2288
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5336 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:156
2902
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4333
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 0 /classes/SpecificPrice.php:259
74
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "colissimo_simplicite" LIMIT 1
0.170 ms 1 /classes/module/Module.php:2664
1272
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2399 AND id_shop=1 LIMIT 1
0.170 ms 1 /classes/Product.php:6876
1974
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.170 ms 1 /classes/Product.php:5659
2421
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3979 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:156
2426
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.170 ms 1 /classes/Product.php:5659
3045
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9745 LIMIT 1
0.170 ms 11 /classes/SpecificPrice.php:435
109
SELECT SQL_NO_CACHE *
FROM `hgt78_tax_lang`
WHERE `id_tax` = 1
0.169 ms 6 /src/Adapter/EntityMapper.php:79
892
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3847
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.169 ms 0 /classes/SpecificPrice.php:259
1084
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2730 AND id_shop=1 LIMIT 1
0.169 ms 1 /classes/Product.php:6876
1191
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2432
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.169 ms 0 /classes/SpecificPrice.php:259
1371
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4018 AND id_shop=1 LIMIT 1
0.169 ms 1 /classes/Product.php:6876
1411
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.169 ms 1 /classes/Product.php:5659
1842
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.169 ms 1 /classes/Product.php:5659
3335
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9789 AND id_shop=1 LIMIT 1
0.169 ms 1 /classes/Product.php:6876
3357
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9790 AND id_shop=1 LIMIT 1
0.169 ms 1 /classes/Product.php:6876
1931
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3863 LIMIT 1
0.169 ms 10 /classes/SpecificPrice.php:435
519
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3197 AND id_shop=1 LIMIT 1
0.168 ms 1 /classes/Product.php:6876
781
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3881
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.168 ms 0 /classes/SpecificPrice.php:259
1005
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3986 AND id_shop=1 LIMIT 1
0.168 ms 1 /classes/Product.php:6876
1085
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2730 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:156
1355
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.168 ms 1 /classes/Product.php:5659
1529
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2785 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:156
1876
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3859 LIMIT 1
0.168 ms 10 /classes/SpecificPrice.php:435
1963
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.168 ms 1 /classes/Product.php:5659
2354
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3923 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:156
2935
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9264
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.168 ms 0 /classes/SpecificPrice.php:259
3171
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9767 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:156
1639
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4238 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:156
4042
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3988
0.167 ms 1 /classes/Product.php:2902
895
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3847 AND id_shop=1 LIMIT 1
0.167 ms 1 /classes/Product.php:6876
1045
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.167 ms 1 /classes/Product.php:5659
1919
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.167 ms 1 /classes/Product.php:5659
3022
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9744 LIMIT 1
0.167 ms 11 /classes/SpecificPrice.php:435
956
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.166 ms 1 /classes/Product.php:5659
2150
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.166 ms 1 /classes/Product.php:5659
2708
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6023 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:156
3369
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6078 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:156
3958
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3875
0.166 ms 1 /classes/Product.php:2902
475
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2944 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:156
914
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3849
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.166 ms 0 /classes/SpecificPrice.php:259
1016
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3987 AND id_shop=1 LIMIT 1
0.166 ms 1 /classes/Product.php:6876
1216
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4001 AND id_shop=1 LIMIT 1
0.166 ms 1 /classes/Product.php:6876
2111
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4704 AND id_shop=1 LIMIT 1
0.166 ms 1 /classes/Product.php:6876
180
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3504
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.165 ms 0 /classes/SpecificPrice.php:259
851
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3867 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
1400
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.165 ms 1 /classes/Product.php:5659
1716
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2731 AND `id_group` = 1 LIMIT 1
0.165 ms 0 /classes/GroupReduction.php:156
1836
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3854 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
2638
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5352
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.165 ms 0 /classes/SpecificPrice.php:259
3034
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4946 LIMIT 1
0.165 ms 10 /classes/SpecificPrice.php:435
3343
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6077
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.165 ms 0 /classes/SpecificPrice.php:259
3363
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.165 ms 1 /classes/Product.php:5659
191
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2763
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.164 ms 0 /classes/SpecificPrice.php:259
272
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3019 AND id_shop=1 LIMIT 1
0.164 ms 1 /classes/Product.php:6876
657
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.164 ms 1 /classes/Product.php:5659
707
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3873 AND `id_group` = 1 LIMIT 1
0.164 ms 0 /classes/GroupReduction.php:156
1227
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2400 AND id_shop=1 LIMIT 1
0.164 ms 1 /classes/Product.php:6876
1492
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4030
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.164 ms 0 /classes/SpecificPrice.php:259
1991
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3890 AND `id_group` = 1 LIMIT 1
0.164 ms 0 /classes/GroupReduction.php:156
3994
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3867
0.164 ms 1 /classes/Product.php:2902
961
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3015 AND id_shop=1 LIMIT 1
0.164 ms 1 /classes/Product.php:6876
1161
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2434 AND id_shop=1 LIMIT 1
0.164 ms 1 /classes/Product.php:6876
1349
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4017 AND id_shop=1 LIMIT 1
0.164 ms 1 /classes/Product.php:6876
1943
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4583
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.164 ms 0 /classes/SpecificPrice.php:259
2505
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3956
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.164 ms 0 /classes/SpecificPrice.php:259
602
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
1106
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2440 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6876
1151
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3997 AND `id_group` = 1 LIMIT 1
0.163 ms 0 /classes/GroupReduction.php:156
1224
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2400
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.163 ms 0 /classes/SpecificPrice.php:259
2812
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
2922
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
3010
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
3011
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9743 LIMIT 1
0.163 ms 11 /classes/SpecificPrice.php:435
3955
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3873
0.163 ms 1 /classes/Product.php:2902
67
SELECT SQL_NO_CACHE *
FROM `hgt78_country_lang`
WHERE `id_country` = 8
0.163 ms 6 /src/Adapter/EntityMapper.php:79
1965
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3874
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.163 ms 0 /classes/SpecificPrice.php:259
1985
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
2503
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
3341
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
852
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3867 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
1070
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3992
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.162 ms 0 /classes/SpecificPrice.php:259
1180
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3999
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.162 ms 0 /classes/SpecificPrice.php:259
1470
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4029
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.162 ms 0 /classes/SpecificPrice.php:259
2342
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5639 AND id_shop=1 LIMIT 1
0.162 ms 1 /classes/Product.php:6876
2406
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3978
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.162 ms 0 /classes/SpecificPrice.php:259
2443
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3980 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
2561
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4027
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.162 ms 0 /classes/SpecificPrice.php:259
3297
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.162 ms 1 /classes/Product.php:5659
3368
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6078 AND id_shop=1 LIMIT 1
0.162 ms 1 /classes/Product.php:6876
64
SELECT SQL_NO_CACHE format
FROM `hgt78_address_format`
WHERE `id_country` = 8 LIMIT 1
0.162 ms 1 /classes/AddressFormat.php:656
972
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2441 AND id_shop=1 LIMIT 1
0.162 ms 1 /classes/Product.php:6876
2554
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4007 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
2873
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8948 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
3365
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6078
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.162 ms 0 /classes/SpecificPrice.php:259
613
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.161 ms 1 /classes/Product.php:5659
1022
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 78 LIMIT 1
0.161 ms 1 /classes/Category.php:1378
1114
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3994
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.161 ms 0 /classes/SpecificPrice.php:259
2834
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.161 ms 1 /classes/Product.php:5659
101
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5660
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.161 ms 1 /classes/SpecificPrice.php:259
1017
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3987 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
1074
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3992 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
1406
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2817 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
1869
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3856 AND id_shop=1 LIMIT 1
0.161 ms 1 /classes/Product.php:6876
3332
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9789
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.161 ms 0 /classes/SpecificPrice.php:259
3961
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3942
0.161 ms 1 /classes/Product.php:2902
2113
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4704) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:453
2906
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4333 AND `id_group` = 1 LIMIT 1
0.160 ms 0 /classes/GroupReduction.php:156
1798
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.160 ms 1 /classes/Product.php:5659
1941
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.160 ms 1 /classes/Product.php:5659
2365
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4488 AND id_shop=1 LIMIT 1
0.160 ms 1 /classes/Product.php:6876
77
SELECT SQL_NO_CACHE * FROM hgt78_carrier_zone WHERE id_carrier = 282 LIMIT 1
0.159 ms 4 /modules/colissimo_simplicite/colissimo_simplicite.php:1383
80
SELECT SQL_NO_CACHE * FROM hgt78_delivery WHERE id_carrier = 282 LIMIT 1
0.159 ms 8 /modules/colissimo_simplicite/colissimo_simplicite.php:1420
486
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3629 AND `id_group` = 1 LIMIT 1
0.159 ms 0 /classes/GroupReduction.php:156
1112
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
1158
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2434
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.159 ms 0 /classes/SpecificPrice.php:259
1295
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2737 AND `id_group` = 1 LIMIT 1
0.159 ms 0 /classes/GroupReduction.php:156
1712
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2731
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.159 ms 0 /classes/SpecificPrice.php:259
1930
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
2581
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
2894
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8969 AND id_shop=1 LIMIT 1
0.159 ms 1 /classes/Product.php:6876
3044
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
3379
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9791 AND id_shop=1 LIMIT 1
0.159 ms 1 /classes/Product.php:6876
34
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.158 ms 1 /classes/ObjectModel.php:1729
615
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3236
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.158 ms 0 /classes/SpecificPrice.php:259
2388
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4489 AND `id_group` = 1 LIMIT 1
0.158 ms 0 /classes/GroupReduction.php:156
3641
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9851 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6876
580
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.158 ms 1 /classes/Product.php:5659
1095
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3993 AND id_shop=1 LIMIT 1
0.157 ms 1 /classes/Product.php:6876
1459
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2814
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.157 ms 0 /classes/SpecificPrice.php:259
1694
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3332 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
1847
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4540 AND id_shop=1 LIMIT 1
0.157 ms 1 /classes/Product.php:6876
2007
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
3068
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9746
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.157 ms 0 /classes/SpecificPrice.php:259
3699
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8415 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
514
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
1979
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4698 AND id_shop=1 LIMIT 1
0.157 ms 1 /classes/Product.php:6876
505
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3196
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.156 ms 0 /classes/SpecificPrice.php:259
862
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3951 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6876
989
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.156 ms 1 /classes/Product.php:5659
1998
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4699
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.156 ms 0 /classes/SpecificPrice.php:259
469
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.156 ms 1 /classes/Product.php:5659
1107
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2440 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
1260
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4003 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6876
2034
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3891 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6876
2862
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8947 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
2946
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4335
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.156 ms 0 /classes/SpecificPrice.php:259
2968
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9723
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.156 ms 0 /classes/SpecificPrice.php:259
923
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.155 ms 1 /classes/Product.php:5659
1028
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3988 AND id_shop=1 LIMIT 1
0.155 ms 1 /classes/Product.php:6876
1173
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3998 AND `id_group` = 1 LIMIT 1
0.155 ms 0 /classes/GroupReduction.php:156
1324
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2398
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.155 ms 0 /classes/SpecificPrice.php:259
3026
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9744 AND id_shop=1 LIMIT 1
0.155 ms 1 /classes/Product.php:6876
78
SELECT SQL_NO_CACHE * FROM hgt78_carrier_group WHERE id_carrier = 282 LIMIT 1
0.154 ms 8 /modules/colissimo_simplicite/colissimo_simplicite.php:1388
1039
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3989 AND id_shop=1 LIMIT 1
0.154 ms 1 /classes/Product.php:6876
1051
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3990 AND `id_group` = 1 LIMIT 1
0.154 ms 0 /classes/GroupReduction.php:156
1059
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2702
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.154 ms 0 /classes/SpecificPrice.php:259
1096
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3993 AND `id_group` = 1 LIMIT 1
0.154 ms 0 /classes/GroupReduction.php:156
1103
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2440
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.154 ms 1 /classes/SpecificPrice.php:259
1322
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 145 LIMIT 1
0.154 ms 1 /classes/Product.php:5659
1782
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4506 AND `id_group` = 1 LIMIT 1
0.154 ms 0 /classes/GroupReduction.php:156
1990
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3890 AND id_shop=1 LIMIT 1
0.154 ms 1 /classes/Product.php:6876
2587
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5083 AND `id_group` = 1 LIMIT 1
0.154 ms 0 /classes/GroupReduction.php:156
5337
SELECT SQL_NO_CACHE button2 FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.154 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
73
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 746 LIMIT 1
0.153 ms 1 /classes/Hook.php:247
619
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3236 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
874
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3952 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
1073
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3992 AND id_shop=1 LIMIT 1
0.153 ms 1 /classes/Product.php:6876
1213
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4001
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.153 ms 0 /classes/SpecificPrice.php:259
1468
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.153 ms 1 /classes/Product.php:5659
1705
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4413 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
1848
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4540 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
1875
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.153 ms 1 /classes/Product.php:5659
3038
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4946 AND id_shop=1 LIMIT 1
0.153 ms 1 /classes/Product.php:6876
3060
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4945 AND id_shop=1 LIMIT 1
0.153 ms 1 /classes/Product.php:6876
3077
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.153 ms 1 /classes/Product.php:5659
1793
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2896 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
1957
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3864 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6876
173
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3505 AND `id_group` = 1 LIMIT 1
0.152 ms 0 /classes/GroupReduction.php:156
1000
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.152 ms 1 /classes/Product.php:5659
1025
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3988
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.152 ms 0 /classes/SpecificPrice.php:259
881
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3853
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.151 ms 0 /classes/SpecificPrice.php:259
1134
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.151 ms 1 /classes/Product.php:5659
1278
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.151 ms 1 /classes/Product.php:5659
2321
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5638 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:156
552
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3199 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6876
785
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3881 AND `id_group` = 1 LIMIT 1
0.150 ms 0 /classes/GroupReduction.php:156
1056
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 81 LIMIT 1
0.150 ms 1 /classes/Category.php:1378
1092
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3993
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.150 ms 0 /classes/SpecificPrice.php:259
1206
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4000 AND `id_group` = 1 LIMIT 1
0.150 ms 0 /classes/GroupReduction.php:156
1250
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2438 AND `id_group` = 1 LIMIT 1
0.150 ms 0 /classes/GroupReduction.php:156
1335
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4016
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.150 ms 0 /classes/SpecificPrice.php:259
1514
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4032
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.150 ms 0 /classes/SpecificPrice.php:259
1822
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3852
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.150 ms 0 /classes/SpecificPrice.php:259
2454
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3981 AND `id_group` = 1 LIMIT 1
0.150 ms 0 /classes/GroupReduction.php:156
2977
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.150 ms 1 /classes/Product.php:5659
3039
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4946 AND `id_group` = 1 LIMIT 1
0.150 ms 0 /classes/GroupReduction.php:156
624
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.149 ms 1 /classes/Product.php:5659
978
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.149 ms 1 /classes/Product.php:5659
994
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2442 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6876
1183
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3999 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6876
1826
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3852 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
1855
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4541
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.149 ms 0 /classes/SpecificPrice.php:259
1858
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4541 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6876
2112
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4704 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
2156
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5077 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
2465
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3982 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
2642
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5352 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
3710
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8416 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
184
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3504 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
246
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2758
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.148 ms 0 /classes/SpecificPrice.php:259
1136
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3996
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.148 ms 0 /classes/SpecificPrice.php:259
1384
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2846 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
2273
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5167
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.148 ms 0 /classes/SpecificPrice.php:259
2410
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3978 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
2938
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9264 AND id_shop=1 LIMIT 1
0.148 ms 1 /classes/Product.php:6876
206
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2762 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
1162
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2434 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
1946
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4583 AND id_shop=1 LIMIT 1
0.148 ms 1 /classes/Product.php:6876
939
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3851 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6876
1172
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3998 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6876
1317
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3014 AND `id_group` = 1 LIMIT 1
0.147 ms 0 /classes/GroupReduction.php:156
213
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2761
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.147 ms 0 /classes/SpecificPrice.php:259
1090
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.147 ms 1 /classes/Product.php:5659
1205
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4000 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6876
3203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9769 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6876
571
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3108
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.146 ms 0 /classes/SpecificPrice.php:259
967
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.146 ms 1 /classes/Product.php:5659
1036
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3989
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.146 ms 0 /classes/SpecificPrice.php:259
1063
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2702 AND `id_group` = 1 LIMIT 1
0.146 ms 0 /classes/GroupReduction.php:156
1169
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3998
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.146 ms 0 /classes/SpecificPrice.php:259
1366
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.146 ms 1 /classes/Product.php:5659
2891
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8969
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.146 ms 0 /classes/SpecificPrice.php:259
3358
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9790 AND `id_group` = 1 LIMIT 1
0.146 ms 0 /classes/GroupReduction.php:156
3783
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 0 LIMIT 1
0.146 ms 0 /classes/Product.php:5659
1244
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.145 ms 1 /classes/Product.php:5659
202
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2762
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.145 ms 0 /classes/SpecificPrice.php:259
618
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3236 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
836
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3950
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.145 ms 0 /classes/SpecificPrice.php:259
1011
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.145 ms 1 /classes/Product.php:5659
1327
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2398 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
2353
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3923 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
2475
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3983 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
2993
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9742 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
238
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2759 AND id_shop=1 LIMIT 1
0.144 ms 1 /classes/Product.php:6876
269
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3019
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.144 ms 0 /classes/SpecificPrice.php:259
958
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3015
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.144 ms 0 /classes/SpecificPrice.php:259
1013
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3987
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.144 ms 0 /classes/SpecificPrice.php:259
1139
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3996 AND id_shop=1 LIMIT 1
0.144 ms 1 /classes/Product.php:6876
1269
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2399
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.144 ms 0 /classes/SpecificPrice.php:259
2803
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6135
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.144 ms 0 /classes/SpecificPrice.php:259
3035
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.144 ms 0 /classes/SpecificPrice.php:259
936
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3851
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.143 ms 0 /classes/SpecificPrice.php:259
962
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3015 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
1246
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2438
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.143 ms 0 /classes/SpecificPrice.php:259
1257
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4003
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.143 ms 0 /classes/SpecificPrice.php:259
1886
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.143 ms 1 /classes/Product.php:5659
3182
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9768 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
267
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.142 ms 1 /classes/Product.php:5659
969
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2441
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.142 ms 0 /classes/SpecificPrice.php:259
1413
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2816
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.142 ms 0 /classes/SpecificPrice.php:259
1980
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4698 AND `id_group` = 1 LIMIT 1
0.142 ms 0 /classes/GroupReduction.php:156
2949
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4335 AND id_shop=1 LIMIT 1
0.142 ms 1 /classes/Product.php:6876
1034
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.142 ms 1 /classes/Product.php:5659
1284
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4004 AND `id_group` = 1 LIMIT 1
0.142 ms 0 /classes/GroupReduction.php:156
1954
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3864
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.142 ms 0 /classes/SpecificPrice.php:259
3431
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6133
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.142 ms 0 /classes/SpecificPrice.php:259
575
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3108 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
950
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3913 AND id_shop=1 LIMIT 1
0.141 ms 1 /classes/Product.php:6876
2785
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6134 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
3012
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9743
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.141 ms 0 /classes/SpecificPrice.php:259
273
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3019 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
1881
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3859 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
2001
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4699 AND id_shop=1 LIMIT 1
0.141 ms 1 /classes/Product.php:6876
2858
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8947
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.141 ms 1 /classes/SpecificPrice.php:259
520
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3197 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
925
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3850
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.140 ms 0 /classes/SpecificPrice.php:259
1395
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4019 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
2869
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8948
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.140 ms 0 /classes/SpecificPrice.php:259
2924
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4334
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.140 ms 0 /classes/SpecificPrice.php:259
3021
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.140 ms 1 /classes/Product.php:5659
3032
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 59 LIMIT 1
0.140 ms 1 /classes/Category.php:1378
991
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2442
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.139 ms 0 /classes/SpecificPrice.php:259
1305
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4005 AND id_shop=1 LIMIT 1
0.139 ms 1 /classes/Product.php:6876
1903
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3860 AND `id_group` = 1 LIMIT 1
0.139 ms 0 /classes/GroupReduction.php:156
3193
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5323 AND `id_group` = 1 LIMIT 1
0.139 ms 0 /classes/GroupReduction.php:156
1002
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3986
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.138 ms 0 /classes/SpecificPrice.php:259
1361
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2403 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:156
2012
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2950 AND id_shop=1 LIMIT 1
0.138 ms 1 /classes/Product.php:6876
2461
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3982
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.138 ms 0 /classes/SpecificPrice.php:259
2856
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.138 ms 1 /classes/Product.php:5659
110
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5660 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:156
896
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3847 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:156
1291
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2737
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.137 ms 0 /classes/SpecificPrice.php:259
1844
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4540
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.137 ms 0 /classes/SpecificPrice.php:259
2040
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.137 ms 1 /classes/Product.php:5659
2343
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5639 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:156
3401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9792 AND id_shop=1 LIMIT 1
0.137 ms 1 /classes/Product.php:6876
3200
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9769
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.137 ms 0 /classes/SpecificPrice.php:259
536
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.136 ms 1 /classes/Product.php:5659
1184
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3999 AND `id_group` = 1 LIMIT 1
0.136 ms 0 /classes/GroupReduction.php:156
72
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_url` a0
0.136 ms 1 /classes/PrestaShopCollection.php:383
244
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.136 ms 1 /classes/Product.php:5659
569
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.136 ms 1 /classes/Product.php:5659
2359
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 34 LIMIT 1
0.136 ms 1 /classes/Category.php:1378
2933
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.136 ms 1 /classes/Product.php:5659
1976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4698
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.135 ms 0 /classes/SpecificPrice.php:259
3066
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.135 ms 1 /classes/Product.php:5659
5326
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `hgt78_category` c
WHERE c.`id_category` = 1 LIMIT 1
0.135 ms 1 /classes/Category.php:1591
1936
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3863 AND `id_group` = 1 LIMIT 1
0.135 ms 0 /classes/GroupReduction.php:156
1987
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3890
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.135 ms 0 /classes/SpecificPrice.php:259
2836
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4296
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.135 ms 0 /classes/SpecificPrice.php:259
2999
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 49 LIMIT 1
0.135 ms 1 /classes/Product.php:5659
228
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2760 AND `id_group` = 1 LIMIT 1
0.134 ms 0 /classes/GroupReduction.php:156
94
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.134 ms 1 /classes/Product.php:5659
918
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3849 AND `id_group` = 1 LIMIT 1
0.134 ms 0 /classes/GroupReduction.php:156
1402
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2817
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.134 ms 0 /classes/SpecificPrice.php:259
2035
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3891 AND `id_group` = 1 LIMIT 1
0.134 ms 0 /classes/GroupReduction.php:156
2927
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4334 AND id_shop=1 LIMIT 1
0.134 ms 1 /classes/Product.php:6876
586
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3234 AND `id_group` = 1 LIMIT 1
0.133 ms 0 /classes/GroupReduction.php:156
1047
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3990
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.133 ms 0 /classes/SpecificPrice.php:259
1380
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2846
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.133 ms 0 /classes/SpecificPrice.php:259
2350
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3923
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.133 ms 0 /classes/SpecificPrice.php:259
2944
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.133 ms 1 /classes/Product.php:5659
3336
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9789 AND `id_group` = 1 LIMIT 1
0.133 ms 0 /classes/GroupReduction.php:156
2883
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4332 AND id_shop=1 LIMIT 1
0.133 ms 1 /classes/Product.php:6876
1081
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2730
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.132 ms 0 /classes/SpecificPrice.php:259
1118
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3994 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:156
549
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3199
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.132 ms 0 /classes/SpecificPrice.php:259
1040
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3989 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:156
1228
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2400 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:156
1968
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3874 AND id_shop=1 LIMIT 1
0.132 ms 1 /classes/Product.php:6876
2955
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.132 ms 1 /classes/Product.php:5659
3004
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4951 AND id_shop=1 LIMIT 1
0.132 ms 1 /classes/Product.php:6876
111
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_group`
WHERE `id_group` = 1 LIMIT 1
0.131 ms 1 /classes/Group.php:154
1280
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4004
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.131 ms 0 /classes/SpecificPrice.php:259
1880
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3859 AND id_shop=1 LIMIT 1
0.131 ms 1 /classes/Product.php:6876
1892
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4580 AND `id_group` = 1 LIMIT 1
0.131 ms 0 /classes/GroupReduction.php:156
2002
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4699 AND `id_group` = 1 LIMIT 1
0.131 ms 0 /classes/GroupReduction.php:156
2971
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9723 AND id_shop=1 LIMIT 1
0.131 ms 1 /classes/Product.php:6876
3642
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9851 AND `id_group` = 1 LIMIT 1
0.131 ms 0 /classes/GroupReduction.php:156
516
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3197
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.130 ms 0 /classes/SpecificPrice.php:259
1273
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2399 AND `id_group` = 1 LIMIT 1
0.130 ms 0 /classes/GroupReduction.php:156
1908
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.130 ms 1 /classes/Product.php:5659
1924
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4582 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
2023
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4700 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
2045
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4701 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
3015
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9743 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
3049
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9745 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
3071
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9746 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
607
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3227 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6876
1925
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4582 AND `id_group` = 1 LIMIT 1
0.129 ms 0 /classes/GroupReduction.php:156
1958
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3864 AND `id_group` = 1 LIMIT 1
0.129 ms 0 /classes/GroupReduction.php:156
3050
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9745 AND `id_group` = 1 LIMIT 1
0.129 ms 0 /classes/GroupReduction.php:156
885
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3853 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:156
1870
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3856 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:156
1913
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3861 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6876
3001
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4951
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.128 ms 0 /classes/SpecificPrice.php:259
1006
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3986 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:156
2957
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9721
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.127 ms 0 /classes/SpecificPrice.php:259
2982
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4709 AND id_shop=1 LIMIT 1
0.127 ms 1 /classes/Product.php:6876
3057
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4945
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.127 ms 0 /classes/SpecificPrice.php:259
2960
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9721 AND id_shop=1 LIMIT 1
0.127 ms 1 /classes/Product.php:6876
258
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2595
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.126 ms 0 /classes/SpecificPrice.php:259
553
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3199 AND `id_group` = 1 LIMIT 1
0.126 ms 0 /classes/GroupReduction.php:156
2880
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4332
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.126 ms 0 /classes/SpecificPrice.php:259
2979
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4709
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.126 ms 0 /classes/SpecificPrice.php:259
2990
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9742
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.126 ms 0 /classes/SpecificPrice.php:259
563
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3200 AND id_shop=1 LIMIT 1
0.126 ms 1 /classes/Product.php:6876
2796
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4253 AND `id_group` = 1 LIMIT 1
0.126 ms 0 /classes/GroupReduction.php:156
531
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3420 AND `id_group` = 1 LIMIT 1
0.125 ms 0 /classes/GroupReduction.php:156
929
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3850 AND `id_group` = 1 LIMIT 1
0.125 ms 0 /classes/GroupReduction.php:156
1372
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4018 AND `id_group` = 1 LIMIT 1
0.124 ms 0 /classes/GroupReduction.php:156
2362
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4488
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.124 ms 0 /classes/SpecificPrice.php:259
239
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2759 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:156
509
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3196 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:156
1261
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4003 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:156
2884
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4332 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:156
940
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3851 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:156
973
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2441 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
1029
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3988 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
1328
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2398 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
3046
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9745
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.122 ms 0 /classes/SpecificPrice.php:259
1859
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4541 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
951
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3913 AND `id_group` = 1 LIMIT 1
0.121 ms 0 /classes/GroupReduction.php:156
1217
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4001 AND `id_group` = 1 LIMIT 1
0.121 ms 0 /classes/GroupReduction.php:156
1947
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4583 AND `id_group` = 1 LIMIT 1
0.121 ms 0 /classes/GroupReduction.php:156
65
SELECT SQL_NO_CACHE `need_identification_number`
FROM `hgt78_country`
WHERE `id_country` = 8 LIMIT 1
0.121 ms 1 /classes/Country.php:405
538
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3198
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.121 ms 0 /classes/SpecificPrice.php:259
1899
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3860
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.121 ms 0 /classes/SpecificPrice.php:259
608
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3227 AND `id_group` = 1 LIMIT 1
0.120 ms 0 /classes/GroupReduction.php:156
1057
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.120 ms 1 /classes/Product.php:5659
863
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3951 AND `id_group` = 1 LIMIT 1
0.120 ms 0 /classes/GroupReduction.php:156
1140
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3996 AND `id_group` = 1 LIMIT 1
0.120 ms 0 /classes/GroupReduction.php:156
1350
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4017 AND `id_group` = 1 LIMIT 1
0.120 ms 0 /classes/GroupReduction.php:156
1306
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4005 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:156
1877
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3859
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.119 ms 0 /classes/SpecificPrice.php:259
2895
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8969 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:156
564
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3200 AND `id_group` = 1 LIMIT 1
0.118 ms 0 /classes/GroupReduction.php:156
2360
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.117 ms 1 /classes/Product.php:5659
2487
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3984 AND `id_group` = 1 LIMIT 1
0.116 ms 0 /classes/GroupReduction.php:156
1888
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4580
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.115 ms 0 /classes/SpecificPrice.php:259
62
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.114 ms 0 /classes/module/Module.php:2137
3023
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9744
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.114 ms 0 /classes/SpecificPrice.php:259
3402
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9792 AND `id_group` = 1 LIMIT 1
0.113 ms 0 /classes/GroupReduction.php:156
3027
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9744 AND `id_group` = 1 LIMIT 1
0.111 ms 0 /classes/GroupReduction.php:156
2972
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9723 AND `id_group` = 1 LIMIT 1
0.110 ms 0 /classes/GroupReduction.php:156
2994
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9742 AND `id_group` = 1 LIMIT 1
0.110 ms 0 /classes/GroupReduction.php:156
3033
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.110 ms 1 /classes/Product.php:5659
2928
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4334 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:156
2950
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4335 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:156
3061
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4945 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:156
3072
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9746 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:156
2046
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4701 AND `id_group` = 1 LIMIT 1
0.108 ms 0 /classes/GroupReduction.php:156
2961
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9721 AND `id_group` = 1 LIMIT 1
0.108 ms 0 /classes/GroupReduction.php:156
3016
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9743 AND `id_group` = 1 LIMIT 1
0.108 ms 0 /classes/GroupReduction.php:156
1914
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3861 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:156
2983
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4709 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:156
2939
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9264 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:156
3005
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4951 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
1969
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3874 AND `id_group` = 1 LIMIT 1
0.104 ms 0 /classes/GroupReduction.php:156
2024
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4700 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:156
2013
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2950 AND `id_group` = 1 LIMIT 1
0.102 ms 0 /classes/GroupReduction.php:156

Doubles

333 queries
SELECT XX FROM `hgtXX_specific_price` WHERE id_product = XX LIMIT XX
333 queries
SELECT *
FROM `hgtXX_product` a
LEFT JOIN `hgtXX_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `hgtXX_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
332 queries
SELECT image_shop.`id_image`
                    FROM `hgtXX_image` i
                     INNER JOIN hgtXX_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
332 queries
SELECT name FROM hgtXX_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
332 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `hgtXX_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
332 queries
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `hgtXX_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
332 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgtXX_product` p
INNER JOIN `hgtXX_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `hgtXX_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
332 queries
                            SELECT `id_tax_rules_group`
                            FROM `hgtXX_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
332 queries
			SELECT `reduction`
			FROM `hgtXX_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
332 queries
SELECT SUM(quantity)
FROM `hgtXX_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
332 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 `hgtXX_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 `hgtXX_cart_product` cp JOIN `hgtXX_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgtXX_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
332 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM hgtXX_feature_product pf
                LEFT JOIN hgtXX_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN hgtXX_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN hgtXX_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN hgtXX_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
332 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `hgtXX_image` i
             INNER JOIN hgtXX_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `hgtXX_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
332 queries
SELECT `id_product_attribute`
            FROM `hgtXX_product_attribute`
            WHERE `id_product` = XX
332 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `hgtXX_product_attribute` pa
             INNER JOIN hgtXX_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `hgtXX_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `hgtXX_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `hgtXX_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `hgtXX_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
71 queries
SELECT *
FROM `hgtXX_category` a
LEFT JOIN `hgtXX_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
71 queries
SELECT *
							FROM `hgtXX_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
27 queries
SELECT *
FROM `hgtXX_category` a
LEFT JOIN `hgtXX_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `hgtXX_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
20 queries
			SELECT cl.`link_rewrite`
			FROM `hgtXX_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
18 queries
				SELECT c.*, cl.*
				FROM `hgtXX_category` c
				 INNER JOIN hgtXX_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
				LEFT JOIN `hgtXX_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `hgtXX_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `hgtXX_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				 AND c.`active` = XX
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
10 queries
SELECT `id_module` FROM `hgtXX_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
8 queries
				SELECT tr.*
				FROM `hgtXX_tax_rule` tr
				JOIN `hgtXX_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
4 queries
SELECT `id_lang` FROM `hgtXX_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
3 queries
							SELECT `name`
							FROM `hgtXX_hook`
							WHERE `id_hook` = XX LIMIT XX
3 queries
SELECT *
FROM `hgtXX_tax` a
WHERE (a.`id_tax` = XX) LIMIT XX
3 queries
SELECT *
							FROM `hgtXX_tax_lang`
							WHERE `id_tax` = XX
2 queries
SELECT lower(name) as name
FROM `hgtXX_hook` h
WHERE (h.active = XX)
2 queries
SELECT h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `hgtXX_module` m
 INNER JOIN hgtXX_module_shop module_shop
        ON (module_shop.id_module = m.id_module AND module_shop.id_shop = XX AND module_shop.enable_device & XX)
INNER JOIN `hgtXX_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `hgtXX_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `hgtXX_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = XX) AND (mg.id_shop = XX AND  mg.`id_group` IN (XX))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2 queries
SELECT `name`, `alias` FROM `hgtXX_hook_alias`
2 queries
SELECT `id_hook`, `name` FROM `hgtXX_hook`
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `hgtXX_module` m
                LEFT JOIN `hgtXX_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT name, alias FROM `hgtXX_hook_alias`
2 queries
SELECT * FROM `hgtXX_hook_module_exceptions`
                WHERE `id_shop` IN (XX)
2 queries
SELECT *
FROM `hgtXX_currency` a
LEFT JOIN `hgtXX_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `hgtXX_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
SELECT *
FROM `hgtXX_currency` a
LEFT JOIN `hgtXX_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
SELECT *
							FROM `hgtXX_currency_lang`
							WHERE `id_currency` = XX
2 queries
				SELECT id_shop
				FROM `hgtXX_group_shop`
				WHERE `id_group` = XX
				AND id_shop = XX LIMIT XX
2 queries
		SELECT `id_category`
		FROM `hgtXX_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
				SELECT ctg.`id_group`
				FROM hgtXX_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
2 queries
SELECT *
FROM `hgtXX_shop_url` aXX
2 queries
SELECT XX FROM `hgtXX_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
            SELECT *
            FROM `hgtXX_currency` c
             INNER JOIN hgtXX_currency_shop currency_shop
        ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = XX)
                WHERE c.`deleted` = XX AND c.`active` = XX ORDER BY `iso_code` ASC
2 queries
SELECT buttonXX FROM hgtXX_lgcookieslaw_lang WHERE id_lang = XX LIMIT XX

Tables stress

1000 product
1000 product_shop
668 specific_price
666 cart_product
665 product_attribute
664 image
664 image_shop
664 product_attribute_shop
477 category_lang
334 stock_available
334 product_lang
333 attribute_group
333 feature
333 feature_shop
333 feature_lang
333 product_attribute_combination
332 specific_price_priority
332 product_group_reduction_cache
332 pack
332 feature_product
332 feature_value_lang
332 image_lang
332 attribute
332 attribute_lang
146 category
120 category_shop
23 category_group
17 module
14 module_shop
12 hook
10 currency
8 currency_shop
8 tax_rule
8 tax_rules_group
7 lang
6 shop_url
5 hook_alias
5 image_type
5 lgcookieslaw_lang
4 shop
4 lang_shop
4 currency_lang
4 cart_rule
3 country
3 hook_module
3 group_shop
3 tax
3 tax_lang
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 module_group
2 hook_module_exceptions
2 group
2 manufacturer
2 category_product
2 cart_rule_lang
2 cms
2 cms_lang
2 cms_shop
2 psgdpr_consent
1 configuration_lang
1 meta
1 meta_lang
1 group_lang
1 feature_flag
1 address_format
1 required_field
1 revslider_sliders
1 carrier
1 carrier_shop
1 carrier_lang
1 carrier_zone
1 carrier_group
1 range_price
1 delivery
1 layered_category
1 attribute_group_shop
1 attribute_group_lang
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 manufacturer_shop
1 manufacturer_lang
1 product_sale
1 layered_filter_block
1 iqit_elementor_category
1 cart_rule_group
1 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 psgdpr_consent_lang
1 connections

ObjectModel instances

Name Instances Source
Product 340 /classes/Link.php:113 (__construct) [id: 4022]
/classes/Link.php:113 (__construct) [id: 10738]
/classes/Link.php:113 (__construct) [id: 10627]
/classes/Link.php:113 (__construct) [id: 3628]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5660]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5659]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3519]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3518]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3516]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3505]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3504]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2763]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2762]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2761]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2760]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2759]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2758]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2595]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3019]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2475]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2596]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2502]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2594]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2504]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2419]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3551]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2808]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3552]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2889]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3623]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3624]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3625]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3626]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3627]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2918]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2944]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3629]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3630]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3196]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3197]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3420]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3198]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3199]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3200]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3108]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3234]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3235]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3227]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3236]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3228]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3229]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3230]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3231]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3232]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3233]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3520]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3873]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3875]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3942]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3943]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3878]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3944]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3945]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3881]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3882]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3947]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3949]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3950]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3867]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3951]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3952]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3853]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3847]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3848]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3849]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3850]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3851]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3913]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3015]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2441]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3985]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2442]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3986]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3987]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3988]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3989]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3990]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2702]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3992]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2730]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3993]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2440]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3994]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3995]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3996]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3997]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2434]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3998]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3999]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2432]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4000]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4001]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2400]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4002]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2438]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4003]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2399]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4004]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2737]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4005]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3014]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2398]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4016]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4017]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2403]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4018]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2846]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4019]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2817]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2816]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4021]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2815]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4022]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2814]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4029]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2813]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4030]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2812]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4032]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2785]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4033]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4034]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4035]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3550]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4036]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3560]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3563]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4236]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4238]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2914]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4239]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4241]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2420]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3332]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4413]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2731]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4490]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4491]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2894]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4492]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2895]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4506]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2896]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4507]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4508]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3852]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3854]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4540]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4541]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3856]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3859]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4580]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3860]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3861]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4582]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3863]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4583]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3864]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3874]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4698]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4699]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2950]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4700]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3891]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4701]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3892]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4702]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3893]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4703]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3894]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4704]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4718]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4989]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5076]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5077]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5080]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5102]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3909]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5103]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3910]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5104]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3911]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5164]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5165]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5166]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5167]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5336]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3919]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5337]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5638]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3922]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5639]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3923]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4488]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3924]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4489]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3927]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3978]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3979]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3930]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3980]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3981]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3982]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3983]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3984]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3940]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3956]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3957]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2930]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3974]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4007]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4027]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5084]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5083]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5085]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4041]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5101]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5328]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5352]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4093]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5640]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5641]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5642]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6018]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6023]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6024]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4246]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6025]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4247]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6105]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4252]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6134]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4253]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6135]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4295]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8429]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4296]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8947]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8948]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4332]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8969]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4333]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8970]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4334]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9264]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4335]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9721]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9723]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4709]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9742]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4951]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9743]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9744]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9745]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4945]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9746]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9747]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5108]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9749]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5109]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9751]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5116]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9752]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5262]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9767]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9768]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5323]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9769]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5514]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9771]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5515]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9772]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5516]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9773]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5623]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9774]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5896]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9788]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6076]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9789]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6077]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9790]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6078]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9791]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6131]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9792]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6132]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9794]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6133]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9819]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6199]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6200]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9821]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9830]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7753]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9842]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9843]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9844]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9845]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9846]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9847]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7760]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9848]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9849]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9850]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9851]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9852]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7767]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10738]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8414]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8415]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8416]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8979]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9262]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9381]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9735]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10627]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10931]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3628]
/classes/Link.php:113 (__construct) [id: 4022]
/classes/Link.php:113 (__construct) [id: 10738]
/classes/Link.php:113 (__construct) [id: 10627]
/classes/Link.php:113 (__construct) [id: 3628]
Category 105 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 33]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 34]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 35]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 36]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 37]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 38]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 39]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 40]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 44]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 319]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 11]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 12]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 13]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 18]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 19]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 20]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 40]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 40]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 55]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 71]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 165]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 169]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 38]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 38]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 50]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 62]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 72]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 172]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 175]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 185]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 186]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 190]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 334]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 34]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 344]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 45]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 46]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 54]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 70]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 78]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 199]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 200]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 216]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 44]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 51]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 56]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 192]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 195]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 37]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 37]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 48]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 53]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 73]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 74]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 161]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 162]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 163]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 260]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 261]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 262]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 263]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 264]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 265]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 266]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 307]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 49]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 59]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 60]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 65]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 81]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 82]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 96]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 145]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 196]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 197]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 33]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 33]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 61]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 66]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 79]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 80]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 191]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 36]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 36]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 42]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 47]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 76]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 77]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 217]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 221]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 39]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 39]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 83]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 84]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Tax 6 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 3]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 3]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Address 5 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 2]
Country 3 /config/config.inc.php:146 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1779 (__construct) [id: 8]
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:560 (__construct) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Carrier 2 /modules/colissimo_simplicite/colissimo_simplicite.php:84 (__construct) [id: 282]
/modules/colissimo_simplicite/colissimo_simplicite.php:1394 (__construct) [id: 282]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
CMS 1 /classes/Link.php:555 (__construct) [id: 2]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
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/prod/appParameters.php
114 /var/cache/prod/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /vendor/defuse/php-encryption/src/Crypto.php
171 /vendor/defuse/php-encryption/src/KeyOrPassword.php
172 /vendor/defuse/php-encryption/src/RuntimeTests.php
173 /vendor/defuse/php-encryption/src/DerivedKeys.php
174 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
175 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
176 /src/Core/Session/SessionHandler.php
177 /src/Core/Session/SessionHandlerInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
194 /config/smarty.config.inc.php
195 /vendor/smarty/smarty/libs/Smarty.class.php
196 /vendor/smarty/smarty/libs/functions.php
197 /vendor/smarty/smarty/libs/Autoloader.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
207 /config/smartyfront.config.inc.php
208 /classes/Smarty/SmartyResourceModule.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
211 /classes/Smarty/SmartyResourceParent.php
212 /classes/Smarty/SmartyLazyRegister.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
214 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
215 /classes/Customer.php
216 /classes/Group.php
217 /classes/Link.php
218 /classes/shop/ShopUrl.php
219 /classes/Dispatcher.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
227 /src/Adapter/SymfonyContainer.php
228 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
229 /config/db_slave_server.inc.php
230 /src/Adapter/ContainerBuilder.php
231 /src/Adapter/Environment.php
232 /src/Core/EnvironmentInterface.php
233 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
234 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
235 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
236 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
237 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
238 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
239 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
245 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
246 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
247 /vendor/symfony/contracts/Service/ResetInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
249 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
250 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
251 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
252 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
253 /vendor/symfony/contracts/Cache/ItemInterface.php
254 /vendor/psr/cache/src/CacheItemInterface.php
255 /vendor/psr/cache/src/CacheItemPoolInterface.php
256 /vendor/symfony/contracts/Cache/CacheInterface.php
257 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
258 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
259 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
260 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
261 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
262 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
263 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
264 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
265 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
266 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
267 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
268 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
269 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
318 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
319 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
320 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
321 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
325 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
326 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
327 /var/cache/prod/FrontContainer.php
328 /src/Adapter/Container/LegacyContainer.php
329 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
330 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
331 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
332 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
333 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
334 /vendor/psr/container/src/ContainerExceptionInterface.php
335 /vendor/psr/container/src/NotFoundExceptionInterface.php
336 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
337 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
338 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
339 /src/Adapter/Container/LegacyContainerInterface.php
340 /modules/blockwishlist/vendor/autoload.php
341 /modules/blockwishlist/vendor/composer/autoload_real.php
342 /modules/blockwishlist/vendor/composer/autoload_static.php
343 /modules/contactform/vendor/autoload.php
344 /modules/contactform/vendor/composer/autoload_real.php
345 /modules/contactform/vendor/composer/autoload_static.php
346 /modules/dashactivity/vendor/autoload.php
347 /modules/dashactivity/vendor/composer/autoload_real.php
348 /modules/dashactivity/vendor/composer/autoload_static.php
349 /modules/dashtrends/vendor/autoload.php
350 /modules/dashtrends/vendor/composer/autoload_real.php
351 /modules/dashtrends/vendor/composer/autoload_static.php
352 /modules/dashgoals/vendor/autoload.php
353 /modules/dashgoals/vendor/composer/autoload_real.php
354 /modules/dashgoals/vendor/composer/autoload_static.php
355 /modules/dashproducts/vendor/autoload.php
356 /modules/dashproducts/vendor/composer/autoload_real.php
357 /modules/dashproducts/vendor/composer/autoload_static.php
358 /modules/graphnvd3/vendor/autoload.php
359 /modules/graphnvd3/vendor/composer/autoload_real.php
360 /modules/graphnvd3/vendor/composer/autoload_static.php
361 /modules/gridhtml/vendor/autoload.php
362 /modules/gridhtml/vendor/composer/autoload_real.php
363 /modules/gridhtml/vendor/composer/autoload_static.php
364 /modules/gsitemap/vendor/autoload.php
365 /modules/gsitemap/vendor/composer/autoload_real.php
366 /modules/gsitemap/vendor/composer/autoload_static.php
367 /modules/pagesnotfound/vendor/autoload.php
368 /modules/pagesnotfound/vendor/composer/autoload_real.php
369 /modules/pagesnotfound/vendor/composer/autoload_static.php
370 /modules/productcomments/vendor/autoload.php
371 /modules/productcomments/vendor/composer/autoload_real.php
372 /modules/productcomments/vendor/composer/autoload_static.php
373 /modules/ps_categorytree/vendor/autoload.php
374 /modules/ps_categorytree/vendor/composer/autoload_real.php
375 /modules/ps_categorytree/vendor/composer/autoload_static.php
376 /modules/ps_checkpayment/vendor/autoload.php
377 /modules/ps_checkpayment/vendor/composer/autoload_real.php
378 /modules/ps_checkpayment/vendor/composer/autoload_static.php
379 /modules/ps_contactinfo/vendor/autoload.php
380 /modules/ps_contactinfo/vendor/composer/autoload_real.php
381 /modules/ps_contactinfo/vendor/composer/autoload_static.php
382 /modules/ps_crossselling/vendor/autoload.php
383 /modules/ps_crossselling/vendor/composer/autoload_real.php
384 /modules/ps_crossselling/vendor/composer/autoload_static.php
385 /modules/ps_currencyselector/vendor/autoload.php
386 /modules/ps_currencyselector/vendor/composer/autoload_real.php
387 /modules/ps_currencyselector/vendor/composer/autoload_static.php
388 /modules/ps_customeraccountlinks/vendor/autoload.php
389 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
390 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
391 /modules/ps_customtext/vendor/autoload.php
392 /modules/ps_customtext/vendor/composer/autoload_real.php
393 /modules/ps_customtext/vendor/composer/autoload_static.php
394 /modules/ps_dataprivacy/vendor/autoload.php
395 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
396 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
397 /modules/ps_emailsubscription/vendor/autoload.php
398 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
399 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
400 /modules/ps_faviconnotificationbo/vendor/autoload.php
401 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
402 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
403 /modules/ps_featuredproducts/vendor/autoload.php
404 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
405 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
406 /modules/ps_imageslider/vendor/autoload.php
407 /modules/ps_imageslider/vendor/composer/autoload_real.php
408 /modules/ps_imageslider/vendor/composer/autoload_static.php
409 /modules/ps_languageselector/vendor/autoload.php
410 /modules/ps_languageselector/vendor/composer/autoload_real.php
411 /modules/ps_languageselector/vendor/composer/autoload_static.php
412 /modules/ps_linklist/vendor/autoload.php
413 /modules/ps_linklist/vendor/composer/autoload_real.php
414 /modules/ps_linklist/vendor/composer/autoload_static.php
415 /modules/ps_mainmenu/vendor/autoload.php
416 /modules/ps_mainmenu/vendor/composer/autoload_real.php
417 /modules/ps_mainmenu/vendor/composer/autoload_static.php
418 /modules/ps_searchbar/vendor/autoload.php
419 /modules/ps_searchbar/vendor/composer/autoload_real.php
420 /modules/ps_searchbar/vendor/composer/platform_check.php
421 /modules/ps_searchbar/vendor/composer/autoload_static.php
422 /modules/ps_sharebuttons/vendor/autoload.php
423 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
424 /modules/ps_sharebuttons/vendor/composer/platform_check.php
425 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
426 /modules/ps_shoppingcart/vendor/autoload.php
427 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
428 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
429 /modules/ps_socialfollow/vendor/autoload.php
430 /modules/ps_socialfollow/vendor/composer/autoload_real.php
431 /modules/ps_socialfollow/vendor/composer/autoload_static.php
432 /modules/ps_themecusto/vendor/autoload.php
433 /modules/ps_themecusto/vendor/composer/autoload_real.php
434 /modules/ps_themecusto/vendor/composer/autoload_static.php
435 /modules/ps_wirepayment/vendor/autoload.php
436 /modules/ps_wirepayment/vendor/composer/autoload_real.php
437 /modules/ps_wirepayment/vendor/composer/autoload_static.php
438 /modules/statsbestcustomers/vendor/autoload.php
439 /modules/statsbestcustomers/vendor/composer/autoload_real.php
440 /modules/statsbestcustomers/vendor/composer/autoload_static.php
441 /modules/statsbestsuppliers/vendor/autoload.php
442 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
443 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
444 /modules/statscatalog/vendor/autoload.php
445 /modules/statscatalog/vendor/composer/autoload_real.php
446 /modules/statscatalog/vendor/composer/autoload_static.php
447 /modules/statscheckup/vendor/autoload.php
448 /modules/statscheckup/vendor/composer/autoload_real.php
449 /modules/statscheckup/vendor/composer/autoload_static.php
450 /modules/statsdata/vendor/autoload.php
451 /modules/statsdata/vendor/composer/autoload_real.php
452 /modules/statsdata/vendor/composer/autoload_static.php
453 /modules/statsproduct/vendor/autoload.php
454 /modules/statsproduct/vendor/composer/autoload_real.php
455 /modules/statsproduct/vendor/composer/autoload_static.php
456 /modules/statsstock/vendor/autoload.php
457 /modules/statsstock/vendor/composer/autoload_real.php
458 /modules/statsstock/vendor/composer/autoload_static.php
459 /modules/psgdpr/vendor/autoload.php
460 /modules/psgdpr/vendor/composer/autoload_real.php
461 /modules/psgdpr/vendor/composer/autoload_static.php
462 /modules/blockreassurance/vendor/autoload.php
463 /modules/blockreassurance/vendor/composer/autoload_real.php
464 /modules/blockreassurance/vendor/composer/autoload_static.php
465 /modules/ps_facetedsearch/vendor/autoload.php
466 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
467 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
468 /modules/nkmgls/vendor/autoload.php
469 /modules/nkmgls/vendor/composer/autoload_real.php
470 /modules/nkmgls/vendor/composer/platform_check.php
471 /modules/nkmgls/vendor/composer/autoload_static.php
472 /modules/nkmgls/vendor/nukium/gls-prestashop/lib/NkmHelper.php
473 /modules/paybox/vendor/autoload.php
474 /modules/paybox/vendor/composer/autoload_real.php
475 /modules/paybox/vendor/composer/platform_check.php
476 /modules/paybox/vendor/composer/autoload_static.php
477 /modules/paybox/vendor/clue/stream-filter/src/functions_include.php
478 /modules/paybox/vendor/clue/stream-filter/src/functions.php
479 /modules/paybox/vendor/php-http/message/src/filters.php
480 /modules/iqitsociallogin/vendor/autoload.php
481 /modules/iqitsociallogin/vendor/composer/autoload_real.php
482 /modules/iqitsociallogin/vendor/composer/platform_check.php
483 /modules/iqitsociallogin/vendor/composer/autoload_static.php
484 /modules/ps_eventbus/vendor/autoload.php
485 /modules/ps_eventbus/vendor/composer/autoload_real.php
486 /modules/ps_eventbus/vendor/composer/autoload_static.php
487 /modules/ps_accounts/vendor/autoload.php
488 /modules/ps_accounts/vendor/composer/autoload_real.php
489 /modules/ps_accounts/vendor/composer/platform_check.php
490 /modules/ps_accounts/vendor/composer/autoload_static.php
491 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
492 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
493 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
494 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
495 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
496 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
497 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
498 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
499 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
500 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
501 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
502 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
503 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
504 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
505 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
506 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
507 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
508 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
509 /modules/ps_emailalerts/vendor/autoload.php
510 /modules/ps_emailalerts/vendor/composer/autoload_real.php
511 /modules/ps_emailalerts/vendor/composer/autoload_static.php
512 /modules/ps_checkout/vendor/autoload.php
513 /modules/ps_checkout/vendor/composer/autoload_real.php
514 /modules/ps_checkout/vendor/composer/platform_check.php
515 /modules/ps_checkout/vendor/composer/autoload_static.php
516 /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php
517 /modules/autoupgrade/vendor/autoload.php
518 /modules/autoupgrade/vendor/composer/autoload_real.php
519 /modules/autoupgrade/vendor/composer/autoload_static.php
520 /modules/sendinblue/vendor/autoload.php
521 /modules/sendinblue/vendor/composer/autoload_real.php
522 /modules/sendinblue/vendor/composer/platform_check.php
523 /modules/sendinblue/vendor/composer/autoload_static.php
524 /src/Core/Hook/HookModuleFilter.php
525 /src/Core/Hook/HookModuleFilterInterface.php
526 /modules/ps_checkout/ps_checkout.php
527 /classes/PaymentModule.php
528 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
529 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
530 /classes/Translate.php
531 /modules/ps_checkout/translations/fr.php
532 /src/PrestaShopBundle/Translation/TranslatorComponent.php
533 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
534 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
535 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
536 /vendor/symfony/contracts/Translation/TranslatorInterface.php
537 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
538 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
539 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
540 /src/PrestaShopBundle/Translation/TranslatorInterface.php
541 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
542 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
543 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
544 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
545 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
546 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
547 /vendor/symfony/contracts/Translation/TranslatorTrait.php
548 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
549 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
550 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
551 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
552 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
553 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
554 /controllers/front/listing/CategoryController.php
555 /classes/controller/ProductListingFrontController.php
556 /classes/controller/ProductPresentingFrontController.php
557 /classes/controller/FrontController.php
558 /src/Adapter/Presenter/Object/ObjectPresenter.php
559 /src/Adapter/Presenter/PresenterInterface.php
560 /src/Adapter/Presenter/Cart/CartPresenter.php
561 /src/Adapter/Image/ImageRetriever.php
562 /classes/tax/TaxConfiguration.php
563 /classes/Smarty/TemplateFinder.php
564 /classes/assets/StylesheetManager.php
565 /classes/assets/AbstractAssetManager.php
566 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
567 /classes/assets/JavascriptManager.php
568 /classes/assets/CccReducer.php
569 /modules/iqitthemeeditor/iqitthemeeditor.php
570 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
571 /modules/iqitthemeeditor/translations/fr.php
572 /classes/Category.php
573 /classes/webservice/WebserviceRequest.php
574 /src/Core/Localization/Locale/Repository.php
575 /src/Core/Localization/Locale/RepositoryInterface.php
576 /src/Core/Localization/CLDR/LocaleRepository.php
577 /src/Core/Localization/CLDR/LocaleDataSource.php
578 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
579 /src/Core/Data/Layer/AbstractDataLayer.php
580 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
581 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
582 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
583 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
584 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
585 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
586 /vendor/symfony/contracts/Cache/CacheTrait.php
587 /vendor/psr/cache/src/InvalidArgumentException.php
588 /vendor/psr/cache/src/CacheException.php
589 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
590 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
591 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
592 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
593 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
594 /src/Core/Localization/CLDR/Reader.php
595 /src/Core/Localization/CLDR/ReaderInterface.php
596 /src/Core/Localization/Currency/Repository.php
597 /src/Core/Localization/Currency/RepositoryInterface.php
598 /src/Core/Localization/Currency/CurrencyDataSource.php
599 /src/Core/Localization/Currency/DataSourceInterface.php
600 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
601 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
602 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
603 /src/Adapter/Currency/CurrencyDataProvider.php
604 /src/Core/Currency/CurrencyDataProviderInterface.php
605 /src/Adapter/LegacyContext.php
606 /src/Adapter/Tools.php
607 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
608 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
609 /vendor/prestashop/decimal/src/Operation/Rounding.php
610 /src/Core/Localization/Locale.php
611 /src/Core/Localization/LocaleInterface.php
612 /src/Core/Localization/Specification/Price.php
613 /src/Core/Localization/Specification/Number.php
614 /src/Core/Localization/Specification/NumberInterface.php
615 /src/Core/Localization/Specification/Factory.php
616 /src/Core/Localization/CLDR/LocaleData.php
617 /src/Core/Localization/CLDR/NumberSymbolsData.php
618 /src/Core/Localization/CLDR/CurrencyData.php
619 /src/Core/Localization/CLDR/Locale.php
620 /src/Core/Localization/CLDR/LocaleInterface.php
621 /src/Core/Localization/Specification/NumberSymbolList.php
622 /classes/Currency.php
623 /src/Core/Localization/Currency/LocalizedCurrencyId.php
624 /src/Core/Localization/Currency/CurrencyData.php
625 /src/Core/Localization/Currency/CurrencyCollection.php
626 /src/Core/Localization/Currency.php
627 /src/Core/Localization/CurrencyInterface.php
628 /src/Core/Localization/Specification/NumberCollection.php
629 /src/Core/Localization/Number/Formatter.php
630 /classes/Cart.php
631 /src/Adapter/AddressFactory.php
632 /classes/CartRule.php
633 /classes/Product.php
634 /src/Core/Domain/Product/ValueObject/RedirectType.php
635 /src/Core/Util/DateTime/DateTime.php
636 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
637 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
638 /src/Core/Domain/Product/ValueObject/ProductType.php
639 /src/Core/Domain/Product/ValueObject/Reference.php
640 /src/Core/Domain/Product/ValueObject/Ean13.php
641 /src/Core/Domain/Product/ValueObject/Isbn.php
642 /src/Core/Domain/Product/ValueObject/Upc.php
643 /src/Core/Domain/Product/ProductSettings.php
644 /src/Core/Image/ImageFormatConfiguration.php
645 /src/Core/Image/ImageFormatConfigurationInterface.php
646 /classes/FeatureFlag.php
647 /src/Core/FeatureFlag/FeatureFlagSettings.php
648 /classes/ImageType.php
649 /src/Core/Domain/Shop/ValueObject/ShopId.php
650 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
651 /modules/ps_emailsubscription/ps_emailsubscription.php
652 /src/Core/Module/WidgetInterface.php
653 /src/PrestaShopBundle/Translation/DomainNormalizer.php
654 /classes/Media.php
655 /modules/blockreassurance/blockreassurance.php
656 /modules/nkmgls/nkmgls.php
657 /modules/nkmgls/controllers/admin/AdminGlsOrderController.php
658 /classes/controller/ModuleAdminController.php
659 /classes/controller/AdminController.php
660 /modules/nkmgls/controllers/admin/AdminGlsAjaxController.php
661 /modules/nkmgls/controllers/admin/AdminGlsLabelController.php
662 /modules/nkmgls/controllers/admin/AdminGlsPackingListController.php
663 /classes/module/CarrierModule.php
664 /modules/nkmgls/translations/fr.php
665 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Init/PrestashopGlsInit.php
666 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Init/GlsInit.php
667 /modules/nkmgls/vendor/nukium/gls-common/src/Util/ServiceInstantiationTrait.php
668 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Container.php
669 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ContainerInterface.php
670 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Init/ShipItAdapterResolutionInit.php
671 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Init/PrestashopAdapterInit.php
672 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Init/AdapterInitInterface.php
673 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Repository/Cache/CacheRepositoryFactory.php
674 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Repository/Cache/PrestashopCacheRepository.php
675 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Repository/AbstractRepository.php
676 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Repository/Cache/CacheRepositoryInterface.php
677 /modules/nkmgls/vendor/nukium/gls-prestashop/classes/GlsCacheClass.php
678 /modules/nkmgls/vendor/nukium/gls-common/src/Entity/CacheInterface.php
679 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/Adapter/Address/AddressHandlerFactory.php
680 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Handler/DTO/Adapter/Address/PrestashopAddressHandler.php
681 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/Adapter/Address/AddressHandler.php
682 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/Adapter/Carrier/CarrierHandlerFactory.php
683 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Handler/DTO/Adapter/Carrier/PrestashopCarrierHandler.php
684 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/Adapter/Carrier/CarrierHandler.php
685 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Helper/ModuleHelper.php
686 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/Config/PrestashopConfig.php
687 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Config/ConfigInterface.php
688 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Repository/Carrier/PrestashopCarrierRepository.php
689 /classes/Carrier.php
690 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/Entity/Cache/CacheHandlerFactory.php
691 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Handler/Entity/Cache/PrestashopCacheHandler.php
692 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/Entity/Cache/CacheHandler.php
693 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Config/ConfigFactory.php
694 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/EntityManager/EntityManagerFactory.php
695 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/EntityManager/PrestashopEntityManager.php
696 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/EntityManager/EntityManagerInterface.php
697 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Shop/ShopFactory.php
698 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/Shop/PrestashopShop.php
699 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Shop/ShopInterface.php
700 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Translator/TranslatorFactory.php
701 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/Translator/PrestashopTranslator.php
702 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Translator/TranslatorInterface.php
703 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Utility/UtilityFactory.php
704 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/Utility/PrestashopUtility.php
705 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Utility/Component/DefaultUtility.php
706 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Patch/PatchSystem.php
707 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Logger/Component/DefaultLogger.php
708 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Patch/Component/AddOriginalAddressPatch.php
709 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Patch/PatchComponentInterface.php
710 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/ShipItAdapterResolution.php
711 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/NoShipItAdapter.php
712 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/ShipItAdapterInterface.php
713 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/LabelAdapter.php
714 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/AbstractAdapter.php
715 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/AuthErrorComponent.php
716 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/ShipItComponentInterface.php
717 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/DefaultErrorComponent.php
718 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Logger/LoggerFactory.php
719 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/LabelInternationalComponent.php
720 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Routine/ShipItErrorRoutine.php
721 /modules/nkmgls/vendor/nukium/gls-common/src/Service/API/ShipmentApi.php
722 /modules/nkmgls/vendor/nukium/gls-common/src/Service/HttpClient/LegacyClient.php
723 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/Legacy/GlsApiHandler.php
724 /modules/nkmgls/vendor/nukium/gls-common/src/Service/HttpClient/GlsCurlClient.php
725 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Helper/GlsHelper.php
726 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/LabelErrorComponent.php
727 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/LabelComponent.php
728 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/RelayAdapter.php
729 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/RelayComponent.php
730 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/TrackingAdapter.php
731 /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/TrackingComponent.php
732 /modules/nkmgls/vendor/nukium/gls-common/src/Service/API/TrackingApi.php
733 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Handler/Carrier/GlsExpressHandler.php
734 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Helper/FtpHelper.php
735 /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Helper/EnvHelper.php
736 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Routine/AllowedServicesRoutine.php
737 /modules/nkmgls/vendor/nukium/gls-common/src/Service/DataLoader/AllowedServicesLoader.php
738 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/GLS/AllowedServicesHandler.php
739 /modules/nkmgls/vendor/nukium/gls-common/src/Service/API/AllowedServicesApi.php
740 /modules/nkmgls/vendor/nukium/gls-common/src/Service/Routine/CacheRoutine.php
741 /modules/nkmgls/vendor/nukium/gls-common/src/Service/DataLoader/CacheLoader.php
742 /modules/paybox/paybox.php
743 /modules/paybox/src/Configuration/Settings.php
744 /modules/paybox/vendor/netresearch/jsonmapper/src/JsonMapper.php
745 /modules/paybox/src/Configuration/Account.php
746 /modules/paybox/src/Configuration/DemoAccount.php
747 /modules/paybox/src/Configuration/PaymentConfiguration.php
748 /modules/paybox/src/Configuration/SubscriptionConfiguration.php
749 /modules/paybox/src/Configuration/InstalmentConfiguration.php
750 /modules/paybox/src/Configuration/Instalment.php
751 /modules/paybox/src/Configuration/Contract.php
752 /modules/paybox/src/Utils/Tools.php
753 /vendor/monolog/monolog/src/Monolog/Logger.php
754 /vendor/monolog/monolog/src/Monolog/ResettableInterface.php
755 /vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
756 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
757 /vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
758 /vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
759 /vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
760 /vendor/monolog/monolog/src/Monolog/Utils.php
761 /modules/paybox/translations/fr.php
762 /modules/ps_emailalerts/ps_emailalerts.php
763 /modules/ps_emailalerts/MailAlert.php
764 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
765 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
766 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
767 /var/cache/prod/Ps_checkout8440FrontContainer.php
768 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
769 /modules/ps_checkout/src/Validator/MerchantValidator.php
770 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
771 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
772 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
773 /modules/ps_checkout/src/Shop/ShopProvider.php
774 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
775 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
776 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
777 /modules/ps_checkout/src/Repository/PsAccountRepository.php
778 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
779 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
780 /src/Core/Addon/Module/ModuleManagerBuilder.php
781 /src/Core/Util/File/YamlParser.php
782 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
783 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
784 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
785 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
786 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
787 /var/cache/prod/yaml/4b591b7a28d98961575010499c0558f3.php
788 /src/Adapter/LegacyLogger.php
789 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
790 /src/Adapter/Module/ModuleDataProvider.php
791 /src/Adapter/Module/AdminModuleDataProvider.php
792 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
793 /src/Adapter/Module/Module.php
794 /src/Core/Module/ModuleInterface.php
795 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
796 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
797 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
798 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
799 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
800 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
801 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
802 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
803 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
804 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
805 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
806 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
807 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
808 /src/Adapter/Module/ModuleDataUpdater.php
809 /src/Core/Module/ModuleManager.php
810 /src/Core/Module/ModuleManagerInterface.php
811 /src/Core/Module/ModuleRepository.php
812 /src/Core/Module/ModuleRepositoryInterface.php
813 /src/Adapter/HookManager.php
814 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
815 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
816 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
817 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
818 /src/Core/Hook/HookDispatcherInterface.php
819 /modules/ps_accounts/ps_accounts.php
820 /modules/ps_accounts/src/Hook/HookableTrait.php
821 /modules/ps_accounts/src/Module/Install.php
822 /modules/ps_accounts/translations/fr.php
823 /modules/ps_accounts/src/ServiceContainer/PsAccountsContainer.php
824 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/ServiceContainer.php
825 /modules/ps_accounts/config.php
826 /modules/ps_accounts/src/Log/Logger.php
827 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Logger.php
828 /modules/ps_accounts/vendor/psr/log/Psr/Log/LoggerInterface.php
829 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
830 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
831 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
832 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
833 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
834 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
835 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Utils.php
836 /modules/ps_accounts/src/ServiceProvider/ApiClientProvider.php
837 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/Contract/IServiceProvider.php
838 /modules/ps_accounts/src/ServiceProvider/CommandProvider.php
839 /modules/ps_accounts/src/ServiceProvider/DefaultProvider.php
840 /modules/ps_accounts/src/ServiceProvider/OAuth2Provider.php
841 /modules/ps_accounts/src/ServiceProvider/RepositoryProvider.php
842 /modules/ps_accounts/src/ServiceProvider/SessionProvider.php
843 /modules/ps_accounts/src/Service/PsAccountsService.php
844 /modules/ps_accounts/src/Account/Session/ShopSession.php
845 /modules/ps_accounts/src/Account/Session/Session.php
846 /modules/ps_accounts/src/Account/Session/SessionInterface.php
847 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
848 /modules/ps_accounts/src/Adapter/Configuration.php
849 /modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php
850 /modules/ps_accounts/src/Http/Client/ClientConfig.php
851 /modules/ps_accounts/src/Http/Client/ConfigObject.php
852 /modules/ps_accounts/src/Type/Enum.php
853 /modules/ps_accounts/src/Service/OAuth2/OAuth2Client.php
854 /modules/ps_accounts/src/Adapter/Link.php
855 /modules/ps_accounts/src/Context/ShopContext.php
856 /modules/ps_accounts/vendor/ramsey/uuid/src/Uuid.php
857 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidInterface.php
858 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactory.php
859 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactoryInterface.php
860 /modules/ps_accounts/vendor/ramsey/uuid/src/FeatureSet.php
861 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
862 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
863 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
864 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
865 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/StringCodec.php
866 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/CodecInterface.php
867 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
868 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
869 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
870 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
871 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
872 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
873 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
874 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
875 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
876 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
877 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
878 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
879 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
880 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
881 /modules/ps_accounts/vendor/ramsey/uuid/src/BinaryUtils.php
882 /modules/ps_accounts/src/Service/OAuth2/CachedFile.php
883 /modules/ps_accounts/src/Account/LinkShop.php
884 /modules/ps_accounts/src/Cqrs/CommandBus.php
885 /modules/ps_accounts/src/Cqrs/Bus.php
886 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
887 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
888 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
889 /modules/ps_checkout/src/Context/PrestaShopContext.php
890 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
891 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
892 /modules/ps_checkout/src/Version/Version.php
893 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
894 /src/Adapter/Presenter/Cart/CartLazyArray.php
895 /src/Adapter/Presenter/AbstractLazyArray.php
896 /src/Adapter/Product/PriceFormatter.php
897 /src/Core/Util/Inflector.php
898 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
899 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
900 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
901 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
902 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
903 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
904 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
905 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
906 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
907 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
908 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
909 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
910 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
911 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
912 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
913 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
914 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
915 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
916 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
917 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
918 /classes/Gender.php
919 /classes/Risk.php
920 /classes/Meta.php
921 /modules/revsliderprestashop/revsliderprestashop.php
922 /modules/revsliderprestashop/rev-loader.php
923 /modules/revsliderprestashop/includes/revslider_db.class.php
924 /modules/revsliderprestashop/includes/data.class.php
925 /modules/revsliderprestashop/includes/functions.class.php
926 /modules/revsliderprestashop/includes/em-integration.class.php
927 /modules/revsliderprestashop/includes/cssparser.class.php
928 /modules/revsliderprestashop/includes/woocommerce.class.php
929 /modules/revsliderprestashop/includes/wpml.class.php
930 /modules/revsliderprestashop/includes/colorpicker.class.php
931 /modules/revsliderprestashop/includes/navigation.class.php
932 /modules/revsliderprestashop/includes/object-library.class.php
933 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
934 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
935 /modules/revsliderprestashop/includes/extension.class.php
936 /modules/revsliderprestashop/includes/favorite.class.php
937 /modules/revsliderprestashop/includes/aq-resizer.class.php
938 /modules/revsliderprestashop/includes/external-sources.class.php
939 /modules/revsliderprestashop/includes/page-template.class.php
940 /modules/revsliderprestashop/includes/slider.class.php
941 /modules/revsliderprestashop/includes/slide.class.php
942 /modules/revsliderprestashop/includes/output.class.php
943 /modules/revsliderprestashop/public/revslider-front.class.php
944 /modules/revsliderprestashop/includes/backwards.php
945 /modules/revsliderprestashop/admin/includes/class-pclzip.php
946 /modules/revsliderprestashop/admin/includes/license.class.php
947 /modules/revsliderprestashop/admin/includes/addons.class.php
948 /modules/revsliderprestashop/admin/includes/template.class.php
949 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
950 /modules/revsliderprestashop/admin/includes/folder.class.php
951 /modules/revsliderprestashop/admin/includes/import.class.php
952 /modules/revsliderprestashop/admin/includes/export.class.php
953 /modules/revsliderprestashop/admin/includes/export-html.class.php
954 /modules/revsliderprestashop/admin/includes/newsletter.class.php
955 /modules/revsliderprestashop/admin/revslider-admin.class.php
956 /modules/revsliderprestashop/includes/update.class.php
957 /modules/revsliderprestashop/includes/resize-imag.php
958 /modules/revsliderprestashop/translations/fr.php
959 /classes/Address.php
960 /classes/State.php
961 /src/Core/Security/PasswordPolicyConfiguration.php
962 /src/Core/Configuration/DataConfigurationInterface.php
963 /src/Core/Security/Hashing.php
964 /src/Core/Filter/FrontEndObject/MainFilter.php
965 /src/Core/Filter/FilterInterface.php
966 /src/Core/Filter/FrontEndObject/CartFilter.php
967 /src/Core/Filter/HashMapWhitelistFilter.php
968 /src/Core/Filter/CollectionFilter.php
969 /src/Core/Filter/FrontEndObject/ProductFilter.php
970 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
971 /src/Core/Filter/FrontEndObject/CustomerFilter.php
972 /src/Core/Filter/FrontEndObject/ShopFilter.php
973 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
974 /modules/productcomments/productcomments.php
975 /modules/ps_shoppingcart/ps_shoppingcart.php
976 /modules/iqitcontactpage/iqitcontactpage.php
977 /modules/iqitcontactpage/translations/fr.php
978 /modules/iqitsociallogin/iqitsociallogin.php
979 /modules/iqitsociallogin/translations/fr.php
980 /modules/iqitmegamenu/iqitmegamenu.php
981 /modules/iqitmegamenu/models/IqitMenuTab.php
982 /modules/iqitmegamenu/models/IqitMenuHtml.php
983 /modules/iqitmegamenu/models/IqitMenuLinks.php
984 /modules/iqitmegamenu/translations/fr.php
985 /modules/iqitelementor/iqitelementor.php
986 /modules/iqitelementor/src/IqitElementorLanding.php
987 /modules/iqitelementor/src/IqitElementorTemplate.php
988 /modules/iqitelementor/src/IqitElementorProduct.php
989 /modules/iqitelementor/src/IqitElementorCategory.php
990 /modules/iqitelementor/src/IqitElementorContent.php
991 /modules/iqitelementor/src/iqitElementorWpHelper.php
992 /modules/iqitelementor/includes/plugin-elementor.php
993 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
994 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
995 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
996 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
997 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
998 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
999 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
1000 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
1001 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
1002 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
1003 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
1004 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
1005 /modules/iqitelementor/translations/fr.php
1006 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
1007 /modules/iqitfreedeliverycount/translations/fr.php
1008 /modules/sendinblue/sendinblue.php
1009 /modules/sendinblue/translations/fr.php
1010 /modules/sendinblue/services/ConfigService.php
1011 /modules/colissimo_simplicite/colissimo_simplicite.php
1012 /modules/colissimo_simplicite/models/ColissimoDeliveryInfo.php
1013 /modules/colissimo_simplicite/models/ColissimoDeliveryPoint.php
1014 /modules/colissimo_simplicite/translations/fr.php
1015 /modules/lgcookieslaw/lgcookieslaw.php
1016 /modules/lgcookieslaw/translations/fr.php
1017 /src/Core/Product/Search/ProductSearchContext.php
1018 /src/Core/Product/Search/ProductSearchQuery.php
1019 /src/Core/Product/Search/SortOrder.php
1020 /modules/ps_facetedsearch/ps_facetedsearch.php
1021 /modules/ps_facetedsearch/src/HookDispatcher.php
1022 /modules/ps_facetedsearch/src/Hook/Attribute.php
1023 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
1024 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1025 /modules/ps_facetedsearch/src/Hook/Category.php
1026 /modules/ps_facetedsearch/src/Hook/Configuration.php
1027 /modules/ps_facetedsearch/src/Hook/Design.php
1028 /modules/ps_facetedsearch/src/Hook/Feature.php
1029 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1030 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1031 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
1032 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
1033 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
1034 /modules/ps_facetedsearch/src/Hook/Product.php
1035 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
1036 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1037 /modules/ps_facetedsearch/src/Filters/Provider.php
1038 /modules/ps_facetedsearch/src/URLSerializer.php
1039 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
1040 /modules/ps_facetedsearch/src/Product/SearchProvider.php
1041 /src/Core/Product/Search/FacetsRendererInterface.php
1042 /src/Core/Product/Search/ProductSearchProviderInterface.php
1043 /modules/ps_facetedsearch/src/Filters/Converter.php
1044 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1045 /src/Core/Product/Search/ProductSearchResult.php
1046 /classes/Combination.php
1047 /classes/Manufacturer.php
1048 /src/Core/Util/String/StringModifier.php
1049 /src/Core/Util/String/StringModifierInterface.php
1050 /modules/ps_facetedsearch/src/Product/Search.php
1051 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1052 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1053 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1054 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1055 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1056 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1057 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1058 /modules/ps_facetedsearch/src/Filters/Products.php
1059 /classes/stock/StockAvailable.php
1060 /modules/ps_facetedsearch/src/Filters/Block.php
1061 /src/Core/Product/Search/Facet.php
1062 /src/Core/Product/Search/Filter.php
1063 /vendor/prestashop/decimal/src/DecimalNumber.php
1064 /vendor/prestashop/decimal/src/Builder.php
1065 /src/Core/Product/Search/FacetCollection.php
1066 /classes/ProductAssembler.php
1067 /classes/tax/Tax.php
1068 /classes/SpecificPrice.php
1069 /classes/tax/TaxManagerFactory.php
1070 /classes/tax/TaxRulesTaxManager.php
1071 /classes/tax/TaxManagerInterface.php
1072 /classes/tax/TaxCalculator.php
1073 /classes/GroupReduction.php
1074 /src/Core/Localization/CLDR/ComputingPrecision.php
1075 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1076 /classes/Pack.php
1077 /classes/order/Order.php
1078 /classes/Feature.php
1079 /classes/ProductPresenterFactory.php
1080 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1081 /src/Adapter/Presenter/Product/ProductPresenter.php
1082 /src/Adapter/Product/ProductColorsRetriever.php
1083 /src/Core/Product/ProductPresentationSettings.php
1084 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1085 /src/Adapter/Presenter/Product/ProductLazyArray.php
1086 /classes/Image.php
1087 /vendor/prestashop/decimal/src/Operation/Division.php
1088 /vendor/prestashop/decimal/src/Operation/Multiplication.php
1089 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
1090 /var/cache/prod/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1091 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1092 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1093 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1094 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1095 /var/cache/prod/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1096 /src/Core/Product/Search/Pagination.php
1097 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/bb/85/6b/bb856bc456eeb8d3881b4b16559692931100cee3_2.file.category.tpl.php
1098 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1099 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/92/5b/54/925b5420d64b948b3229da21ab6dd2ff798a7a1a_2.file.product-list.tpl.php
1100 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/24/3e/71/243e71636e97556888c0393b2f9b2707ca88ed68_2.file.layout-left-column.tpl.php
1101 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/71/d7/35/71d735abfb624f417275d842d825bca284f61193_2.file.layout-both-columns.tpl.php
1102 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7d/45/b7/7d45b7ec7efac918307809de29557d44680a63e4_2.file.helpers.tpl.php
1103 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1104 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/86/07/8b/86078b28459fa7cd90601729f42410aa6198246a_2.file.head.tpl.php
1105 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/75/a1/41/75a14189d0796b2f1afd51b5286ce629009a30ed_2.file.head-jsonld.tpl.php
1106 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4f/0b/1f/4f0b1fdd2b9e22e8147a81c8cb2124c0a64a0d9f_2.file.product-list-jsonld.tpl.php
1107 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/53/60/5f/53605fdf8a8949b6a22d2d9cb063fe42d53e06b8_2.file.pagination-seo.tpl.php
1108 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1109 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/39/a8/b1/39a8b12a758387bfe9a459af55b35aa2633c339c_2.file.stylesheets.tpl.php
1110 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/cd/b1/00/cdb100cf3c2798f0d78781ef17d51d53ad8d6aa3_2.file.javascript.tpl.php
1111 /classes/ProductDownload.php
1112 /src/Core/Cart/Calculator.php
1113 /src/Core/Cart/CartRowCollection.php
1114 /src/Core/Cart/Fees.php
1115 /src/Core/Cart/AmountImmutable.php
1116 /src/Core/Cart/CartRuleCollection.php
1117 /src/Core/Cart/CartRuleCalculator.php
1118 /src/Adapter/Product/PriceCalculator.php
1119 /src/Core/Cart/CartRow.php
1120 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1121 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/15/5f/49/155f4970adacdf2bb136d57371ece6919a20a9f4_2.file.product-activation.tpl.php
1122 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/49/3f/fd/493ffd63fb8e54f110fda59bc59cba5f0243b073_2.file.header.tpl.php
1123 /modules/iqithtmlandbanners/iqithtmlandbanners.php
1124 /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php
1125 /modules/iqithtmlandbanners/src/IqitHtmlAndBannerPresenter.php
1126 /modules/iqithtmlandbanners/src/IqitHtmlAndBanner.php
1127 /modules/iqithtmlandbanners/translations/fr.php
1128 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1129 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1130 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1131 /var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/8/displayNav1/warehouse/c7/74/df/c774dfa1ec092af1bad964e2e84d44e094a12e16.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1132 /modules/ps_languageselector/ps_languageselector.php
1133 /modules/ps_currencyselector/ps_currencyselector.php
1134 /var/cache/prod/smarty/compile/warehouse/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.ps_currencyselectorps_currencyselector.tpl.php
1135 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/16/a1/8f/16a18f495002f0441eaa5151434d5866441bac65_2.file.header-2.tpl.php
1136 /modules/iqitsearch/iqitsearch.php
1137 /modules/iqitsearch/translations/fr.php
1138 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1139 /var/cache/prod/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplateshookiqitsearch.tpl.php
1140 /var/cache/prod/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1141 /modules/ps_customersignin/ps_customersignin.php
1142 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1143 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1144 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1145 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1146 /var/cache/prod/smarty/cache/iqitmegamenu/index/1/1/1/1/8/warehouse/12/c6/31/12c63107907c6d214b90e77509786468cad41332.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1147 /classes/CMS.php
1148 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1149 /var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.cache.php
1150 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1151 /var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.cache.php
1152 /var/cache/prod/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.cache.php
1153 /var/cache/prod/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.cache.php
1154 /var/cache/prod/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.cache.php
1155 /var/cache/prod/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.cache.php
1156 /var/cache/prod/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.cache.php
1157 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1158 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1159 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/27/7f/d3/277fd37fbd4e3d5997a6729163ed4291fb7b747e_2.file.mobile-header-1.tpl.php
1160 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1161 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1162 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1163 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/9a/64/f3/9a64f33010c8c3420bbc410257bdb57f0a9bc3be_2.file.breadcrumb.tpl.php
1164 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/35/7f/d4357f43e19050f2d2f2028e6f165cd3b7cc2cd7_2.file.notifications.tpl.php
1165 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a7/28/48/a72848955674ed794c6c6a5e504b11a1cb173ed8_2.file.category-header.tpl.php
1166 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/92/94/ca/9294ca5ac8cef4c021336349ebba4cf8ccc608a1_2.file.products-top.tpl.php
1167 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1168 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/83/e9/08/83e90827ba40fafa2a771c4073ac57f31928625e_2.file.sort-orders.tpl.php
1169 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/18/fe/cb/18fecbdf20428cf6869837dea2e0d5ca5dd8d3ec_2.file.products.tpl.php
1170 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/3f/3e/f7/3f3ef74c741ca95575dc32ec76705f946e3422a0_2.file.product.tpl.php
1171 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/c1/99/0dc199c5d12599ceeb88b6a2b1d98a7a56f14314_2.file.product-miniature-1.tpl.php
1172 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b6/dd/21/b6dd2164727c4f6493fca8e8e7fc27495f5e513d_2.file.product-miniature-thumb.tpl.php
1173 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/56/c3/f2/56c3f2a516718b563166d070fcdb1702f53c5b74_2.file.product-miniature-btn.tpl.php
1174 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/c3/b4/5d/c3b45dd17613497fe3573058ca4c0e68116beb49_2.file.pagination.tpl.php
1175 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d7/38/da/d738dab394eb6986b6d095fda5b79bd9db20b43b_2.file.products-bottom.tpl.php
1176 /modules/ps_categorytree/ps_categorytree.php
1177 /var/cache/prod/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1178 /var/cache/prod/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1179 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a1/9f/e0/a19fe04169c26490610977ee4790590b01e18353_2.file.footer.tpl.php
1180 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/49/8a/94/498a94e3fb2e357d8f6d4e4c267d7b70c033a1c3_2.file.footer-1.tpl.php
1181 /modules/iqitlinksmanager/iqitlinksmanager.php
1182 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1183 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1184 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1185 /modules/iqitlinksmanager/translations/fr.php
1186 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/1/8/displayFooter/warehouse/a3/94/0b/a3940bd1d7ebdb077f5394215b97cf9d975f5741.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1187 /var/cache/prod/smarty/cache/iqitcontactpage/1/1/1/1/8/warehouse/c4/e5/8b/c4e58ba5baab27adb5450fcac6725664cd1cef81.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
1188 /var/cache/prod/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.cache.php
1189 /var/cache/prod/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstemplateshook_partialscontent.tpl.cache.php
1190 /var/cache/prod/smarty/compile/warehouse/2d/c2/29/2dc229bcd2fcd72db57e2012572582b00bdf5abe_2.file.cookieslaw.tpl.php
1191 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
1192 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/63/d3/ad/63d3adee5f6b5e391329228d089f792c3bb82b69_2.file.social-links.tpl.php
1193 /var/cache/prod/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1194 /modules/psgdpr/psgdpr.php
1195 /modules/psgdpr/translations/fr.php
1196 /modules/psgdpr/classes/GDPRConsent.php
1197 /var/cache/prod/smarty/compile/warehouse/5e/ee/24/5eee242e5cbca9bb89b8ffa439cebef7beaaf2e4_2.module.psgdprviewstemplateshookdisplayGDPRConsent.tpl.php
1198 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/16/d6/b8/16d6b8721374815caf8784f27e2d077ed824ca86_2.file.footer-copyrights-1.tpl.php
1199 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/22/f3/55/22f35596a1c264e5427f9b58f5206b3b8a797425_2.file.password-policy-template.tpl.php
1200 /modules/statsdata/statsdata.php
1201 /classes/Connection.php
1202 /classes/ConnectionsSource.php