Accueil

Load Time 3612 ms
Querying Time 2339 ms
Queries 3650
Memory Peak Usage 63.8 Mb
Included Files 1203 files - 13.59 Mb
PrestaShop Cache 1.83 Mb
Global vars 0.42 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.092 ms 3.092 ms 3.21 Mb 3.6 Mb
__construct 0.028 ms 3.120 ms - Mb 3.6 Mb
init 29.356 ms 32.476 ms 0.89 Mb 4.4 Mb
checkAccess 0.004 ms 32.480 ms - Mb 4.4 Mb
setMedia 16.295 ms 48.775 ms 0.61 Mb 4.7 Mb
postProcess 0.003 ms 48.778 ms - Mb 4.7 Mb
initHeader 0.001 ms 48.779 ms - Mb 4.7 Mb
initContent 2649 ms 2698 ms 41.99 Mb 46.7 Mb
initFooter 0.002 ms 2698 ms - Mb 46.7 Mb
display 915 ms 3612 ms 14.47 Mb 63.8 Mb
Hook Time Memory Usage
displayMainMenu 146.407 ms 2.10 Mb
displayLeftColumn 16.822 ms 0.74 Mb
displayFooter 9.193 ms 0.38 Mb
ActionFrontControllerSetMedia 6.949 ms 0.19 Mb
Footer 4.261 ms 0.18 Mb
IsJustElementor 3.695 ms 0.02 Mb
displayNav2 3.572 ms 0.16 Mb
DisplayHeader 2.766 ms 0.09 Mb
DisplayGDPRConsent 2.428 ms 0.08 Mb
DisplayBeforeBodyClosingTag 1.842 ms 0.05 Mb
displayNav1 1.769 ms 0.08 Mb
renderWidget 1.572 ms 0.05 Mb
displayVerticalMenu 1.520 ms 0.03 Mb
ProductSearchProvider 0.360 ms - Mb
DisplayLeftColumn 0.348 ms 0.02 Mb
Header 0.099 ms - Mb
OverrideLayoutTemplate 0.070 ms - Mb
DisplayFooterBefore 0.018 ms - Mb
DisplayNavFullWidth 0.017 ms - Mb
Top 0.015 ms - Mb
DisplayFooterAfter 0.013 ms - Mb
DisplayAfterBodyOpeningTag 0.013 ms - Mb
ActionDispatcher 0.012 ms - Mb
ModuleRoutes 0.010 ms - Mb
ActionProductSearchAfter 0.009 ms - Mb
25 hook(s) 203.780 ms 4.18 Mb
Module Time Memory Usage
ps_checkout 9.914 ms 0.22 Mb
iqitthemeeditor 1.197 ms 0.18 Mb
ps_emailsubscription 4.978 ms 0.26 Mb
blockreassurance 0.457 ms 0.02 Mb
nkmgls 5.671 ms 0.30 Mb
paybox 1.892 ms 0.08 Mb
ps_emailalerts 0.383 ms 0.01 Mb
ps_accounts 0.367 ms - Mb
revsliderprestashop 1.790 ms 0.05 Mb
productcomments 0.242 ms 0.01 Mb
ps_shoppingcart 0.128 ms 0.01 Mb
iqitcontactpage 4.018 ms 0.07 Mb
iqitsociallogin 0.151 ms 0.01 Mb
iqitmegamenu 148.217 ms 2.15 Mb
iqitelementor 4.288 ms 0.03 Mb
iqitfreedeliverycount 0.262 ms 0.01 Mb
sendinblue 1.264 ms 0.04 Mb
colissimo_simplicite 2.694 ms 0.09 Mb
lgcookieslaw 5.454 ms 0.19 Mb
ps_facetedsearch 1.273 ms 0.08 Mb
iqithtmlandbanners 2.436 ms 0.16 Mb
ps_languageselector 0.651 ms 0.05 Mb
ps_currencyselector 3.184 ms 0.13 Mb
iqitsearch 2.181 ms - Mb
ps_customersignin 0.126 ms 0.01 Mb
ps_categorytree 17.043 ms 0.75 Mb
iqitlinksmanager 1.572 ms 0.08 Mb
psgdpr 3.147 ms 0.19 Mb
statsdata 1.983 ms 0.05 Mb
29 module(s) 226.962 ms 5.17 Mb

Stopwatch SQL - 3650 queries

# Query Time (ms) Rows Filesort Group By Location
88
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) LEFT JOIN hgt78_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (2, 3) AND c.nleft>=2 AND c.nright<=577 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
246.820 ms 84566416 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
1250
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5267 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5267 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
12.445 ms 0 /classes/Cart.php:1430
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`)
11.265 ms 5859 /classes/Configuration.php:180
90
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 (3518,4302,4284,2556,2557,3630,3420,3010,3108,3234,2933,2934,4312,3242,3257,3258,7582,4480,4301,4261,3875,4265,4273,3949,3819,3950,3867,3951,3821,4336,7780,3847,3850,4947,3851,3913,4319,4320,3013,4326,3989,4325,3995,3352,2399,2737,4005,4016,3255,4017,3256,4018,4019,4110,4036,3560,3563,4209,2914,3383,3332,2894,2895,3391,3557,3856,3559,4580,3400,3890,2950,4103,3891,3892,3893,4065,5102,3909,5103,3910,3039,5164,3418,5165,3514,5638,4086,5639,4087,4081,3978,4073,3930,3936,4027,2503,4962,4093,5265,5640,5266,5267,2917,6018,4246,6025,5335,4252,5350,4253,3521,4045,4334,5592,5774,4951,6106,5109,5514,5515,5516,4085,5069,5180,6132,6199,6200,5111,4132,5181,4139,4185,4186,4187,4190,4191,4192,4300,4546,4949,4950,5157,5175,5417,3330,3427,4651,4675,3728,8394,3732,4628,7781,8426,4495,4847,8535,8536,8540,8557,2804,8637,8651,8656,3512,3081,3112,8801,3245,2729,3785,5001,5072,5121,4493,5875,5876,5877,4551,4566,4588,9088,4589,4596,4597,4598,4686,4693,4714,4708,4723,4711,9154,9155,9156,4732,4836,4899,10739,9306,4996,5285,5286,5287,5288,5298,5610,5841,6049,6061,6110,6130,7544,10019,10333,10334,10377)
10.459 ms 217 /classes/ProductAssembler.php:95
3628
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.492 ms 242 Yes Yes /classes/Category.php:799
2505
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7544 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7544 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
5.513 ms 0 /classes/Cart.php:1430
2694
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
5.479 ms 1 /src/Adapter/EntityMapper.php:71
2047
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5001
ORDER BY f.position ASC
5.035 ms 5 Yes /classes/Product.php:6021
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.889 ms 219 Yes Yes /classes/Hook.php:1289
2686
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
4.714 ms 1 Yes /classes/Product.php:3545
3400
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.497 ms 219 Yes Yes /classes/Hook.php:1289
3112
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4686
ORDER BY `position`
4.305 ms 1 Yes /classes/Product.php:3545
835
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3557 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.096 ms 10 Yes /classes/SpecificPrice.php:576
3037
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8637
ORDER BY `position`
4.036 ms 1 Yes /classes/Product.php:3545
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` = 4598)
3.973 ms 1 /classes/Product.php:3860
3088
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4551
ORDER BY `position`
3.879 ms 1 Yes /classes/Product.php:3545
3108
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4598) AND (b.`id_shop` = 1) LIMIT 1
3.782 ms 1 /src/Adapter/EntityMapper.php:71
3305
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
3.747 ms 148 Yes Yes /classes/Category.php:799
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` = 4596 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4596 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.686 ms 0 /classes/Cart.php:1430
105
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
3.561 ms 721 /classes/Hook.php:459
1475
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.560 ms 1 /classes/stock/StockAvailable.php:453
3203
SELECT SQL_NO_CACHE c.id_elementor FROM hgt78_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
3.506 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
270
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3257 LIMIT 1
3.410 ms 10 /classes/SpecificPrice.php:435
3618
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6130) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3.387 ms 1 Yes Yes /classes/Product.php:4524
364
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4273 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.373 ms 10 Yes /classes/SpecificPrice.php:576
1200
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
3.219 ms 10 Yes /classes/SpecificPrice.php:576
1778
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3728)
3.189 ms 1 /classes/Product.php:3860
3100
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4589
ORDER BY `position`
3.147 ms 1 Yes /classes/Product.php:3545
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 = 4686
ORDER BY f.position ASC
3.088 ms 5 Yes /classes/Product.php:6021
1053
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 188 LIMIT 1
2.990 ms 1 /classes/Product.php:5659
1145
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
2.972 ms 10 Yes /classes/SpecificPrice.php:576
3546
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4949) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.824 ms 1 Yes Yes /classes/Product.php:4524
3051
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3112) AND (b.`id_shop` = 1) LIMIT 1
2.740 ms 1 /src/Adapter/EntityMapper.php:71
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` = 9088 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.722 ms 10 Yes /classes/SpecificPrice.php:576
2985
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3330) AND (b.`id_shop` = 1) LIMIT 1
2.638 ms 1 /src/Adapter/EntityMapper.php:71
261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3242 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.624 ms 10 Yes /classes/SpecificPrice.php:576
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 = 4596
ORDER BY f.position ASC
2.621 ms 5 Yes /classes/Product.php:6021
3374
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.592 ms 73 Yes Yes /classes/Category.php:799
3181
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6061
2.589 ms 1 /classes/Product.php:2902
1451
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5515 AND id_shop=1 LIMIT 1
2.573 ms 1 /classes/Product.php:6876
3118
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4714
ORDER BY `position`
2.551 ms 1 Yes /classes/Product.php:3545
104
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
2.528 ms 0 /classes/Hook.php:1348
3190
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7544
2.522 ms 1 /classes/Product.php:2902
2752
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3559
ORDER BY `position`
2.511 ms 1 Yes /classes/Product.php:3545
1189
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4962 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.506 ms 10 Yes /classes/SpecificPrice.php:576
1082
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.483 ms 1 /classes/stock/StockAvailable.php:453
2738
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2894
2.479 ms 1 /classes/Product.php:2902
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` = 4693 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.428 ms 10 Yes /classes/SpecificPrice.php:576
3006
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4628) AND (b.`id_shop` = 1) LIMIT 1
2.417 ms 1 /src/Adapter/EntityMapper.php:71
308
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4480 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.371 ms 10 Yes /classes/SpecificPrice.php:576
3147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10739
ORDER BY `position`
2.352 ms 2 Yes /classes/Product.php:3545
353
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4265 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.328 ms 10 Yes /classes/SpecificPrice.php:576
2739
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
2.299 ms 1 /src/Adapter/EntityMapper.php:71
3229
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.281 ms 73 Yes Yes /classes/Category.php:799
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` = 4597)
2.269 ms 1 /classes/Product.php:3860
2757
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3400) AND (b.`id_shop` = 1) LIMIT 1
2.264 ms 1 /src/Adapter/EntityMapper.php:71
3035
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2804
2.255 ms 1 /classes/Product.php:2902
3241
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
2.252 ms 93 Yes Yes /classes/Category.php:799
2658
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
2.251 ms 1 /src/Adapter/EntityMapper.php:71
1178
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2503 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.241 ms 10 Yes /classes/SpecificPrice.php:576
1194
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4962 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4962 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.237 ms 0 /classes/Cart.php:1430
3186
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6130
ORDER BY `position`
2.203 ms 1 Yes /classes/Product.php:3545
2211
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4686 AND `id_group` = 1 LIMIT 1
2.193 ms 0 /classes/GroupReduction.php:156
153
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.189 ms 0 /classes/Cart.php:1430
1205
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
2.150 ms 0 /classes/Cart.php:1430
3030
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8557) AND (b.`id_shop` = 1) LIMIT 1
2.143 ms 1 /src/Adapter/EntityMapper.php:71
2913
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
2.143 ms 1 /src/Adapter/EntityMapper.php:71
1772
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3728
AND image_shop.`cover` = 1 LIMIT 1
2.132 ms 1 /classes/Product.php:3570
3021
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8535) AND (b.`id_shop` = 1) LIMIT 1
2.092 ms 1 /src/Adapter/EntityMapper.php:71
1960
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3512 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.082 ms 10 Yes /classes/SpecificPrice.php:576
3488
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
2.077 ms 1 Yes Yes /classes/Product.php:4524
544
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3013 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.062 ms 10 Yes /classes/SpecificPrice.php:576
607
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
2.047 ms 1 /classes/Product.php:3570
1976
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3081 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3081 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.029 ms 0 /classes/Cart.php:1430
1785
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` = 174 LIMIT 1
2.022 ms 1 /classes/Category.php:1378
1790
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8394)
2.012 ms 1 /classes/Product.php:3860
1100
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4087 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.003 ms 10 Yes /classes/SpecificPrice.php:576
886
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
1.999 ms 1 /classes/Product.php:3570
443
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4336 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.972 ms 11 Yes /classes/SpecificPrice.php:576
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `hgt78_hook`
1.963 ms 1185 /classes/Hook.php:1348
2910
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.954 ms 1 /src/Adapter/EntityMapper.php:71
3189
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7544
ORDER BY `position`
1.950 ms 2 Yes /classes/Product.php:3545
476
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.942 ms 10 Yes /classes/SpecificPrice.php:576
2689
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
1.928 ms 1 Yes /classes/Product.php:3545
2664
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4320) AND (b.`id_shop` = 1) LIMIT 1
1.903 ms 1 /src/Adapter/EntityMapper.php:71
2959
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4191
ORDER BY `position`
1.899 ms 1 Yes /classes/Product.php:3545
2934
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5111) AND (b.`id_shop` = 1) LIMIT 1
1.888 ms 1 /src/Adapter/EntityMapper.php:71
272
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3257 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.886 ms 10 Yes /classes/SpecificPrice.php:576
3399
SELECT SQL_NO_CACHE lower(name) as name
FROM `hgt78_hook` h
WHERE (h.active = 1)
1.877 ms 1185 /classes/Hook.php:1388
2691
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1.863 ms 1 /src/Adapter/EntityMapper.php:71
606
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3352
ORDER BY f.position ASC
1.857 ms 5 Yes /classes/Product.php:6021
1768
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4675 AND `id_group` = 1 LIMIT 1
1.821 ms 0 /classes/GroupReduction.php:156
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` = 2557 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.803 ms 10 Yes /classes/SpecificPrice.php:576
2380
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5285 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5285 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.802 ms 0 /classes/Cart.php:1430
2770
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.759 ms 1 Yes /classes/Product.php:3545
3179
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6061) AND (b.`id_shop` = 1) LIMIT 1
1.746 ms 1 /src/Adapter/EntityMapper.php:71
3636
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1
1.745 ms 1 /classes/module/Module.php:2137
1684
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4950 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
313
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4480 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4480 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.737 ms 0 /classes/Cart.php:1430
358
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4265 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4265 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.736 ms 0 /classes/Cart.php:1430
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `hgt78_hook` h
WHERE (h.active = 1)
1.729 ms 1185 /classes/Hook.php:1388
3543
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4192) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.712 ms 1 Yes Yes /classes/Product.php:4524
2954
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4187
1.711 ms 1 /classes/Product.php:2902
3541
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4190) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.706 ms 1 Yes Yes /classes/Product.php:4524
1793
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8394) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.703 ms 1 /classes/stock/StockAvailable.php:453
3360
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
1.703 ms 7 Yes Yes /classes/Category.php:799
2992
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4651
ORDER BY `position`
1.699 ms 1 Yes /classes/Product.php:3545
3617
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6110) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.694 ms 1 Yes Yes /classes/Product.php:4524
143
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2556
AND image_shop.`cover` = 1 LIMIT 1
1.692 ms 1 /classes/Product.php:3570
2386
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5286 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.691 ms 10 Yes /classes/SpecificPrice.php:576
3542
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4191) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.681 ms 1 Yes Yes /classes/Product.php:4524
628
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.678 ms 0 /classes/Cart.php:1430
147
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2556
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.674 ms 1 /classes/SpecificPrice.php:259
1971
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3081 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.673 ms 10 Yes /classes/SpecificPrice.php:576
1150
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.664 ms 0 /classes/Cart.php:1430
3093
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4588) AND (b.`id_shop` = 1) LIMIT 1
1.656 ms 1 /src/Adapter/EntityMapper.php:71
2887
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4045
ORDER BY `position`
1.639 ms 1 Yes /classes/Product.php:3545
3404
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `hgt78_hook`
1.638 ms 1185 /classes/Hook.php:1348
3463
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.634 ms 1 Yes Yes /classes/Product.php:4524
1056
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3514 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.631 ms 10 Yes /classes/SpecificPrice.php:576
3614
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5841) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.626 ms 1 Yes Yes /classes/Product.php:4524
2667
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3013) AND (b.`id_shop` = 1) LIMIT 1
1.623 ms 1 /src/Adapter/EntityMapper.php:71
630
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
1.618 ms 1 /classes/Product.php:3570
1848
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4495 AND `id_group` = 1 LIMIT 1
1.615 ms 0 /classes/GroupReduction.php:156
3540
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4187) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.612 ms 1 Yes Yes /classes/Product.php:4524
320
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4301 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.612 ms 10 Yes /classes/SpecificPrice.php:576
3465
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.610 ms 1 Yes Yes /classes/Product.php:4524
3286
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
1.609 ms 14 Yes Yes /classes/Category.php:799
2408
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5288 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.599 ms 10 Yes /classes/SpecificPrice.php:576
3390
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.593 ms 73 Yes Yes /classes/Category.php:799
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
1.588 ms 31 Yes Yes /classes/Category.php:924
2685
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1.585 ms 1 /src/Adapter/EntityMapper.php:71
3192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10019
ORDER BY `position`
1.572 ms 1 Yes /classes/Product.php:3545
3090
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4566) AND (b.`id_shop` = 1) LIMIT 1
1.571 ms 1 /src/Adapter/EntityMapper.php:71
3535
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4132) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.570 ms 1 Yes Yes /classes/Product.php:4524
136
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4284 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.563 ms 10 Yes /classes/SpecificPrice.php:576
2947
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4185
ORDER BY `position`
1.562 ms 1 Yes /classes/Product.php:3545
2966
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4300
1.548 ms 1 /classes/Product.php:2902
3184
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6110
1.545 ms 1 /classes/Product.php:2902
2029
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3785 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.532 ms 10 Yes /classes/SpecificPrice.php:576
481
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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
1.516 ms 0 /classes/Cart.php:1430
2670
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4326) AND (b.`id_shop` = 1) LIMIT 1
1.514 ms 1 /src/Adapter/EntityMapper.php:71
608
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
1.510 ms 1 /classes/Category.php:1378
2884
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3521
ORDER BY `position`
1.508 ms 1 Yes /classes/Product.php:3545
1134
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4073 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.505 ms 10 Yes /classes/SpecificPrice.php:576
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` = 4686 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.504 ms 10 Yes /classes/SpecificPrice.php:576
1678
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4949 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4949 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.502 ms 0 /classes/Cart.php:1430
2391
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5286 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5286 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.502 ms 0 /classes/Cart.php:1430
2466
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6061 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.502 ms 10 Yes /classes/SpecificPrice.php:576
3549
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5175) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.501 ms 1 Yes Yes /classes/Product.php:4524
2924
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5180
1.500 ms 1 /classes/Product.php:2902
183
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
1.494 ms 1 /classes/Product.php:3860
2011
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3245 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3245 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.490 ms 0 /classes/Cart.php:1430
2682
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3352) AND (b.`id_shop` = 1) LIMIT 1
1.488 ms 1 /src/Adapter/EntityMapper.php:71
2381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5285
ORDER BY f.position ASC
1.478 ms 5 Yes /classes/Product.php:6021
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` = 4589 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4589 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.478 ms 0 /classes/Cart.php:1430
3526
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.475 ms 1 Yes Yes /classes/Product.php:4524
3593
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4686) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.471 ms 1 Yes Yes /classes/Product.php:4524
2888
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4045
1.460 ms 1 /classes/Product.php:2902
1324
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5350 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.453 ms 10 Yes /classes/SpecificPrice.php:576
685
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3256 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3256 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.447 ms 0 /classes/Cart.php:1430
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` = 4836 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.446 ms 10 Yes /classes/SpecificPrice.php:576
2655
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.443 ms 1 /src/Adapter/EntityMapper.php:71
266
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3242 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.442 ms 0 /classes/Cart.php:1430
283
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3258 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.441 ms 10 Yes /classes/SpecificPrice.php:576
3264
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
1.440 ms 15 Yes Yes /classes/Category.php:799
3105
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4597) AND (b.`id_shop` = 1) LIMIT 1
1.430 ms 1 /src/Adapter/EntityMapper.php:71
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` = 4836 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4836 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.430 ms 0 /classes/Cart.php:1430
3482
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4065) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.427 ms 1 Yes Yes /classes/Product.php:4524
267
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3242
ORDER BY f.position ASC
1.424 ms 5 Yes /classes/Product.php:6021
2952
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4187) AND (b.`id_shop` = 1) LIMIT 1
1.424 ms 1 /src/Adapter/EntityMapper.php:71
3182
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6110) AND (b.`id_shop` = 1) LIMIT 1
1.420 ms 1 /src/Adapter/EntityMapper.php:71
3048
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3081) AND (b.`id_shop` = 1) LIMIT 1
1.417 ms 1 /src/Adapter/EntityMapper.php:71
2697
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3255) AND (b.`id_shop` = 1) LIMIT 1
1.414 ms 1 /src/Adapter/EntityMapper.php:71
694
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4018 AND `id_group` = 1 LIMIT 1
1.410 ms 0 /classes/GroupReduction.php:156
3591
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4597) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.405 ms 1 Yes Yes /classes/Product.php:4524
2079
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4493 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4493 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.401 ms 0 /classes/Cart.php:1430
901
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.400 ms 10 Yes /classes/SpecificPrice.php:576
488
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4947 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.389 ms 11 Yes /classes/SpecificPrice.php:576
2925
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1.384 ms 1 /src/Adapter/EntityMapper.php:71
855
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3559 LIMIT 1
1.378 ms 10 /classes/SpecificPrice.php:435
3544
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4300) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.376 ms 1 Yes Yes /classes/Product.php:4524
612
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.375 ms 10 Yes /classes/SpecificPrice.php:576
3052
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3112
ORDER BY `position`
1.373 ms 1 Yes /classes/Product.php:3545
2673
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1.372 ms 1 /src/Adapter/EntityMapper.php:71
2736
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.372 ms 1 /src/Adapter/EntityMapper.php:71
846
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.372 ms 10 Yes /classes/SpecificPrice.php:576
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` = 2557)
1.368 ms 1 /classes/Product.php:3860
2961
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4192) AND (b.`id_shop` = 1) LIMIT 1
1.367 ms 1 /src/Adapter/EntityMapper.php:71
277
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3257 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3257 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.364 ms 0 /classes/Cart.php:1430
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 = 2557
ORDER BY f.position ASC
1.361 ms 5 Yes /classes/Product.php:6021
3040
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8651
ORDER BY `position`
1.361 ms 2 Yes /classes/Product.php:3545
3506
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.353 ms 1 Yes Yes /classes/Product.php:4524
3518
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4045) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.344 ms 1 Yes Yes /classes/Product.php:4524
1811
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4628 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.342 ms 10 Yes /classes/SpecificPrice.php:576
879
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3400 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.339 ms 10 Yes /classes/SpecificPrice.php:576
2713
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4110
ORDER BY `position`
1.337 ms 1 Yes /classes/Product.php:3545
553
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4326 LIMIT 1
1.335 ms 10 /classes/SpecificPrice.php:435
3185
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6130) AND (b.`id_shop` = 1) LIMIT 1
1.335 ms 1 /src/Adapter/EntityMapper.php:71
2712
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4110) AND (b.`id_shop` = 1) LIMIT 1
1.334 ms 1 /src/Adapter/EntityMapper.php:71
912
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4103 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.332 ms 10 Yes /classes/SpecificPrice.php:576
3096
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9088) AND (b.`id_shop` = 1) LIMIT 1
1.332 ms 1 /src/Adapter/EntityMapper.php:71
2960
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4191
1.325 ms 1 /classes/Product.php:2902
254
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4312) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.319 ms 1 /classes/stock/StockAvailable.php:453
3099
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4589) AND (b.`id_shop` = 1) LIMIT 1
1.318 ms 1 /src/Adapter/EntityMapper.php:71
2763
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1.317 ms 1 /src/Adapter/EntityMapper.php:71
1104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.314 ms 1 /classes/stock/StockAvailable.php:453
1172
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.314 ms 0 /classes/Cart.php:1430
695
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
1.314 ms 1 /classes/stock/StockAvailable.php:453
2693
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4005
1.313 ms 1 /classes/Product.php:2902
3082
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5876
ORDER BY `position`
1.313 ms 1 Yes /classes/Product.php:3545
747
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.311 ms 10 Yes /classes/SpecificPrice.php:576
696
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.310 ms 0 /classes/Cart.php:1430
945
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.308 ms 10 Yes /classes/SpecificPrice.php:576
2661
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4319) AND (b.`id_shop` = 1) LIMIT 1
1.304 ms 1 /src/Adapter/EntityMapper.php:71
1135
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4073)
1.301 ms 1 /classes/Product.php:3860
1185
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4962
AND image_shop.`cover` = 1 LIMIT 1
1.301 ms 1 /classes/Product.php:3570
1105
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4087 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.281 ms 0 /classes/Cart.php:1430
217
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.278 ms 10 Yes /classes/SpecificPrice.php:576
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` = 4085 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.277 ms 10 Yes /classes/SpecificPrice.php:576
3015
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4495) AND (b.`id_shop` = 1) LIMIT 1
1.276 ms 1 /src/Adapter/EntityMapper.php:71
736
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.273 ms 10 Yes /classes/SpecificPrice.php:576
148
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2556 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.272 ms 10 Yes /classes/SpecificPrice.php:576
2347
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10739 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10739 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.269 ms 0 /classes/Cart.php:1430
210
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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
1.267 ms 0 /classes/Cart.php:1430
847
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
1.267 ms 1 /classes/Product.php:3860
2397
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5287 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.265 ms 10 Yes /classes/SpecificPrice.php:576
1234
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5266 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.264 ms 10 Yes /classes/SpecificPrice.php:576
3149
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9306) AND (b.`id_shop` = 1) LIMIT 1
1.264 ms 1 /src/Adapter/EntityMapper.php:71
3538
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4185) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.264 ms 1 Yes Yes /classes/Product.php:4524
3605
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10739) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.264 ms 1 Yes Yes /classes/Product.php:4524
338
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
1.263 ms 1 /classes/Product.php:3570
1245
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5267 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.258 ms 10 Yes /classes/SpecificPrice.php:576
2460
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6049 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6049 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
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` = 4714 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4714 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.254 ms 0 /classes/Cart.php:1430
2938
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4132
ORDER BY `position`
1.250 ms 1 Yes /classes/Product.php:3545
2692
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
1.248 ms 1 Yes /classes/Product.php:3545
3531
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.243 ms 1 Yes Yes /classes/Product.php:4524
101
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.242 ms 10 Yes /classes/SpecificPrice.php:576
2668
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3013
ORDER BY `position`
1.240 ms 1 Yes /classes/Product.php:3545
3086
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5877
1.234 ms 1 /classes/Product.php:2902
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` = 5069 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1212
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5265 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.229 ms 10 Yes /classes/SpecificPrice.php:576
296
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7582 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.224 ms 10 Yes /classes/SpecificPrice.php:576
934
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.224 ms 10 Yes /classes/SpecificPrice.php:576
3033
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2804) AND (b.`id_shop` = 1) LIMIT 1
1.223 ms 1 /src/Adapter/EntityMapper.php:71
713
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4110 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.218 ms 10 Yes /classes/SpecificPrice.php:576
1123
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.216 ms 10 Yes /classes/SpecificPrice.php:576
3481
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.213 ms 1 Yes Yes /classes/Product.php:4524
3188
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7544) AND (b.`id_shop` = 1) LIMIT 1
1.212 ms 1 /src/Adapter/EntityMapper.php:71
1228
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.211 ms 0 /classes/Cart.php:1430
526
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4319 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4319 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.210 ms 0 /classes/Cart.php:1430
1157
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3936)
1.210 ms 1 /classes/Product.php:3860
2916
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4085) AND (b.`id_shop` = 1) LIMIT 1
1.209 ms 1 /src/Adapter/EntityMapper.php:71
2662
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4319
ORDER BY `position`
1.206 ms 1 Yes /classes/Product.php:3545
533
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4320)
1.205 ms 1 /classes/Product.php:3860
833
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3557 LIMIT 1
1.205 ms 10 /classes/SpecificPrice.php:435
718
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4110 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4110 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.203 ms 0 /classes/Cart.php:1430
868
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.203 ms 10 Yes /classes/SpecificPrice.php:576
1689
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4950 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4950 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.203 ms 0 /classes/Cart.php:1430
2523
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10333 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.201 ms 11 Yes /classes/SpecificPrice.php:576
3431
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.200 ms 1 Yes Yes /classes/Product.php:4524
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 = 5516
ORDER BY f.position ASC
1.197 ms 5 Yes /classes/Product.php:6021
578
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4325 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.194 ms 10 Yes /classes/SpecificPrice.php:576
1106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4087
ORDER BY f.position ASC
1.191 ms 5 Yes /classes/Product.php:6021
3530
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5180) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.191 ms 1 Yes Yes /classes/Product.php:4524
3036
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8637) AND (b.`id_shop` = 1) LIMIT 1
1.190 ms 1 /src/Adapter/EntityMapper.php:71
1712
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5175 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.189 ms 0 /classes/Cart.php:1430
157
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2557 LIMIT 1
1.186 ms 10 /classes/SpecificPrice.php:435
2119
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4551 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.183 ms 10 Yes /classes/SpecificPrice.php:576
3436
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4336) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.182 ms 1 Yes Yes /classes/Product.php:4524
895
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.180 ms 0 /classes/Cart.php:1430
3467
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.178 ms 1 Yes Yes /classes/Product.php:4524
3545
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4546) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.177 ms 1 Yes Yes /classes/Product.php:4524
2893
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5592
ORDER BY `position`
1.176 ms 1 Yes /classes/Product.php:3545
957
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4065 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.174 ms 10 Yes /classes/SpecificPrice.php:576
1223
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.173 ms 10 Yes /classes/SpecificPrice.php:576
359
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4265
ORDER BY f.position ASC
1.173 ms 5 Yes /classes/Product.php:6021
154
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2556
ORDER BY f.position ASC
1.172 ms 5 Yes /classes/Product.php:6021
537
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4320 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4320 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.172 ms 0 /classes/Cart.php:1430
3277
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
1.171 ms 11 Yes Yes /classes/Category.php:799
2963
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4192
1.169 ms 1 /classes/Product.php:2902
2906
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5109
1.165 ms 1 /classes/Product.php:2902
3504
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.163 ms 1 Yes Yes /classes/Product.php:4524
1301
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5335 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
538
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4320
ORDER BY f.position ASC
1.160 ms 5 Yes /classes/Product.php:6021
3508
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5267) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.160 ms 1 Yes Yes /classes/Product.php:4524
962
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4065 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4065 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.158 ms 0 /classes/Cart.php:1430
1312
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.158 ms 10 Yes /classes/SpecificPrice.php:576
2900
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4951
1.158 ms 1 /classes/Product.php:2902
3533
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.156 ms 1 Yes Yes /classes/Product.php:4524
1857
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4847 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.154 ms 10 Yes /classes/SpecificPrice.php:576
171
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.154 ms 10 Yes /classes/SpecificPrice.php:576
2041
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5001 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.154 ms 10 Yes /classes/SpecificPrice.php:576
968
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.153 ms 10 Yes /classes/SpecificPrice.php:576
1165
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4027 LIMIT 1
1.153 ms 10 /classes/SpecificPrice.php:435
3507
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5266) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.153 ms 1 Yes Yes /classes/Product.php:4524
3273
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
1.149 ms 10 Yes Yes /classes/Category.php:799
113
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.145 ms 0 /classes/Cart.php:1430
3606
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9306) 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
2342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10739 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.144 ms 10 Yes /classes/SpecificPrice.php:576
857
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3559 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.143 ms 10 Yes /classes/SpecificPrice.php:576
3505
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5265) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.139 ms 1 Yes Yes /classes/Product.php:4524
1289
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.137 ms 10 Yes /classes/SpecificPrice.php:576
1346
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3521 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.136 ms 10 Yes /classes/SpecificPrice.php:576
3071
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5072
1.136 ms 1 /classes/Product.php:2902
2330
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4899 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.133 ms 10 Yes /classes/SpecificPrice.php:576
387
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3819 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.133 ms 10 Yes /classes/SpecificPrice.php:576
1800
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3732 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.131 ms 10 Yes /classes/SpecificPrice.php:576
3527
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.130 ms 1 Yes Yes /classes/Product.php:4524
725
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.129 ms 10 Yes /classes/SpecificPrice.php:576
3039
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8651) AND (b.`id_shop` = 1) LIMIT 1
1.127 ms 1 /src/Adapter/EntityMapper.php:71
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` = 4597 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.124 ms 10 Yes /classes/SpecificPrice.php:576
3503
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4962) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.121 ms 1 Yes Yes /classes/Product.php:4524
2108
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5877 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.120 ms 10 Yes /classes/SpecificPrice.php:576
1156
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3936 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3081
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5876) AND (b.`id_shop` = 1) LIMIT 1
1.117 ms 1 /src/Adapter/EntityMapper.php:71
1550
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4132 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.115 ms 10 Yes /classes/SpecificPrice.php:576
205
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.113 ms 10 Yes /classes/SpecificPrice.php:576
3437
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7780) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.113 ms 1 Yes Yes /classes/Product.php:4524
780
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3383 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.112 ms 10 Yes /classes/SpecificPrice.php:576
2443
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5841 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.112 ms 10 Yes /classes/SpecificPrice.php:576
2353
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9306 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
801
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.100 ms 0 /classes/SpecificPrice.php:259
3263
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.100 ms 7 Yes Yes /classes/Category.php:799
3539
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4186) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.100 ms 1 Yes Yes /classes/Product.php:4524
3638
SELECT SQL_NO_CACHE content FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
1.100 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
3468
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.100 ms 1 Yes Yes /classes/Product.php:4524
1573
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4139 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.098 ms 10 Yes /classes/SpecificPrice.php:576
3576
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2729) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.098 ms 1 Yes Yes /classes/Product.php:4524
1195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4962
ORDER BY f.position ASC
1.097 ms 5 Yes /classes/Product.php:6021
2665
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4320
ORDER BY `position`
1.095 ms 1 Yes /classes/Product.php:3545
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` = 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
1.093 ms 10 Yes /classes/SpecificPrice.php:576
1562
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5181 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3514
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.093 ms 1 Yes Yes /classes/Product.php:4524
1132
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4073 LIMIT 1
1.090 ms 10 /classes/SpecificPrice.php:435
1966
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3512
ORDER BY f.position ASC
1.088 ms 5 Yes /classes/Product.php:6021
3625
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
1.087 ms 1 /classes/module/Module.php:2137
979
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.086 ms 10 Yes /classes/SpecificPrice.php:576
1078
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4086 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.085 ms 10 Yes /classes/SpecificPrice.php:576
3067
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5001
ORDER BY `position`
1.085 ms 1 Yes /classes/Product.php:3545
3528
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4085) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.084 ms 1 Yes Yes /classes/Product.php:4524
2740
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
1.083 ms 1 Yes /classes/Product.php:3545
431
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3821
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.082 ms 0 /classes/SpecificPrice.php:259
454
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7780 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.082 ms 15 Yes /classes/SpecificPrice.php:576
2674
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
1.082 ms 1 Yes /classes/Product.php:3545
1111
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4081 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 10 Yes /classes/SpecificPrice.php:576
2455
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6049 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 9 Yes /classes/SpecificPrice.php:576
1368
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.077 ms 10 Yes /classes/SpecificPrice.php:576
421
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.075 ms 10 Yes /classes/SpecificPrice.php:576
2018
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2729 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.074 ms 10 Yes /classes/SpecificPrice.php:576
1329
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5350 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5350 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.070 ms 0 /classes/Cart.php:1430
1415
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6106 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.070 ms 10 Yes /classes/SpecificPrice.php:576
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 = 4693
ORDER BY f.position ASC
1.069 ms 5 Yes /classes/Product.php:6021
3270
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.067 ms 9 Yes Yes /classes/Category.php:799
3525
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.066 ms 1 Yes Yes /classes/Product.php:4524
309
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4480)
1.066 ms 1 /classes/Product.php:3860
465
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.065 ms 10 Yes /classes/SpecificPrice.php:576
3529
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5069) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.065 ms 1 Yes Yes /classes/Product.php:4524
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` = 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
1.063 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` = 4708 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.063 ms 10 Yes /classes/SpecificPrice.php:576
939
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.062 ms 0 /classes/Cart.php:1430
499
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.058 ms 10 Yes /classes/SpecificPrice.php:576
3509
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2917) 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
3524
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.058 ms 1 Yes Yes /classes/Product.php:4524
342
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.056 ms 10 Yes /classes/SpecificPrice.php:576
923
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.056 ms 10 Yes /classes/SpecificPrice.php:576
1379
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5592 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1868
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8535 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
206
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
1.053 ms 1 /classes/Product.php:3860
3532
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.051 ms 1 Yes Yes /classes/Product.php:4524
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` = 4589 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
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` = 4708 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4708 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
1391
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5774 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.047 ms 10 Yes /classes/SpecificPrice.php:576
2488
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6130 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1110
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4081
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.045 ms 0 /classes/SpecificPrice.php:259
1256
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2917 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
763
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4209 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4209 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.044 ms 0 /classes/Cart.php:1430
1988
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3112 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3112 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.044 ms 0 /classes/Cart.php:1430
1595
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4186 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 3 Yes /classes/SpecificPrice.php:576
1139
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4073 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4073 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
1067
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.040 ms 10 Yes /classes/SpecificPrice.php:576
3195
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10333
ORDER BY `position`
1.037 ms 1 Yes /classes/Product.php:3545
1317
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.036 ms 0 /classes/Cart.php:1430
493
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4947 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4947 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.035 ms 0 /classes/Cart.php:1430
961
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4065) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.035 ms 1 /classes/stock/StockAvailable.php:453
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` = 4495 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1965
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3512 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3512 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.034 ms 0 /classes/Cart.php:1430
2097
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5876 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3534
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5111) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.032 ms 1 Yes Yes /classes/Product.php:4524
482
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
1.031 ms 5 Yes /classes/Product.php:6021
3479
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.031 ms 1 Yes Yes /classes/Product.php:4524
2528
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10333 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10333 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.030 ms 0 /classes/Cart.php:1430
3511
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.030 ms 1 Yes Yes /classes/Product.php:4524
3512
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
1.030 ms 1 Yes Yes /classes/Product.php:4524
1744
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3427 AND id_shop=1 LIMIT 1
1.029 ms 1 /classes/Product.php:6876
802
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.028 ms 10 Yes /classes/SpecificPrice.php:576
2727
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
1.028 ms 1 /src/Adapter/EntityMapper.php:71
1094
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.026 ms 0 /classes/Cart.php:1430
2006
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3245 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1161
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3936 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3936 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.025 ms 0 /classes/Cart.php:1430
3289
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.025 ms 27 Yes Yes /classes/Category.php:799
730
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
1.023 ms 0 /classes/Cart.php:1430
506
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
1.022 ms 1 /classes/Product.php:3570
1201
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.020 ms 1 /classes/Product.php:3860
1516
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.020 ms 10 Yes /classes/SpecificPrice.php:576
2130
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4566 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.020 ms 10 Yes /classes/SpecificPrice.php:576
1770
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4675 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4675 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.019 ms 0 /classes/Cart.php:1430
2989
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3427
ORDER BY `position`
1.018 ms 1 Yes /classes/Product.php:3545
1789
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8394 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 3 Yes /classes/SpecificPrice.php:576
228
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2933 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
634
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.015 ms 10 Yes /classes/SpecificPrice.php:576
194
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3010 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.014 ms 10 Yes /classes/SpecificPrice.php:576
1765
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4675 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.014 ms 10 Yes /classes/SpecificPrice.php:576
566
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
1.012 ms 0 /classes/SpecificPrice.php:259
3440
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4947) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.012 ms 1 Yes Yes /classes/Product.php:4524
1707
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5175 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.011 ms 10 Yes /classes/SpecificPrice.php:576
1089
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.011 ms 10 Yes /classes/SpecificPrice.php:576
3196
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10333
1.011 ms 1 /classes/Product.php:2902
1639
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4192 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.009 ms 10 Yes /classes/SpecificPrice.php:576
2057
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5072 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5072 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.009 ms 0 /classes/Cart.php:1430
3487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3039) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.008 ms 1 Yes Yes /classes/Product.php:4524
791
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.007 ms 10 Yes /classes/SpecificPrice.php:576
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` = 4732 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
314
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4480
ORDER BY f.position ASC
1.006 ms 5 Yes /classes/Product.php:6021
990
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
1.006 ms 10 Yes /classes/SpecificPrice.php:576
1606
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4187 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.005 ms 10 Yes /classes/SpecificPrice.php:576
1306
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5335 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5335 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
448
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4336 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.002 ms 0 /classes/Cart.php:1430
3475
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3400) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.002 ms 1 Yes Yes /classes/Product.php:4524
984
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.001 ms 0 /classes/Cart.php:1430
301
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7582 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7582 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.001 ms 0 /classes/Cart.php:1430
922
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
1.001 ms 0 /classes/SpecificPrice.php:259
3523
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6106) 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
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` = 4596 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.999 ms 10 Yes /classes/SpecificPrice.php:576
840
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3557 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3557 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.998 ms 0 /classes/Cart.php:1430
1777
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3728 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 10 Yes /classes/SpecificPrice.php:576
3577
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3785) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.998 ms 1 Yes Yes /classes/Product.php:4524
2063
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5121 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
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` = 4714 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.996 ms 10 Yes /classes/SpecificPrice.php:576
996
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.995 ms 5 Yes /classes/Product.php:6021
1527
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.995 ms 10 Yes /classes/SpecificPrice.php:576
2432
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5610 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
589
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.994 ms 10 Yes /classes/SpecificPrice.php:576
2568
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.994 ms 1 /src/Adapter/EntityMapper.php:71
1045
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.993 ms 10 Yes /classes/SpecificPrice.php:576
1650
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4300 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
2420
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5298 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 10 Yes /classes/SpecificPrice.php:576
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` = 4732 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4732 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.991 ms 0 /classes/Cart.php:1430
3602
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4732) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.990 ms 1 Yes Yes /classes/Product.php:4524
646
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.989 ms 10 Yes /classes/SpecificPrice.php:576
3478
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4103) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.989 ms 1 Yes Yes /classes/Product.php:4524
704
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4019 AND id_shop=1 LIMIT 1
0.988 ms 1 /classes/Product.php:6876
769
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.988 ms 10 Yes /classes/SpecificPrice.php:576
890
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.987 ms 10 Yes /classes/SpecificPrice.php:576
1023
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.987 ms 10 Yes /classes/SpecificPrice.php:576
2392
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5286
ORDER BY f.position ASC
0.987 ms 5 Yes /classes/Product.php:6021
3569
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8651) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.986 ms 1 Yes Yes /classes/Product.php:4524
3466
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3383) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.986 ms 1 Yes Yes /classes/Product.php:4524
3601
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.985 ms 1 Yes Yes /classes/Product.php:4524
758
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4209 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.984 ms 10 Yes /classes/SpecificPrice.php:576
1584
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4185 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1505
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.982 ms 10 Yes /classes/SpecificPrice.php:576
1239
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5266 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5266 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
222
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.980 ms 0 /classes/Cart.php:1430
2512
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10019 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 11 Yes /classes/SpecificPrice.php:576
2695
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.978 ms 1 Yes /classes/Product.php:3545
978
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.977 ms 0 /classes/SpecificPrice.php:259
3536
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5181) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.977 ms 1 Yes Yes /classes/Product.php:4524
623
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.976 ms 10 Yes /classes/SpecificPrice.php:576
2564
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2556
0.976 ms 1 /classes/Product.php:2902
3293
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
0.975 ms 24 Yes Yes /classes/Category.php:799
503
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.975 ms 1 /classes/stock/StockAvailable.php:453
1896
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8540
ORDER BY f.position ASC
0.975 ms 5 Yes /classes/Product.php:6021
2534
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10334 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.975 ms 11 Yes /classes/SpecificPrice.php:576
2113
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5877 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5877 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.974 ms 0 /classes/Cart.php:1430
1719
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5417 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1261
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2917 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2917 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.972 ms 0 /classes/Cart.php:1430
1494
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5180 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1902
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8557 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
2631
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.971 ms 1 /src/Adapter/EntityMapper.php:71
2546
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10377 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.970 ms 11 Yes /classes/SpecificPrice.php:576
3597
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4723) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.970 ms 1 Yes Yes /classes/Product.php:4524
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` = 4302 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1278
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.969 ms 10 Yes /classes/SpecificPrice.php:576
651
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.968 ms 0 /classes/Cart.php:1430
2448
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5841 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5841 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.967 ms 0 /classes/Cart.php:1430
843
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.964 ms 1 /classes/Product.php:5659
1995
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8801 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.962 ms 10 Yes /classes/SpecificPrice.php:576
288
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3258 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3258 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.962 ms 0 /classes/Cart.php:1430
3484
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.961 ms 1 Yes Yes /classes/Product.php:4524
3622
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10334) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.961 ms 1 Yes Yes /classes/Product.php:4524
2766
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4103) AND (b.`id_shop` = 1) LIMIT 1
0.959 ms 1 /src/Adapter/EntityMapper.php:71
229
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2933)
0.958 ms 1 /classes/Product.php:3860
1539
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5111 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3520
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5592) 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
1196
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.957 ms 1 /classes/Product.php:3570
354
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4265)
0.955 ms 1 /classes/Product.php:3860
1679
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4949
ORDER BY f.position ASC
0.955 ms 5 Yes /classes/Product.php:6021
3515
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5350) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.954 ms 1 Yes Yes /classes/Product.php:4524
504
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.954 ms 0 /classes/Cart.php:1430
1955
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8656
ORDER BY f.position ASC
0.953 ms 5 Yes /classes/Product.php:6021
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` = 4085 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4085 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
1544
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5111 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5111 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
2750
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3856
0.952 ms 1 /classes/Product.php:2902
752
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
0.950 ms 0 /classes/Cart.php:1430
2375
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5285 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
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` = 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.949 ms 10 Yes /classes/SpecificPrice.php:576
1294
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
0.949 ms 0 /classes/Cart.php:1430
2773
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.949 ms 1 Yes /classes/Product.php:3545
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` = 4598 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
691
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.947 ms 10 Yes /classes/SpecificPrice.php:576
376
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.946 ms 10 Yes /classes/SpecificPrice.php:576
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` = 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
0.946 ms 10 Yes /classes/SpecificPrice.php:576
2141
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4588 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.946 ms 10 Yes /classes/SpecificPrice.php:576
2589
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4312) AND (b.`id_shop` = 1) LIMIT 1
0.942 ms 1 /src/Adapter/EntityMapper.php:71
1983
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3112 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
2000
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8801 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8801 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.939 ms 0 /classes/Cart.php:1430
532
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4320 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
964
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.937 ms 1 /classes/Product.php:3570
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` = 4723 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.936 ms 10 Yes /classes/SpecificPrice.php:576
2707
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.936 ms 1 Yes /classes/Product.php:3545
3486
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.936 ms 1 Yes Yes /classes/Product.php:4524
257
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3242
AND image_shop.`cover` = 1 LIMIT 1
0.935 ms 1 /classes/Product.php:3570
1890
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8540 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
521
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4319 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.934 ms 10 Yes /classes/SpecificPrice.php:576
3513
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5335) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.934 ms 1 Yes Yes /classes/Product.php:4524
1822
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7781 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.933 ms 10 Yes /classes/SpecificPrice.php:576
2124
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4551 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.933 ms 0 /classes/Cart.php:1430
2659
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.933 ms 1 Yes /classes/Product.php:3545
3522
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.933 ms 1 Yes Yes /classes/Product.php:4524
529
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.929 ms 1 /classes/Product.php:5659
2688
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.929 ms 1 /src/Adapter/EntityMapper.php:71
851
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.928 ms 0 /classes/Cart.php:1430
2364
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4996 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 10 Yes /classes/SpecificPrice.php:576
3480
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.926 ms 1 Yes Yes /classes/Product.php:4524
3462
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.925 ms 1 Yes Yes /classes/Product.php:4524
1396
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5774 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.922 ms 0 /classes/Cart.php:1430
1949
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8656 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
2946
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4185) AND (b.`id_shop` = 1) LIMIT 1
0.920 ms 1 /src/Adapter/EntityMapper.php:71
3227
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
0.919 ms 12 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
3008
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4628
0.919 ms 1 /classes/Product.php:2902
1357
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4045 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.918 ms 10 Yes /classes/SpecificPrice.php:576
1742
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3427 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.918 ms 10 Yes /classes/SpecificPrice.php:576
1938
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8651 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1943
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8651 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8651 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.917 ms 0 /classes/Cart.php:1430
680
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3256 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
600
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3352 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.915 ms 10 Yes /classes/SpecificPrice.php:576
2619
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4273) AND (b.`id_shop` = 1) LIMIT 1
0.915 ms 1 /src/Adapter/EntityMapper.php:71
3443
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4319) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.915 ms 1 Yes Yes /classes/Product.php:4524
1183
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2503 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2503 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
3283
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
0.913 ms 13 Yes Yes /classes/Category.php:799
2656
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.913 ms 1 Yes /classes/Product.php:3545
824
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3391 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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 10 Yes /classes/SpecificPrice.php:576
2733
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.912 ms 1 /src/Adapter/EntityMapper.php:71
141
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4284 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4284 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.911 ms 0 /classes/Cart.php:1430
1695
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5157 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.911 ms 10 Yes /classes/SpecificPrice.php:576
1567
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5181 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.909 ms 0 /classes/Cart.php:1430
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` = 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
0.907 ms 10 Yes /classes/SpecificPrice.php:576
2718
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.905 ms 1 /src/Adapter/EntityMapper.php:71
3072
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5121) AND (b.`id_shop` = 1) LIMIT 1
0.905 ms 1 /src/Adapter/EntityMapper.php:71
1688
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4950) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.904 ms 1 /classes/stock/StockAvailable.php:453
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.904 ms 1 /src/Adapter/EntityMapper.php:71
873
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.904 ms 0 /classes/Cart.php:1430
1879
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8536 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.904 ms 10 Yes /classes/SpecificPrice.php:576
849
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3856 AND `id_group` = 1 LIMIT 1
0.902 ms 0 /classes/GroupReduction.php:156
1731
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3330 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.902 ms 10 Yes /classes/SpecificPrice.php:576
1858
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4847)
0.902 ms 1 /classes/Product.php:3860
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` = 9156 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1754
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4651 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.900 ms 10 Yes /classes/SpecificPrice.php:576
559
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4326) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.899 ms 1 /classes/stock/StockAvailable.php:453
1816
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4628 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4628 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.898 ms 0 /classes/Cart.php:1430
2683
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3352
ORDER BY `position`
0.898 ms 1 Yes /classes/Product.php:3545
3193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10019
0.896 ms 1 /classes/Product.php:2902
702
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.895 ms 10 Yes /classes/SpecificPrice.php:576
906
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.895 ms 0 /classes/Cart.php:1430
2943
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4139) AND (b.`id_shop` = 1) LIMIT 1
0.894 ms 1 /src/Adapter/EntityMapper.php:71
1146
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.893 ms 1 /classes/Product.php:3860
3426
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4261) 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
973
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.891 ms 0 /classes/Cart.php:1430
170
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.890 ms 0 /classes/SpecificPrice.php:259
2471
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6061 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6061 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
3434
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.889 ms 1 Yes Yes /classes/Product.php:4524
223
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.889 ms 5 Yes /classes/Product.php:6021
3034
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2804
ORDER BY `position`
0.888 ms 1 Yes /classes/Product.php:3545
199
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3010 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3010 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
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 = 4598
ORDER BY f.position ASC
0.885 ms 5 Yes /classes/Product.php:6021
3020
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4847
0.885 ms 1 /classes/Product.php:2902
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` = 4711 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3548
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5157) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.883 ms 1 Yes Yes /classes/Product.php:4524
3500
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3936) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.882 ms 1 Yes Yes /classes/Product.php:4524
2613
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.882 ms 1 /src/Adapter/EntityMapper.php:71
2646
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.881 ms 1 /src/Adapter/EntityMapper.php:71
3441
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.880 ms 1 Yes Yes /classes/Product.php:4524
2742
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3391) AND (b.`id_shop` = 1) LIMIT 1
0.879 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2557 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2557 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.877 ms 0 /classes/Cart.php:1430
3464
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4209) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.877 ms 1 Yes Yes /classes/Product.php:4524
3483
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.877 ms 1 Yes Yes /classes/Product.php:4524
3469
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.876 ms 1 Yes Yes /classes/Product.php:4524
1617
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4190 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3054
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8801) AND (b.`id_shop` = 1) LIMIT 1
0.875 ms 1 /src/Adapter/EntityMapper.php:71
2425
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5298 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5298 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.874 ms 0 /classes/Cart.php:1430
3547
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4950) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.872 ms 1 Yes Yes /classes/Product.php:4524
510
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.871 ms 10 Yes /classes/SpecificPrice.php:576
995
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.871 ms 0 /classes/Cart.php:1430
244
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2934 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2934 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.869 ms 0 /classes/Cart.php:1430
2074
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4493 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
2730
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3383) AND (b.`id_shop` = 1) LIMIT 1
0.869 ms 1 /src/Adapter/EntityMapper.php:71
527
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4319
ORDER BY f.position ASC
0.868 ms 5 Yes /classes/Product.php:6021
1578
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4139 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4139 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.868 ms 0 /classes/Cart.php:1430
239
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2934 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.866 ms 10 Yes /classes/SpecificPrice.php:576
1589
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4185 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.865 ms 0 /classes/Cart.php:1430
935
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.863 ms 1 /classes/Product.php:3860
2034
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3785 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3785 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
555
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4326 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.862 ms 10 Yes /classes/SpecificPrice.php:576
1655
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4300 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4300 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
1335
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.861 ms 10 Yes /classes/SpecificPrice.php:576
3060
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2729) AND (b.`id_shop` = 1) LIMIT 1
0.861 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.860 ms 10 Yes /classes/SpecificPrice.php:576
3584
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5877) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.860 ms 1 Yes Yes /classes/Product.php:4524
3369
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.859 ms 1 /src/Adapter/EntityMapper.php:71
2052
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5072 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1001
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.857 ms 10 Yes /classes/SpecificPrice.php:576
2883
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3521) AND (b.`id_shop` = 1) LIMIT 1
0.857 ms 1 /src/Adapter/EntityMapper.php:71
582
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4325) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.856 ms 1 /classes/stock/StockAvailable.php:453
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` = 8426 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.856 ms 10 Yes /classes/SpecificPrice.php:576
1284
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.855 ms 5 Yes /classes/Product.php:6021
1373
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.855 ms 0 /classes/Cart.php:1430
3280
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.855 ms 12 Yes Yes /classes/Category.php:799
1384
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5592 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5592 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
2402
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5287 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5287 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
583
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4325 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4325 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
1083
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4086 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4086 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
459
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7780 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7780 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
1167
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.851 ms 10 Yes /classes/SpecificPrice.php:576
2994
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4675) AND (b.`id_shop` = 1) LIMIT 1
0.851 ms 1 /src/Adapter/EntityMapper.php:71
349
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4265
AND image_shop.`cover` = 1 LIMIT 1
0.850 ms 1 /classes/Product.php:3570
1140
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4073
ORDER BY f.position ASC
0.850 ms 5 Yes /classes/Product.php:6021
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 = 4732
ORDER BY f.position ASC
0.849 ms 5 Yes /classes/Product.php:6021
2643
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7780) AND (b.`id_shop` = 1) LIMIT 1
0.848 ms 1 /src/Adapter/EntityMapper.php:71
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
0.847 ms 129 Yes /classes/Dispatcher.php:654
605
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3352 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3352 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.847 ms 0 /classes/Cart.php:1430
3598
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4711) 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
1661
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4546 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.842 ms 10 Yes /classes/SpecificPrice.php:576
2413
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5288 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5288 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
889
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.840 ms 0 /classes/SpecificPrice.php:259
1914
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2804 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1555
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4132 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4132 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.839 ms 0 /classes/Cart.php:1430
2709
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.839 ms 1 /src/Adapter/EntityMapper.php:71
686
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3256
ORDER BY f.position ASC
0.838 ms 5 Yes /classes/Product.php:6021
813
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.835 ms 10 Yes /classes/SpecificPrice.php:576
2574
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3010) AND (b.`id_shop` = 1) LIMIT 1
0.834 ms 1 /src/Adapter/EntityMapper.php:71
2719
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.834 ms 1 Yes /classes/Product.php:3545
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` = 8426 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.833 ms 0 /classes/Cart.php:1430
1869
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8535)
0.833 ms 1 /classes/Product.php:3860
2640
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4336) AND (b.`id_shop` = 1) LIMIT 1
0.833 ms 1 /src/Adapter/EntityMapper.php:71
3191
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10019) AND (b.`id_shop` = 1) LIMIT 1
0.833 ms 1 /src/Adapter/EntityMapper.php:71
3425
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4301) 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
2955
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4190) AND (b.`id_shop` = 1) LIMIT 1
0.832 ms 1 /src/Adapter/EntityMapper.php:71
3442
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.832 ms 1 Yes Yes /classes/Product.php:4524
2610
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4261) AND (b.`id_shop` = 1) LIMIT 1
0.831 ms 1 /src/Adapter/EntityMapper.php:71
2676
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4325) AND (b.`id_shop` = 1) LIMIT 1
0.831 ms 1 /src/Adapter/EntityMapper.php:71
3521
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5774) 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
268
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3257
AND image_shop.`cover` = 1 LIMIT 1
0.830 ms 1 /classes/Product.php:3570
807
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.830 ms 0 /classes/Cart.php:1430
1151
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.829 ms 5 Yes /classes/Product.php:6021
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` = 4598 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4598 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
3595
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4714) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.829 ms 1 Yes Yes /classes/Product.php:4524
567
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.828 ms 10 Yes /classes/SpecificPrice.php:576
1613
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4190
AND image_shop.`cover` = 1 LIMIT 1
0.828 ms 1 /classes/Product.php:3570
2958
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4191) AND (b.`id_shop` = 1) LIMIT 1
0.826 ms 1 /src/Adapter/EntityMapper.php:71
3161
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5287) AND (b.`id_shop` = 1) LIMIT 1
0.826 ms 1 /src/Adapter/EntityMapper.php:71
233
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2933 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2933 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
669
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.825 ms 10 Yes /classes/SpecificPrice.php:576
1510
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.825 ms 0 /classes/Cart.php:1430
1611
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4187 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4187 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
2652
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4947) AND (b.`id_shop` = 1) LIMIT 1
0.823 ms 1 /src/Adapter/EntityMapper.php:71
2671
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4326
ORDER BY `position`
0.822 ms 1 Yes /classes/Product.php:3545
3114
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4693) AND (b.`id_shop` = 1) LIMIT 1
0.820 ms 1 /src/Adapter/EntityMapper.php:71
2775
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.820 ms 1 /src/Adapter/EntityMapper.php:71
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` = 5069 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5069 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.819 ms 0 /classes/Cart.php:1430
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` = 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
0.819 ms 0 /classes/Cart.php:1430
1700
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.819 ms 0 /classes/Cart.php:1430
658
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3255 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
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.814 ms 1 Yes /classes/shop/Shop.php:1364
963
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4065
ORDER BY f.position ASC
0.812 ms 5 Yes /classes/Product.php:6021
3094
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4588
ORDER BY `position`
0.811 ms 1 Yes /classes/Product.php:3545
3173
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5841) AND (b.`id_shop` = 1) LIMIT 1
0.811 ms 1 /src/Adapter/EntityMapper.php:71
3019
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4847
ORDER BY `position`
0.811 ms 1 Yes /classes/Product.php:3545
3485
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.810 ms 1 Yes Yes /classes/Product.php:4524
1072
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.810 ms 0 /classes/Cart.php:1430
2949
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4186) AND (b.`id_shop` = 1) LIMIT 1
0.809 ms 1 /src/Adapter/EntityMapper.php:71
336
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4261 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4261 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.809 ms 0 /classes/Cart.php:1430
3162
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5287
ORDER BY `position`
0.808 ms 1 Yes /classes/Product.php:3545
3596
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4708) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.807 ms 1 Yes Yes /classes/Product.php:4524
2135
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4566 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4566 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
3430
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.807 ms 1 Yes Yes /classes/Product.php:4524
273
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3257)
0.806 ms 1 /classes/Product.php:3860
3012
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8426) AND (b.`id_shop` = 1) LIMIT 1
0.806 ms 1 /src/Adapter/EntityMapper.php:71
1862
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4847 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4847 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
3623
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10377) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.804 ms 1 Yes Yes /classes/Product.php:4524
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` = 4495 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4495 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
3267
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.803 ms 8 Yes Yes /classes/Category.php:799
3424
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4480) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.803 ms 1 Yes Yes /classes/Product.php:4524
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` = 4597
AND image_shop.`cover` = 1 LIMIT 1
0.802 ms 1 /classes/Product.php:3570
2091
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5875 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5875 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
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` = 9155 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9155 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
3423
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7582) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.800 ms 1 Yes Yes /classes/Product.php:4524
3069
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5072) AND (b.`id_shop` = 1) LIMIT 1
0.800 ms 1 /src/Adapter/EntityMapper.php:71
1685
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4950)
0.799 ms 1 /classes/Product.php:3860
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` = 4686 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4686 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
432
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3821 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
2598
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3258) AND (b.`id_shop` = 1) LIMIT 1
0.798 ms 1 /src/Adapter/EntityMapper.php:71
2679
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.798 ms 1 /src/Adapter/EntityMapper.php:71
3411
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2557) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.798 ms 1 Yes Yes /classes/Product.php:4524
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` = 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.797 ms 0 /classes/Cart.php:1430
2359
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9306
ORDER BY f.position ASC
0.797 ms 5 Yes /classes/Product.php:6021
3126
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4711) AND (b.`id_shop` = 1) LIMIT 1
0.796 ms 1 /src/Adapter/EntityMapper.php:71
534
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4320 AND id_shop=1 LIMIT 1
0.795 ms 1 /classes/Product.php:6876
369
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4273 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4273 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
784
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3383) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.794 ms 1 /classes/stock/StockAvailable.php:453
3057
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3245) AND (b.`id_shop` = 1) LIMIT 1
0.794 ms 1 /src/Adapter/EntityMapper.php:71
3552
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3427) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.794 ms 1 Yes Yes /classes/Product.php:4524
1724
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5417 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5417 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
3471
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3557) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.793 ms 1 Yes Yes /classes/Product.php:4524
1817
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4628
ORDER BY f.position ASC
0.791 ms 5 Yes /classes/Product.php:6021
2517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10019 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10019 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.790 ms 0 /classes/Cart.php:1430
2778
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4065) AND (b.`id_shop` = 1) LIMIT 1
0.789 ms 1 /src/Adapter/EntityMapper.php:71
884
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3400 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3400 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
1190
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4962)
0.789 ms 1 /classes/Product.php:3860
255
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4312 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4312 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
1948
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8656
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.788 ms 0 /classes/SpecificPrice.php:259
1283
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.788 ms 0 /classes/Cart.php:1430
1443
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.788 ms 0 /classes/Cart.php:1430
187
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.787 ms 0 /classes/Cart.php:1430
829
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3391 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3391 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.786 ms 0 /classes/Cart.php:1430
1747
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3427 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3427 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.786 ms 0 /classes/Cart.php:1430
2649
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.786 ms 1 /src/Adapter/EntityMapper.php:71
3415
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.786 ms 1 Yes Yes /classes/Product.php:4524
970
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5102 AND id_shop=1 LIMIT 1
0.786 ms 1 /classes/Product.php:6876
115
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
0.784 ms 1 /classes/tax/TaxRulesTaxManager.php:109
1128
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.783 ms 0 /classes/Cart.php:1430
1587
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4185 AND `id_group` = 1 LIMIT 1
0.782 ms 0 /classes/GroupReduction.php:156
2086
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5875 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.782 ms 10 Yes /classes/SpecificPrice.php:576
862
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3559 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3559 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
2919
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5069) AND (b.`id_shop` = 1) LIMIT 1
0.781 ms 1 /src/Adapter/EntityMapper.php:71
3438
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.780 ms 1 Yes Yes /classes/Product.php:4524
2358
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9306 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.780 ms 0 /classes/Cart.php:1430
3592
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4598) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.780 ms 1 Yes Yes /classes/Product.php:4524
2437
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5610 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5610 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
3141
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4836) AND (b.`id_shop` = 1) LIMIT 1
0.779 ms 1 /src/Adapter/EntityMapper.php:71
3519
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.779 ms 1 Yes Yes /classes/Product.php:4524
2634
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.779 ms 1 /src/Adapter/EntityMapper.php:71
3276
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
0.778 ms 10 Yes Yes /classes/Category.php:799
1673
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4949 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.778 ms 10 Yes /classes/SpecificPrice.php:576
500
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.777 ms 1 /classes/Product.php:3860
3444
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4320) 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
1420
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6106 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6106 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
1107
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4081
AND image_shop.`cover` = 1 LIMIT 1
0.774 ms 1 /classes/Product.php:3570
1622
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4190 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4190 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
861
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3559) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.773 ms 1 /classes/stock/StockAvailable.php:453
753
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.773 ms 5 Yes /classes/Product.php:6021
1285
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
0.773 ms 1 /classes/Product.php:3570
2146
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4588 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.773 ms 0 /classes/Cart.php:1430
3236
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.771 ms 1 /src/Adapter/EntityMapper.php:71
663
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3255 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3255 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.770 ms 0 /classes/Cart.php:1430
1052
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3514
AND image_shop.`cover` = 1 LIMIT 1
0.770 ms 1 /classes/Product.php:3570
2147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4588
ORDER BY f.position ASC
0.770 ms 5 Yes /classes/Product.php:6021
2967
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4546) AND (b.`id_shop` = 1) LIMIT 1
0.770 ms 1 /src/Adapter/EntityMapper.php:71
3120
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4708) AND (b.`id_shop` = 1) LIMIT 1
0.770 ms 1 /src/Adapter/EntityMapper.php:71
1499
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5180 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5180 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
3098
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9088
0.769 ms 1 /classes/Product.php:2902
639
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.768 ms 0 /classes/Cart.php:1430
572
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.767 ms 0 /classes/Cart.php:1430
540
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` = 310 LIMIT 1
0.767 ms 1 /classes/Category.php:1378
674
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.767 ms 0 /classes/Cart.php:1430
689
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4018 LIMIT 1
0.767 ms 10 /classes/SpecificPrice.php:435
764
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4209
ORDER BY f.position ASC
0.767 ms 5 Yes /classes/Product.php:6021
1116
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4081 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4081 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.767 ms 0 /classes/Cart.php:1430
1600
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4186 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4186 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
1895
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8540 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8540 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
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` = 9088 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9088 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
2751
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3559) AND (b.`id_shop` = 1) LIMIT 1
0.765 ms 1 /src/Adapter/EntityMapper.php:71
211
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.764 ms 5 Yes /classes/Product.php:6021
1886
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8540
AND image_shop.`cover` = 1 LIMIT 1
0.764 ms 1 /classes/Product.php:3570
1229
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.763 ms 5 Yes /classes/Product.php:6021
2580
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.763 ms 1 /src/Adapter/EntityMapper.php:71
1805
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3732 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3732 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
731
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.762 ms 5 Yes /classes/Product.php:6021
3594
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4693) 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
3616
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6061) 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
1977
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3081
ORDER BY f.position ASC
0.761 ms 5 Yes /classes/Product.php:6021
182
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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.760 ms 10 Yes /classes/SpecificPrice.php:576
587
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3995 LIMIT 1
0.759 ms 10 /classes/SpecificPrice.php:435
2387
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5286)
0.759 ms 1 /classes/Product.php:3860
785
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3383 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3383 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.759 ms 0 /classes/Cart.php:1430
2565
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2557) AND (b.`id_shop` = 1) LIMIT 1
0.757 ms 1 /src/Adapter/EntityMapper.php:71
2982
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5417) AND (b.`id_shop` = 1) LIMIT 1
0.756 ms 1 /src/Adapter/EntityMapper.php:71
3102
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4596) AND (b.`id_shop` = 1) LIMIT 1
0.756 ms 1 /src/Adapter/EntityMapper.php:71
91
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.754 ms 1 /classes/Product.php:3570
129
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4302 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.754 ms 0 /classes/Cart.php:1430
2556
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4302) AND (b.`id_shop` = 1) LIMIT 1
0.754 ms 1 /src/Adapter/EntityMapper.php:71
2571
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.753 ms 1 /src/Adapter/EntityMapper.php:71
2369
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4996 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4996 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.752 ms 0 /classes/Cart.php:1430
3084
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5877) AND (b.`id_shop` = 1) LIMIT 1
0.752 ms 1 /src/Adapter/EntityMapper.php:71
494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4947
ORDER BY f.position ASC
0.752 ms 5 Yes /classes/Product.php:6021
531
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4320
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.752 ms 0 /classes/SpecificPrice.php:259
1017
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3039 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.752 ms 0 /classes/Cart.php:1430
1061
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3514 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3514 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.752 ms 0 /classes/Cart.php:1430
1217
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5265 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5265 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
2715
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.750 ms 1 /src/Adapter/EntityMapper.php:71
2997
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3728) AND (b.`id_shop` = 1) LIMIT 1
0.750 ms 1 /src/Adapter/EntityMapper.php:71
3551
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3330) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.750 ms 1 Yes Yes /classes/Product.php:4524
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
0.749 ms 1 /src/Adapter/EntityMapper.php:71
315
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4301
AND image_shop.`cover` = 1 LIMIT 1
0.749 ms 1 /classes/Product.php:3570
591
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3995 AND id_shop=1 LIMIT 1
0.748 ms 1 /classes/Product.php:6876
617
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.748 ms 0 /classes/Cart.php:1430
1307
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5335
ORDER BY f.position ASC
0.748 ms 5 Yes /classes/Product.php:6021
2461
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6049
ORDER BY f.position ASC
0.748 ms 5 Yes /classes/Product.php:6021
954
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 208 LIMIT 1
0.747 ms 1 /classes/Product.php:5659
2917
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4085
ORDER BY `position`
0.747 ms 1 Yes /classes/Product.php:3545
449
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4336
ORDER BY f.position ASC
0.746 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 = 4085
ORDER BY f.position ASC
0.746 ms 5 Yes /classes/Product.php:6021
3581
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4493) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.746 ms 1 Yes Yes /classes/Product.php:4524
2102
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5876 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5876 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
560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4326 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4326 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
2745
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3557) AND (b.`id_shop` = 1) LIMIT 1
0.744 ms 1 /src/Adapter/EntityMapper.php:71
2700
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.744 ms 1 /src/Adapter/EntityMapper.php:71
2865
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.744 ms 1 /src/Adapter/EntityMapper.php:71
1989
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3112
ORDER BY f.position ASC
0.743 ms 5 Yes /classes/Product.php:6021
774
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
0.743 ms 0 /classes/Cart.php:1430
659
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3255)
0.742 ms 1 /classes/Product.php:3860
891
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.742 ms 1 /classes/Product.php:3860
250
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4312 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
2877
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5350) AND (b.`id_shop` = 1) LIMIT 1
0.742 ms 1 /src/Adapter/EntityMapper.php:71
3200
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10377) AND (b.`id_shop` = 1) LIMIT 1
0.742 ms 1 /src/Adapter/EntityMapper.php:71
3176
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6049) AND (b.`id_shop` = 1) LIMIT 1
0.741 ms 1 /src/Adapter/EntityMapper.php:71
483
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4947
AND image_shop.`cover` = 1 LIMIT 1
0.740 ms 1 /classes/Product.php:3570
331
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4261 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.739 ms 10 Yes /classes/SpecificPrice.php:576
1759
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4651 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4651 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
1884
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8536 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8536 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
515
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.739 ms 0 /classes/Cart.php:1430
3550
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5417) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.739 ms 1 Yes Yes /classes/Product.php:4524
594
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.738 ms 0 /classes/Cart.php:1430
1690
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4950
ORDER BY f.position ASC
0.738 ms 5 Yes /classes/Product.php:6021
2787
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.738 ms 1 /src/Adapter/EntityMapper.php:71
3055
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8801
ORDER BY `position`
0.738 ms 1 Yes /classes/Product.php:3545
1218
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5265
ORDER BY f.position ASC
0.737 ms 5 Yes /classes/Product.php:6021
3407
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.737 ms 1 Yes Yes /classes/Product.php:4524
2704
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3256
ORDER BY `position`
0.736 ms 1 Yes /classes/Product.php:3545
3620
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10019) 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
188
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.735 ms 5 Yes /classes/Product.php:6021
1532
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.735 ms 0 /classes/Cart.php:1430
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` = 9156 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9156 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
741
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
0.734 ms 0 /classes/Cart.php:1430
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` = 9155 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.734 ms 18 Yes /classes/SpecificPrice.php:576
3042
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8656) AND (b.`id_shop` = 1) LIMIT 1
0.733 ms 1 /src/Adapter/EntityMapper.php:71
2772
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.733 ms 1 /src/Adapter/EntityMapper.php:71
917
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4103 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4103 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
3111
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4686) AND (b.`id_shop` = 1) LIMIT 1
0.732 ms 1 /src/Adapter/EntityMapper.php:71
2940
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5181) AND (b.`id_shop` = 1) LIMIT 1
0.731 ms 1 /src/Adapter/EntityMapper.php:71
1397
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5774
ORDER BY f.position ASC
0.730 ms 5 Yes /classes/Product.php:6021
3135
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9156) AND (b.`id_shop` = 1) LIMIT 1
0.730 ms 1 /src/Adapter/EntityMapper.php:71
796
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.730 ms 0 /classes/Cart.php:1430
1012
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3039 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.729 ms 10 Yes /classes/SpecificPrice.php:576
2393
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5287
AND image_shop.`cover` = 1 LIMIT 1
0.729 ms 1 /classes/Product.php:3570
2637
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3821) AND (b.`id_shop` = 1) LIMIT 1
0.729 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3242)
0.728 ms 1 /classes/Product.php:3860
2748
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.728 ms 1 /src/Adapter/EntityMapper.php:71
3408
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4302) 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
176
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
0.727 ms 0 /classes/Cart.php:1430
1634
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4191
ORDER BY f.position ASC
0.727 ms 5 Yes /classes/Product.php:6021
2559
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4284) AND (b.`id_shop` = 1) LIMIT 1
0.727 ms 1 /src/Adapter/EntityMapper.php:71
3370
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1
0.727 ms 6 /src/Adapter/EntityMapper.php:79
3607
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4996) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.727 ms 1 Yes Yes /classes/Product.php:4524
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.725 ms 118 /classes/module/Module.php:346
2506
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7544
ORDER BY f.position ASC
0.725 ms 5 Yes /classes/Product.php:6021
2632
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.725 ms 1 Yes /classes/Product.php:3545
3045
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3512) AND (b.`id_shop` = 1) LIMIT 1
0.725 ms 1 /src/Adapter/EntityMapper.php:71
2592
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3242) AND (b.`id_shop` = 1) LIMIT 1
0.724 ms 1 /src/Adapter/EntityMapper.php:71
3421
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3257) 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
337
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4261
ORDER BY f.position ASC
0.723 ms 5 Yes /classes/Product.php:6021
3493
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4086) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.723 ms 1 Yes Yes /classes/Product.php:4524
3572
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3081) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.723 ms 1 Yes Yes /classes/Product.php:4524
719
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4110
ORDER BY f.position ASC
0.722 ms 5 Yes /classes/Product.php:6021
2771
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3891
0.722 ms 1 /classes/Product.php:2902
2964
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4300) AND (b.`id_shop` = 1) LIMIT 1
0.722 ms 1 /src/Adapter/EntityMapper.php:71
997
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.721 ms 1 /classes/Product.php:3570
1039
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3418 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3418 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
1545
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5111
ORDER BY f.position ASC
0.720 ms 5 Yes /classes/Product.php:6021
1318
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.719 ms 5 Yes /classes/Product.php:6021
2874
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.719 ms 1 /src/Adapter/EntityMapper.php:71
2614
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.718 ms 1 Yes /classes/Product.php:3545
707
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.718 ms 0 /classes/Cart.php:1430
2601
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7582) AND (b.`id_shop` = 1) LIMIT 1
0.718 ms 1 /src/Adapter/EntityMapper.php:71
289
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3258
ORDER BY f.position ASC
0.717 ms 5 Yes /classes/Product.php:6021
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` = 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.715 ms 0 /classes/Cart.php:1430
2335
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4899 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4899 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
3582
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5875) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.715 ms 1 Yes Yes /classes/Product.php:4524
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` = 4711 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4711 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
2880
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.714 ms 1 /src/Adapter/EntityMapper.php:71
1351
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3521 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3521 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
1057
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3514)
0.713 ms 1 /classes/Product.php:3860
1340
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
0.712 ms 0 /classes/Cart.php:1430
1521
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.712 ms 0 /classes/Cart.php:1430
3432
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.712 ms 1 Yes Yes /classes/Product.php:4524
3470
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3391) 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
3476
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.712 ms 1 Yes Yes /classes/Product.php:4524
1794
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8394 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8394 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
1771
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4675
ORDER BY f.position ASC
0.709 ms 5 Yes /classes/Product.php:6021
3132
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9155) AND (b.`id_shop` = 1) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
1827
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7781 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7781 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
3427
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.707 ms 1 Yes Yes /classes/Product.php:4524
2976
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5157) AND (b.`id_shop` = 1) LIMIT 1
0.707 ms 1 /src/Adapter/EntityMapper.php:71
3028
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8540
ORDER BY `position`
0.704 ms 1 Yes /classes/Product.php:3545
1628
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4191 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3537
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4139) 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
3562
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4847) 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
2477
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6110 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.702 ms 10 Yes /classes/SpecificPrice.php:576
2666
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4320
0.702 ms 1 /classes/Product.php:2902
1267
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.701 ms 10 Yes /classes/SpecificPrice.php:576
3201
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10377
ORDER BY `position`
0.701 ms 1 Yes /classes/Product.php:3545
3474
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.701 ms 1 Yes Yes /classes/Product.php:4524
2023
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2729 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2729 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.700 ms 0 /classes/Cart.php:1430
2790
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.700 ms 1 /src/Adapter/EntityMapper.php:71
549
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3013 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3013 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.699 ms 0 /classes/Cart.php:1430
3412
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.699 ms 1 Yes Yes /classes/Product.php:4524
1736
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3330 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3330 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.698 ms 0 /classes/Cart.php:1430
3144
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4899) AND (b.`id_shop` = 1) LIMIT 1
0.698 ms 1 /src/Adapter/EntityMapper.php:71
302
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7582
ORDER BY f.position ASC
0.697 ms 5 Yes /classes/Product.php:6021
2625
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3819) AND (b.`id_shop` = 1) LIMIT 1
0.697 ms 1 /src/Adapter/EntityMapper.php:71
2826
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4073) AND (b.`id_shop` = 1) LIMIT 1
0.697 ms 1 /src/Adapter/EntityMapper.php:71
943
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3893 LIMIT 1
0.697 ms 10 /classes/SpecificPrice.php:435
2068
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5121 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5121 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.697 ms 0 /classes/Cart.php:1430
2595
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3257) AND (b.`id_shop` = 1) LIMIT 1
0.696 ms 1 /src/Adapter/EntityMapper.php:71
2721
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.696 ms 1 /src/Adapter/EntityMapper.php:71
3510
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.696 ms 1 Yes Yes /classes/Product.php:4524
1240
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5266
ORDER BY f.position ASC
0.695 ms 5 Yes /classes/Product.php:6021
1907
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8557 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8557 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.695 ms 0 /classes/Cart.php:1430
2562
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2556) AND (b.`id_shop` = 1) LIMIT 1
0.695 ms 1 /src/Adapter/EntityMapper.php:71
2724
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4209) AND (b.`id_shop` = 1) LIMIT 1
0.695 ms 1 /src/Adapter/EntityMapper.php:71
3428
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4265) 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
2125
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4551
ORDER BY f.position ASC
0.694 ms 5 Yes /classes/Product.php:6021
2706
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.694 ms 1 /src/Adapter/EntityMapper.php:71
197
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3010 AND `id_group` = 1 LIMIT 1
0.694 ms 0 /classes/GroupReduction.php:156
1101
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4087)
0.693 ms 1 /classes/Product.php:3860
2607
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4301) AND (b.`id_shop` = 1) LIMIT 1
0.693 ms 1 /src/Adapter/EntityMapper.php:71
3075
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4493) AND (b.`id_shop` = 1) LIMIT 1
0.693 ms 1 /src/Adapter/EntityMapper.php:71
3492
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.693 ms 1 Yes Yes /classes/Product.php:4524
3561
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4495) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.693 ms 1 Yes Yes /classes/Product.php:4524
3578
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5001) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.692 ms 1 Yes Yes /classes/Product.php:4524
1423
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.692 ms 1 /classes/Product.php:5659
2814
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.692 ms 1 /src/Adapter/EntityMapper.php:71
1919
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2804 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2804 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
2962
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4192
ORDER BY `position`
0.691 ms 1 Yes /classes/Product.php:3545
2970
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4949) AND (b.`id_shop` = 1) LIMIT 1
0.690 ms 1 /src/Adapter/EntityMapper.php:71
3351
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.690 ms 1 /src/Adapter/EntityMapper.php:71
2586
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2934) AND (b.`id_shop` = 1) LIMIT 1
0.689 ms 1 /src/Adapter/EntityMapper.php:71
3000
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8394) AND (b.`id_shop` = 1) LIMIT 1
0.689 ms 1 /src/Adapter/EntityMapper.php:71
3009
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7781) AND (b.`id_shop` = 1) LIMIT 1
0.689 ms 1 /src/Adapter/EntityMapper.php:71
3328
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.689 ms 1 /src/Adapter/EntityMapper.php:71
3489
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3418) 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
3025
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8536
ORDER BY `position`
0.688 ms 1 Yes /classes/Product.php:3545
185
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3420 AND `id_group` = 1 LIMIT 1
0.688 ms 0 /classes/GroupReduction.php:156
2046
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5001 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5001 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
3560
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8426) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.688 ms 1 Yes Yes /classes/Product.php:4524
2583
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2933) AND (b.`id_shop` = 1) LIMIT 1
0.687 ms 1 /src/Adapter/EntityMapper.php:71
1585
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4185)
0.684 ms 1 /classes/Product.php:3860
1873
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8535 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8535 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.684 ms 0 /classes/Cart.php:1430
584
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4325
ORDER BY f.position ASC
0.683 ms 5 Yes /classes/Product.php:6021
3495
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4087) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.683 ms 1 Yes Yes /classes/Product.php:4524
2991
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4651) AND (b.`id_shop` = 1) LIMIT 1
0.682 ms 1 /src/Adapter/EntityMapper.php:71
3066
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5001) AND (b.`id_shop` = 1) LIMIT 1
0.682 ms 1 /src/Adapter/EntityMapper.php:71
2802
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.682 ms 1 /src/Adapter/EntityMapper.php:71
2973
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4950) AND (b.`id_shop` = 1) LIMIT 1
0.682 ms 1 /src/Adapter/EntityMapper.php:71
3063
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3785) AND (b.`id_shop` = 1) LIMIT 1
0.681 ms 1 /src/Adapter/EntityMapper.php:71
1782
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3728 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3728 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.680 ms 0 /classes/Cart.php:1430
340
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3875 LIMIT 1
0.680 ms 10 /classes/SpecificPrice.php:435
1820
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7781 LIMIT 1
0.680 ms 10 /classes/SpecificPrice.php:435
2805
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3514) AND (b.`id_shop` = 1) LIMIT 1
0.680 ms 1 /src/Adapter/EntityMapper.php:71
3224
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.680 ms 1 /classes/module/Module.php:2664
3433
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.680 ms 1 Yes Yes /classes/Product.php:4524
3615
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6049) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.680 ms 1 Yes Yes /classes/Product.php:4524
2922
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5180) AND (b.`id_shop` = 1) LIMIT 1
0.679 ms 1 /src/Adapter/EntityMapper.php:71
3604
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4899) 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
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` = 4597 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4597 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.678 ms 0 /classes/Cart.php:1430
2622
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.677 ms 1 /src/Adapter/EntityMapper.php:71
2703
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3256) AND (b.`id_shop` = 1) LIMIT 1
0.677 ms 1 /src/Adapter/EntityMapper.php:71
2760
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.677 ms 1 /src/Adapter/EntityMapper.php:71
3410
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2556) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.675 ms 1 Yes Yes /classes/Product.php:4524
3429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4273) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.675 ms 1 Yes Yes /classes/Product.php:4524
543
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3013
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.674 ms 0 /classes/SpecificPrice.php:259
974
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.674 ms 5 Yes /classes/Product.php:6021
2820
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4081) AND (b.`id_shop` = 1) LIMIT 1
0.674 ms 1 /src/Adapter/EntityMapper.php:71
1158
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3936 AND id_shop=1 LIMIT 1
0.674 ms 1 /classes/Product.php:6876
3556
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8394) 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
3501
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.672 ms 1 Yes Yes /classes/Product.php:4524
3553
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4651) 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
83
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.671 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
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 = 4951
ORDER BY f.position ASC
0.671 ms 5 Yes /classes/Product.php:6021
2409
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5288)
0.671 ms 1 /classes/Product.php:3860
3575
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3245) 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
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 = 4495
ORDER BY f.position ASC
0.670 ms 5 Yes /classes/Product.php:6021
3565
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8540) 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
142
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4284
ORDER BY f.position ASC
0.669 ms 5 Yes /classes/Product.php:6021
928
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.669 ms 0 /classes/Cart.php:1430
2937
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4132) AND (b.`id_shop` = 1) LIMIT 1
0.669 ms 1 /src/Adapter/EntityMapper.php:71
3003
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3732) AND (b.`id_shop` = 1) LIMIT 1
0.669 ms 1 /src/Adapter/EntityMapper.php:71
2725
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4209
ORDER BY `position`
0.668 ms 1 Yes /classes/Product.php:3545
3473
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3559) 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
3027
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8540) AND (b.`id_shop` = 1) LIMIT 1
0.667 ms 1 /src/Adapter/EntityMapper.php:71
219
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3234 AND id_shop=1 LIMIT 1
0.667 ms 1 /classes/Product.php:6876
2577
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.667 ms 1 /src/Adapter/EntityMapper.php:71
284
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3258)
0.666 ms 1 /classes/Product.php:3860
1956
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3512
AND image_shop.`cover` = 1 LIMIT 1
0.666 ms 1 /classes/Product.php:3570
2360
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4996
AND image_shop.`cover` = 1 LIMIT 1
0.666 ms 1 /classes/Product.php:3570
2438
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5610
ORDER BY f.position ASC
0.665 ms 5 Yes /classes/Product.php:6021
2856
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5267) AND (b.`id_shop` = 1) LIMIT 1
0.665 ms 1 /src/Adapter/EntityMapper.php:71
333
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4261 AND id_shop=1 LIMIT 1
0.664 ms 1 /classes/Product.php:6876
2898
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.664 ms 1 /src/Adapter/EntityMapper.php:71
3566
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8557) 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
3110
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4598
0.663 ms 1 /classes/Product.php:2902
3494
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.663 ms 1 Yes Yes /classes/Product.php:4524
3585
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4551) 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
3164
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5288) AND (b.`id_shop` = 1) LIMIT 1
0.661 ms 1 /src/Adapter/EntityMapper.php:71
370
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4273
ORDER BY f.position ASC
0.661 ms 5 Yes /classes/Product.php:6021
3315
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1
0.661 ms 6 /src/Adapter/EntityMapper.php:79
950
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.660 ms 0 /classes/Cart.php:1430
3138
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4732) AND (b.`id_shop` = 1) LIMIT 1
0.660 ms 1 /src/Adapter/EntityMapper.php:71
234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2933
ORDER BY f.position ASC
0.660 ms 5 Yes /classes/Product.php:6021
841
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3557
ORDER BY f.position ASC
0.660 ms 5 Yes /classes/Product.php:6021
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.659 ms 1 /src/Adapter/EntityMapper.php:71
245
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2934
ORDER BY f.position ASC
0.659 ms 5 Yes /classes/Product.php:6021
278
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3257
ORDER BY f.position ASC
0.659 ms 5 Yes /classes/Product.php:6021
545
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3013)
0.659 ms 1 /classes/Product.php:3860
3454
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.659 ms 1 Yes Yes /classes/Product.php:4524
1863
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4847
ORDER BY f.position ASC
0.658 ms 5 Yes /classes/Product.php:6021
3417
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2933) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.658 ms 1 Yes Yes /classes/Product.php:4524
568
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.658 ms 1 /classes/Product.php:3860
3117
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4714) AND (b.`id_shop` = 1) LIMIT 1
0.657 ms 1 /src/Adapter/EntityMapper.php:71
3496
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4081) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.657 ms 1 Yes Yes /classes/Product.php:4524
3611
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5288) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.657 ms 1 Yes Yes /classes/Product.php:4524
2103
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5876
ORDER BY f.position ASC
0.655 ms 5 Yes /classes/Product.php:6021
3587
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4588) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.655 ms 1 Yes Yes /classes/Product.php:4524
2616
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4265) AND (b.`id_shop` = 1) LIMIT 1
0.654 ms 1 /src/Adapter/EntityMapper.php:71
1262
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2917
ORDER BY f.position ASC
0.653 ms 5 Yes /classes/Product.php:6021
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 = 5069
ORDER BY f.position ASC
0.653 ms 5 Yes /classes/Product.php:6021
2493
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6130 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6130 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.653 ms 0 /classes/Cart.php:1430
3413
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.653 ms 1 Yes Yes /classes/Product.php:4524
1568
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5181
ORDER BY f.position ASC
0.653 ms 5 Yes /classes/Product.php:6021
2850
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.651 ms 1 /src/Adapter/EntityMapper.php:71
2920
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5069
ORDER BY `position`
0.651 ms 1 Yes /classes/Product.php:3545
1251
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5267
ORDER BY f.position ASC
0.650 ms 5 Yes /classes/Product.php:6021
3599
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9154) 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
1112
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4081)
0.650 ms 1 /classes/Product.php:3860
3573
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3112) 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
3574
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8801) 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
3418
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2934) 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
3590
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4596) 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
360
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4273
AND image_shop.`cover` = 1 LIMIT 1
0.648 ms 1 /classes/Product.php:3570
365
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4273)
0.648 ms 1 /classes/Product.php:3860
2835
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.648 ms 1 /src/Adapter/EntityMapper.php:71
1972
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3081)
0.648 ms 1 /classes/Product.php:3860
2012
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3245
ORDER BY f.position ASC
0.647 ms 5 Yes /classes/Product.php:6021
3087
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4551) AND (b.`id_shop` = 1) LIMIT 1
0.647 ms 1 /src/Adapter/EntityMapper.php:71
3612
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5298) 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
3563
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8535) 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
3202
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10377
0.646 ms 1 /classes/Product.php:2902
3567
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2804) 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
1631
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4191 AND `id_group` = 1 LIMIT 1
0.645 ms 0 /classes/GroupReduction.php:156
2767
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4103
ORDER BY `position`
0.645 ms 1 Yes /classes/Product.php:3545
3206
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
0.644 ms 5 /classes/CartRule.php:423
1760
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4651
ORDER BY f.position ASC
0.643 ms 5 Yes /classes/Product.php:6021
2500
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7544 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.643 ms 10 Yes /classes/SpecificPrice.php:576
2690
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2737
0.643 ms 1 /classes/Product.php:2902
3167
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5298) AND (b.`id_shop` = 1) LIMIT 1
0.643 ms 1 /src/Adapter/EntityMapper.php:71
3649
INSERT INTO `hgt78_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('106046', '', 'www.encens.fr/2-accueil?q=Disponibilit%C3%A9-Non+disponible%2FMarque-WLM-WM&resultsPerPage=99999', '', '2025-05-01 17:27:11')
0.643 ms 1 /classes/ObjectModel.php:622
200
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3010
ORDER BY f.position ASC
0.642 ms 5 Yes /classes/Product.php:6021
381
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.642 ms 0 /classes/Cart.php:1430
1047
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5165 AND id_shop=1 LIMIT 1
0.642 ms 1 /classes/Product.php:6876
256
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4312
ORDER BY f.position ASC
0.642 ms 5 Yes /classes/Product.php:6021
2853
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5266) AND (b.`id_shop` = 1) LIMIT 1
0.642 ms 1 /src/Adapter/EntityMapper.php:71
3583
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5876) 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
2669
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3013
0.641 ms 1 /classes/Product.php:2902
1612
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4187
ORDER BY f.position ASC
0.641 ms 5 Yes /classes/Product.php:6021
3586
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4566) 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
3498
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4073) 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
726
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.640 ms 1 /classes/Product.php:3860
3570
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8656) 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
3600
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9155) 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
2722
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.638 ms 1 Yes /classes/Product.php:3545
1117
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4081
ORDER BY f.position ASC
0.637 ms 5 Yes /classes/Product.php:6021
3439
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.637 ms 1 Yes Yes /classes/Product.php:4524
2467
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6061)
0.636 ms 1 /classes/Product.php:3860
2907
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.636 ms 1 /src/Adapter/EntityMapper.php:71
3416
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.636 ms 1 Yes Yes /classes/Product.php:4524
2635
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.636 ms 1 Yes /classes/Product.php:3545
590
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.635 ms 1 /classes/Product.php:3860
1295
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.635 ms 5 Yes /classes/Product.php:6021
2069
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5121
ORDER BY f.position ASC
0.635 ms 5 Yes /classes/Product.php:6021
652
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.634 ms 5 Yes /classes/Product.php:6021
818
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.634 ms 0 /classes/Cart.php:1430
1421
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6106
ORDER BY f.position ASC
0.634 ms 5 Yes /classes/Product.php:6021
3414
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3010) 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
2058
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5072
ORDER BY f.position ASC
0.633 ms 5 Yes /classes/Product.php:6021
3420
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3242) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.633 ms 1 Yes Yes /classes/Product.php:4524
3435
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.633 ms 1 Yes Yes /classes/Product.php:4524
3491
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3514) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.633 ms 1 Yes Yes /classes/Product.php:4524
2449
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5841
ORDER BY f.position ASC
0.632 ms 5 Yes /classes/Product.php:6021
2628
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.632 ms 1 /src/Adapter/EntityMapper.php:71
3477
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.632 ms 1 Yes Yes /classes/Product.php:4524
3078
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5875) AND (b.`id_shop` = 1) LIMIT 1
0.631 ms 1 /src/Adapter/EntityMapper.php:71
480
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.631 ms 1 /classes/stock/StockAvailable.php:453
3554
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4675) 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
1162
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3936
ORDER BY f.position ASC
0.630 ms 5 Yes /classes/Product.php:6021
3197
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10334) AND (b.`id_shop` = 1) LIMIT 1
0.630 ms 1 /src/Adapter/EntityMapper.php:71
958
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4065)
0.630 ms 1 /classes/Product.php:3860
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 = 8426
ORDER BY f.position ASC
0.630 ms 5 Yes /classes/Product.php:6021
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.629 ms 1 /src/Adapter/EntityMapper.php:71
1235
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5266)
0.628 ms 1 /classes/Product.php:3860
1954
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8656 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8656 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.628 ms 0 /classes/Cart.php:1430
505
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.627 ms 5 Yes /classes/Product.php:6021
1885
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8536
ORDER BY f.position ASC
0.627 ms 5 Yes /classes/Product.php:6021
2965
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4300
ORDER BY `position`
0.627 ms 1 Yes /classes/Product.php:3545
3580
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5121) 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
84
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.626 ms 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
1961
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3512)
0.626 ms 1 /classes/Product.php:3860
1601
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4186
ORDER BY f.position ASC
0.626 ms 5 Yes /classes/Product.php:6021
3024
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8536) AND (b.`id_shop` = 1) LIMIT 1
0.626 ms 1 /src/Adapter/EntityMapper.php:71
3621
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10333) 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
3453
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.625 ms 1 Yes Yes /classes/Product.php:4524
3558
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4628) 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
1095
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.625 ms 5 Yes /classes/Product.php:6021
3129
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9154) AND (b.`id_shop` = 1) LIMIT 1
0.624 ms 1 /src/Adapter/EntityMapper.php:71
3632
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.624 ms 2 /classes/Category.php:1600
1812
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4628)
0.623 ms 1 /classes/Product.php:3860
1931
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8637 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8637 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.623 ms 0 /classes/Cart.php:1430
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` = 4723 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4723 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.623 ms 0 /classes/Cart.php:1430
3499
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.623 ms 1 Yes Yes /classes/Product.php:4524
1937
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8651
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.622 ms 0 /classes/SpecificPrice.php:259
2001
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8801
ORDER BY f.position ASC
0.622 ms 5 Yes /classes/Product.php:6021
3619
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7544) 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
410
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.621 ms 10 Yes /classes/SpecificPrice.php:576
426
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.621 ms 0 /classes/Cart.php:1430
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 = 4836
ORDER BY f.position ASC
0.621 ms 5 Yes /classes/Product.php:6021
3557
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3732) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.621 ms 1 Yes Yes /classes/Product.php:4524
149
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2556)
0.621 ms 1 /classes/Product.php:3860
1926
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8637 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.620 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 = 9088
ORDER BY f.position ASC
0.619 ms 5 Yes /classes/Product.php:6021
3123
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4723) AND (b.`id_shop` = 1) LIMIT 1
0.619 ms 1 /src/Adapter/EntityMapper.php:71
2348
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10739
ORDER BY f.position ASC
0.618 ms 5 Yes /classes/Product.php:6021
1034
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3418 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.618 ms 10 Yes /classes/SpecificPrice.php:576
2035
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3785
ORDER BY f.position ASC
0.618 ms 5 Yes /classes/Product.php:6021
3461
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.618 ms 1 Yes Yes /classes/Product.php:4524
836
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3557)
0.616 ms 1 /classes/Product.php:3860
3497
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.616 ms 1 Yes Yes /classes/Product.php:4524
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` = 9154 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.616 ms 15 Yes /classes/SpecificPrice.php:576
1084
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4086
ORDER BY f.position ASC
0.615 ms 5 Yes /classes/Product.php:6021
1149
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.615 ms 1 /classes/stock/StockAvailable.php:453
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` = 4693 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4693 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.615 ms 0 /classes/Cart.php:1430
2677
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4325
ORDER BY `position`
0.615 ms 1 Yes /classes/Product.php:3545
312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.614 ms 1 /classes/stock/StockAvailable.php:453
1944
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8651
ORDER BY f.position ASC
0.614 ms 5 Yes /classes/Product.php:6021
638
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.613 ms 1 /classes/stock/StockAvailable.php:453
3333
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
0.613 ms 6 /src/Adapter/EntityMapper.php:79
195
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3010)
0.613 ms 1 /classes/Product.php:3860
3559
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7781) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.613 ms 1 Yes Yes /classes/Product.php:4524
2590
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4312
ORDER BY `position`
0.612 ms 1 Yes /classes/Product.php:3545
697
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.611 ms 5 Yes /classes/Product.php:6021
664
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3255
ORDER BY f.position ASC
0.610 ms 5 Yes /classes/Product.php:6021
2754
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.610 ms 1 /src/Adapter/EntityMapper.php:71
3318
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.610 ms 1 /src/Adapter/EntityMapper.php:71
2889
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.609 ms 1 /src/Adapter/EntityMapper.php:71
3455
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3255) 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
3419
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4312) 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
3603
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4836) 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
3422
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3258) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.608 ms 1 Yes Yes /classes/Product.php:4524
983
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.608 ms 1 /classes/stock/StockAvailable.php:453
1701
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5157
ORDER BY f.position ASC
0.608 ms 5 Yes /classes/Product.php:6021
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 = 9155
ORDER BY f.position ASC
0.608 ms 5 Yes /classes/Product.php:6021
3568
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8637) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.608 ms 1 Yes Yes /classes/Product.php:4524
3457
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3256) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.607 ms 1 Yes Yes /classes/Product.php:4524
3571
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3512) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.607 ms 1 Yes Yes /classes/Product.php:4524
1874
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8535
ORDER BY f.position ASC
0.606 ms 5 Yes /classes/Product.php:6021
3452
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.606 ms 1 Yes Yes /classes/Product.php:4524
1073
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.605 ms 5 Yes /classes/Product.php:6021
1230
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5266
AND image_shop.`cover` = 1 LIMIT 1
0.605 ms 1 /classes/Product.php:3570
2092
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5875
ORDER BY f.position ASC
0.605 ms 5 Yes /classes/Product.php:6021
2749
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.604 ms 1 Yes /classes/Product.php:3545
2944
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4139
ORDER BY `position`
0.604 ms 1 Yes /classes/Product.php:3545
2746
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3557
ORDER BY `position`
0.603 ms 1 Yes /classes/Product.php:3545
1623
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4190
ORDER BY f.position ASC
0.602 ms 5 Yes /classes/Product.php:6021
3155
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5285) AND (b.`id_shop` = 1) LIMIT 1
0.602 ms 1 /src/Adapter/EntityMapper.php:71
495
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.601 ms 1 /classes/Product.php:3570
1108
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.601 ms 1 /classes/Product.php:5659
2114
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5877
ORDER BY f.position ASC
0.601 ms 5 Yes /classes/Product.php:6021
940
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.600 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 = 4708
ORDER BY f.position ASC
0.600 ms 5 Yes /classes/Product.php:6021
3152
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4996) AND (b.`id_shop` = 1) LIMIT 1
0.600 ms 1 /src/Adapter/EntityMapper.php:71
3259
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 190 AND `id_shop` = 1
0.600 ms 6 /src/Adapter/EntityMapper.php:79
3502
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2503) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.600 ms 1 Yes Yes /classes/Product.php:4524
951
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.599 ms 5 Yes /classes/Product.php:6021
2892
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5592) AND (b.`id_shop` = 1) LIMIT 1
0.599 ms 1 /src/Adapter/EntityMapper.php:71
1806
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3732
ORDER BY f.position ASC
0.598 ms 5 Yes /classes/Product.php:6021
1642
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4192 AND `id_group` = 1 LIMIT 1
0.598 ms 0 /classes/GroupReduction.php:156
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 = 5515
ORDER BY f.position ASC
0.597 ms 5 Yes /classes/Product.php:6021
2608
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4301
ORDER BY `position`
0.597 ms 1 Yes /classes/Product.php:3545
2769
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.597 ms 1 /src/Adapter/EntityMapper.php:71
2886
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4045) AND (b.`id_shop` = 1) LIMIT 1
0.597 ms 1 /src/Adapter/EntityMapper.php:71
2895
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5774) AND (b.`id_shop` = 1) LIMIT 1
0.597 ms 1 /src/Adapter/EntityMapper.php:71
3564
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8536) 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
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.596 ms 1 /src/Adapter/EntityMapper.php:71
415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.596 ms 0 /classes/Cart.php:1430
825
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3391)
0.596 ms 1 /classes/Product.php:3860
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 = 4711
ORDER BY f.position ASC
0.596 ms 5 Yes /classes/Product.php:6021
2529
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10333
ORDER BY f.position ASC
0.596 ms 5 Yes /classes/Product.php:6021
808
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.595 ms 5 Yes /classes/Product.php:6021
1629
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4191)
0.595 ms 1 /classes/Product.php:3860
2626
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3819
ORDER BY `position`
0.594 ms 1 Yes /classes/Product.php:3545
146
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2556 LIMIT 1
0.593 ms 10 /classes/SpecificPrice.php:435
114
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.593 ms 5 Yes /classes/Product.php:6021
1362
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4045 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4045 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.593 ms 0 /classes/Cart.php:1430
2781
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.593 ms 1 /src/Adapter/EntityMapper.php:71
392
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3819 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.592 ms 0 /classes/Cart.php:1430
416
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.592 ms 5 Yes /classes/Product.php:6021
2931
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.592 ms 1 /src/Adapter/EntityMapper.php:71
1206
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.591 ms 5 Yes /classes/Product.php:6021
3158
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5286) AND (b.`id_shop` = 1) LIMIT 1
0.590 ms 1 /src/Adapter/EntityMapper.php:71
3555
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3728) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.589 ms 1 Yes Yes /classes/Product.php:4524
1795
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8394
ORDER BY f.position ASC
0.589 ms 5 Yes /classes/Product.php:6021
2551
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10377 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10377 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.589 ms 0 /classes/Cart.php:1430
2988
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3427) AND (b.`id_shop` = 1) LIMIT 1
0.589 ms 1 /src/Adapter/EntityMapper.php:71
1046
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.588 ms 1 /classes/Product.php:3860
2928
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.588 ms 1 /src/Adapter/EntityMapper.php:71
3056
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8801
0.588 ms 1 /classes/Product.php:2902
2698
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3255
ORDER BY `position`
0.587 ms 1 Yes /classes/Product.php:3545
2710
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.587 ms 2 Yes /classes/Product.php:3545
2604
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4480) AND (b.`id_shop` = 1) LIMIT 1
0.586 ms 1 /src/Adapter/EntityMapper.php:71
3445
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3013) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.586 ms 1 Yes Yes /classes/Product.php:4524
2623
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.585 ms 1 Yes /classes/Product.php:3545
1737
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3330
ORDER BY f.position ASC
0.584 ms 5 Yes /classes/Product.php:6021
3490
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.584 ms 1 Yes Yes /classes/Product.php:4524
874
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.583 ms 5 Yes /classes/Product.php:6021
2811
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4086) AND (b.`id_shop` = 1) LIMIT 1
0.583 ms 1 /src/Adapter/EntityMapper.php:71
3058
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3245
ORDER BY `position`
0.583 ms 1 Yes /classes/Product.php:3545
3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3521) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.583 ms 1 Yes Yes /classes/Product.php:4524
2339
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10739) AND (b.`id_shop` = 1) LIMIT 1
0.582 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.582 ms 1 /src/Adapter/EntityMapper.php:71
1343
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.582 ms 1 /classes/Product.php:5659
1546
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4132
AND image_shop.`cover` = 1 LIMIT 1
0.582 ms 1 /classes/Product.php:3570
1644
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4192 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4192 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.582 ms 0 /classes/Cart.php:1430
3004
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3732
ORDER BY `position`
0.582 ms 1 Yes /classes/Product.php:3545
1018
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3039
ORDER BY f.position ASC
0.581 ms 5 Yes /classes/Product.php:6021
1633
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4191 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4191 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
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` = 4847
AND image_shop.`cover` = 1 LIMIT 1
0.580 ms 1 /classes/Product.php:3570
177
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.580 ms 5 Yes /classes/Product.php:6021
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.579 ms 1 Yes /classes/shop/Shop.php:715
3170
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5610) AND (b.`id_shop` = 1) LIMIT 1
0.579 ms 1 /src/Adapter/EntityMapper.php:71
3354
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 145 AND `id_shop` = 1
0.579 ms 6 /src/Adapter/EntityMapper.php:79
1007
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.578 ms 5 Yes /classes/Product.php:6021
1438
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` 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
0.578 ms 10 Yes /classes/SpecificPrice.php:576
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 = 4597
ORDER BY f.position ASC
0.576 ms 5 Yes /classes/Product.php:6021
3022
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8535
ORDER BY `position`
0.576 ms 1 Yes /classes/Product.php:3545
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.573 ms 6 /classes/Language.php:1080
863
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3559
ORDER BY f.position ASC
0.573 ms 5 Yes /classes/Product.php:6021
908
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4103
AND image_shop.`cover` = 1 LIMIT 1
0.573 ms 1 /classes/Product.php:3570
2207
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4686
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.573 ms 0 /classes/SpecificPrice.php:259
212
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.572 ms 1 /classes/Product.php:3570
1713
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5175
ORDER BY f.position ASC
0.572 ms 5 Yes /classes/Product.php:6021
2716
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.571 ms 1 Yes /classes/Product.php:3545
2808
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.571 ms 1 /src/Adapter/EntityMapper.php:71
2660
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3913
0.570 ms 1 /classes/Product.php:2902
539
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3013
AND image_shop.`cover` = 1 LIMIT 1
0.569 ms 1 /classes/Product.php:3570
743
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.569 ms 1 /classes/Product.php:3570
2904
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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
0.569 ms 1 /src/Adapter/EntityMapper.php:71
178
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.569 ms 1 /classes/Product.php:3570
573
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.569 ms 5 Yes /classes/Product.php:6021
2611
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4261
ORDER BY `position`
0.568 ms 1 Yes /classes/Product.php:3545
2518
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10019
ORDER BY f.position ASC
0.567 ms 5 Yes /classes/Product.php:6021
1783
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3728
ORDER BY f.position ASC
0.567 ms 5 Yes /classes/Product.php:6021
2370
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4996
ORDER BY f.position ASC
0.567 ms 5 Yes /classes/Product.php:6021
106
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.566 ms 1 /classes/tax/TaxRulesTaxManager.php:109
2731
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3383
ORDER BY `position`
0.566 ms 1 Yes /classes/Product.php:3545
2761
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.566 ms 1 Yes /classes/Product.php:3545
2878
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5350
ORDER BY `position`
0.566 ms 1 Yes /classes/Product.php:3545
310
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4480 AND id_shop=1 LIMIT 1
0.565 ms 1 /classes/Product.php:6876
1656
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4300
ORDER BY f.position ASC
0.565 ms 5 Yes /classes/Product.php:6021
675
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.565 ms 5 Yes /classes/Product.php:6021
1006
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.564 ms 0 /classes/Cart.php:1430
2382
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5286
AND image_shop.`cover` = 1 LIMIT 1
0.564 ms 1 /classes/Product.php:3570
3643
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.563 ms 1 /src/Adapter/EntityMapper.php:71
2136
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4566
ORDER BY f.position ASC
0.562 ms 5 Yes /classes/Product.php:6021
2599
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3258
ORDER BY `position`
0.562 ms 1 Yes /classes/Product.php:3545
297
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7582)
0.561 ms 1 /classes/Product.php:3860
2914
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.561 ms 1 Yes /classes/Product.php:3545
1077
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4086
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.560 ms 0 /classes/SpecificPrice.php:259
1743
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3427)
0.560 ms 1 /classes/Product.php:3860
3064
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3785
ORDER BY `position`
0.560 ms 1 Yes /classes/Product.php:3545
3109
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4598
ORDER BY `position`
0.560 ms 1 Yes /classes/Product.php:3545
3456
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.560 ms 1 Yes Yes /classes/Product.php:4524
3613
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5610) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.560 ms 1 Yes Yes /classes/Product.php:4524
737
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.559 ms 1 /classes/Product.php:3860
918
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4103
ORDER BY f.position ASC
0.559 ms 5 Yes /classes/Product.php:6021
1883
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8536) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.559 ms 1 /classes/stock/StockAvailable.php:453
1556
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4132
ORDER BY f.position ASC
0.559 ms 5 Yes /classes/Product.php:6021
1590
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4185
ORDER BY f.position ASC
0.559 ms 5 Yes /classes/Product.php:6021
2759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3400
0.559 ms 1 /classes/Product.php:2902
1154
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3936 LIMIT 1
0.558 ms 10 /classes/SpecificPrice.php:435
1179
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2503)
0.558 ms 1 /classes/Product.php:3860
775
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.557 ms 5 Yes /classes/Product.php:6021
1385
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5592
ORDER BY f.position ASC
0.557 ms 5 Yes /classes/Product.php:6021
1823
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7781)
0.557 ms 1 /classes/Product.php:3860
1897
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8557
AND image_shop.`cover` = 1 LIMIT 1
0.557 ms 1 /classes/Product.php:3570
347
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.556 ms 0 /classes/Cart.php:1430
700
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4019 LIMIT 1
0.556 ms 10 /classes/SpecificPrice.php:435
460
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7780
ORDER BY f.position ASC
0.555 ms 5 Yes /classes/Product.php:6021
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` = 9088)
0.555 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` = 4836)
0.555 ms 1 /classes/Product.php:3860
2336
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4899
ORDER BY f.position ASC
0.555 ms 5 Yes /classes/Product.php:6021
3076
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4493
ORDER BY `position`
0.555 ms 1 Yes /classes/Product.php:3545
3449
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.555 ms 1 Yes Yes /classes/Product.php:4524
708
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.554 ms 5 Yes /classes/Product.php:6021
3248
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.554 ms 1 /src/Adapter/EntityMapper.php:71
403
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
0.554 ms 0 /classes/Cart.php:1430
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` = 9154 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.553 ms 0 /classes/Cart.php:1430
1725
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5417
ORDER BY f.position ASC
0.552 ms 5 Yes /classes/Product.php:6021
629
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.552 ms 5 Yes /classes/Product.php:6021
1734
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3330 AND `id_group` = 1 LIMIT 1
0.552 ms 0 /classes/GroupReduction.php:156
3043
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8656
ORDER BY `position`
0.551 ms 2 Yes /classes/Product.php:3545
1511
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.551 ms 5 Yes /classes/Product.php:6021
2620
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4273
ORDER BY `position`
0.551 ms 1 Yes /classes/Product.php:3545
885
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3400
ORDER BY f.position ASC
0.550 ms 5 Yes /classes/Product.php:6021
561
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4326
ORDER BY f.position ASC
0.549 ms 5 Yes /classes/Product.php:6021
3316
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.549 ms 1 /src/Adapter/EntityMapper.php:71
875
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3400
AND image_shop.`cover` = 1 LIMIT 1
0.548 ms 1 /classes/Product.php:3570
1204
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
0.548 ms 1 /classes/stock/StockAvailable.php:453
2647
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.548 ms 1 Yes /classes/Product.php:3545
1680
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4950
AND image_shop.`cover` = 1 LIMIT 1
0.548 ms 1 /classes/Product.php:3570
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 = 4714
ORDER BY f.position ASC
0.548 ms 5 Yes /classes/Product.php:6021
3373
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.548 ms 1 /src/Adapter/EntityMapper.php:71
1967
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3081
AND image_shop.`cover` = 1 LIMIT 1
0.547 ms 1 /classes/Product.php:3570
3516
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.547 ms 1 Yes Yes /classes/Product.php:4524
603
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3352 AND `id_group` = 1 LIMIT 1
0.547 ms 0 /classes/GroupReduction.php:156
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` = 2557
AND image_shop.`cover` = 1 LIMIT 1
0.545 ms 1 /classes/Product.php:3570
1363
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4045
ORDER BY f.position ASC
0.545 ms 5 Yes /classes/Product.php:6021
1859
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4847 AND id_shop=1 LIMIT 1
0.545 ms 1 /classes/Product.php:6876
1996
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8801)
0.545 ms 1 /classes/Product.php:3860
2734
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.545 ms 1 Yes /classes/Product.php:3545
3451
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.545 ms 1 Yes Yes /classes/Product.php:4524
1330
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5350
ORDER BY f.position ASC
0.544 ms 5 Yes /classes/Product.php:6021
1500
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5180
ORDER BY f.position ASC
0.544 ms 5 Yes /classes/Product.php:6021
1677
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4949) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.544 ms 1 /classes/stock/StockAvailable.php:453
2414
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5288
ORDER BY f.position ASC
0.544 ms 5 Yes /classes/Product.php:6021
991
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.543 ms 1 /classes/Product.php:3860
3016
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4495
ORDER BY `position`
0.543 ms 1 Yes /classes/Product.php:3545
1079
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4086)
0.543 ms 1 /classes/Product.php:3860
1141
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.543 ms 1 /classes/Product.php:3570
929
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.542 ms 5 Yes /classes/Product.php:6021
2796
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.542 ms 1 /src/Adapter/EntityMapper.php:71
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.541 ms 118 /classes/module/Module.php:346
1810
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4628
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.541 ms 1 /classes/SpecificPrice.php:259
3139
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4732
ORDER BY `position`
0.541 ms 1 Yes /classes/Product.php:3545
2728
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.540 ms 1 Yes /classes/Product.php:3545
3106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4597
ORDER BY `position`
0.540 ms 1 Yes /classes/Product.php:3545
3228
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.540 ms 1 Yes /classes/CMS.php:151
786
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3383
ORDER BY f.position ASC
0.539 ms 5 Yes /classes/Product.php:6021
671
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4017 AND id_shop=1 LIMIT 1
0.539 ms 1 /classes/Product.php:6876
2472
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6061
ORDER BY f.position ASC
0.539 ms 5 Yes /classes/Product.php:6021
437
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3821 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.538 ms 0 /classes/Cart.php:1430
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.537 ms 1 /src/Adapter/EntityMapper.php:71
1257
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2917)
0.537 ms 1 /classes/Product.php:3860
3265
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.537 ms 1 /src/Adapter/EntityMapper.php:71
218
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.536 ms 1 /classes/Product.php:3860
357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4265) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.536 ms 1 /classes/stock/StockAvailable.php:453
748
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.536 ms 1 /classes/Product.php:3860
1444
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.536 ms 5 Yes /classes/Product.php:6021
3327
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 262 AND `id_shop` = 1
0.536 ms 6 /src/Adapter/EntityMapper.php:79
852
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.535 ms 5 Yes /classes/Product.php:6021
1062
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3514
ORDER BY f.position ASC
0.535 ms 5 Yes /classes/Product.php:6021
1341
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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
0.535 ms 5 Yes /classes/Product.php:6021
2403
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5287
ORDER BY f.position ASC
0.535 ms 5 Yes /classes/Product.php:6021
3018
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4847) AND (b.`id_shop` = 1) LIMIT 1
0.535 ms 1 /src/Adapter/EntityMapper.php:71
1313
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.535 ms 1 /classes/Product.php:3860
2901
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6106) AND (b.`id_shop` = 1) LIMIT 1
0.535 ms 1 /src/Adapter/EntityMapper.php:71
944
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.534 ms 0 /classes/SpecificPrice.php:259
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` = 4085
AND image_shop.`cover` = 1 LIMIT 1
0.534 ms 1 /classes/Product.php:3570
2483
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6110
ORDER BY f.position ASC
0.534 ms 5 Yes /classes/Product.php:6021
2696
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4016
0.534 ms 1 /classes/Product.php:2902
2881
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.534 ms 2 Yes /classes/Product.php:3545
2956
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4190
ORDER BY `position`
0.534 ms 1 Yes /classes/Product.php:3545
3031
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8557
ORDER BY `position`
0.534 ms 1 Yes /classes/Product.php:3545
1244
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5267
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.533 ms 0 /classes/SpecificPrice.php:259
2134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4566) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.533 ms 1 /classes/stock/StockAvailable.php:453
3010
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7781
ORDER BY `position`
0.533 ms 1 Yes /classes/Product.php:3545
1193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4962) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.532 ms 1 /classes/stock/StockAvailable.php:453
124
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.532 ms 1 /classes/tax/TaxRulesTaxManager.php:109
172
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.531 ms 1 /classes/Product.php:3860
447
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.531 ms 1 /classes/stock/StockAvailable.php:453
613
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.530 ms 1 /classes/Product.php:3860
1138
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4073) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.530 ms 1 /classes/stock/StockAvailable.php:453
3194
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10333) AND (b.`id_shop` = 1) LIMIT 1
0.530 ms 1 /src/Adapter/EntityMapper.php:71
321
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4301)
0.529 ms 1 /classes/Product.php:3860
2494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6130
ORDER BY f.position ASC
0.529 ms 5 Yes /classes/Product.php:6021
2743
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3391
ORDER BY `position`
0.529 ms 1 Yes /classes/Product.php:3545
3450
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3352) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.529 ms 1 Yes Yes /classes/Product.php:4524
1302
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5335)
0.529 ms 1 /classes/Product.php:3860
896
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.528 ms 5 Yes /classes/Product.php:6021
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 = 5109
ORDER BY f.position ASC
0.528 ms 5 Yes /classes/Product.php:6021
3409
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4284) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.528 ms 1 Yes Yes /classes/Product.php:4524
2979
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5175) AND (b.`id_shop` = 1) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
3472
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.527 ms 1 Yes Yes /classes/Product.php:4524
1748
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3427
ORDER BY f.position ASC
0.526 ms 5 Yes /classes/Product.php:6021
2030
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3785)
0.526 ms 1 /classes/Product.php:3860
2641
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4336
ORDER BY `position`
0.526 ms 1 Yes /classes/Product.php:3545
2838
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2503) AND (b.`id_shop` = 1) LIMIT 1
0.526 ms 1 /src/Adapter/EntityMapper.php:71
290
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7582
AND image_shop.`cover` = 1 LIMIT 1
0.525 ms 1 /classes/Product.php:3570
948
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3893 AND `id_group` = 1 LIMIT 1
0.524 ms 0 /classes/GroupReduction.php:156
2024
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2729
ORDER BY f.position ASC
0.524 ms 5 Yes /classes/Product.php:6021
2644
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7780
ORDER BY `position`
0.524 ms 1 Yes /classes/Product.php:3545
2784
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.524 ms 1 /src/Adapter/EntityMapper.php:71
279
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3258
AND image_shop.`cover` = 1 LIMIT 1
0.523 ms 1 /classes/Product.php:3570
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 = 4589
ORDER BY f.position ASC
0.523 ms 5 Yes /classes/Product.php:6021
3130
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9154
ORDER BY `position`
0.523 ms 1 Yes /classes/Product.php:3545
427
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.522 ms 5 Yes /classes/Product.php:6021
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` = 4596
AND image_shop.`cover` = 1 LIMIT 1
0.522 ms 1 /classes/Product.php:3570
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 = 9156
ORDER BY f.position ASC
0.522 ms 5 Yes /classes/Product.php:6021
2596
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3257
ORDER BY `position`
0.522 ms 1 Yes /classes/Product.php:3545
635
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.522 ms 1 /classes/Product.php:3860
1618
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4190)
0.522 ms 1 /classes/Product.php:3860
2905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.522 ms 1 Yes /classes/Product.php:3545
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` = 4085)
0.521 ms 1 /classes/Product.php:3860
1374
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.520 ms 5 Yes /classes/Product.php:6021
2650
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.520 ms 1 Yes /classes/Product.php:3545
3338
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.520 ms 1 /src/Adapter/EntityMapper.php:71
1202
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4093 AND id_shop=1 LIMIT 1
0.519 ms 1 /classes/Product.php:6876
2539
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10334 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.519 ms 0 /classes/Cart.php:1430
2617
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4265
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3545
2638
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3821
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3545
2737
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.519 ms 3 Yes /classes/Product.php:3545
3085
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5877
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3545
243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2934) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.519 ms 1 /classes/stock/StockAvailable.php:453
489
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4947)
0.519 ms 1 /classes/Product.php:3860
130
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4302
ORDER BY f.position ASC
0.518 ms 5 Yes /classes/Product.php:6021
444
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4336)
0.518 ms 1 /classes/Product.php:3860
2701
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.518 ms 2 Yes /classes/Product.php:3545
618
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.518 ms 5 Yes /classes/Product.php:6021
1273
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.517 ms 5 Yes /classes/Product.php:6021
2680
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.517 ms 1 Yes /classes/Product.php:3545
3448
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4325) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.517 ms 1 Yes Yes /classes/Product.php:4524
325
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4301 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4301 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.516 ms 0 /classes/Cart.php:1430
1828
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7781
ORDER BY f.position ASC
0.516 ms 5 Yes /classes/Product.php:6021
3049
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3081
ORDER BY `position`
0.516 ms 1 Yes /classes/Product.php:3545
3061
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2729
ORDER BY `position`
0.516 ms 1 Yes /classes/Product.php:3545
1766
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4675)
0.515 ms 1 /classes/Product.php:3860
2406
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5288 LIMIT 1
0.515 ms 10 /classes/SpecificPrice.php:435
2953
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4187
ORDER BY `position`
0.515 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
0.514 ms 1 /src/Adapter/EntityMapper.php:71
742
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.514 ms 5 Yes /classes/Product.php:6021
1152
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3936
AND image_shop.`cover` = 1 LIMIT 1
0.514 ms 1 /classes/Product.php:3570
1050
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.514 ms 0 /classes/Cart.php:1430
328
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.513 ms 1 /classes/Product.php:5659
2482
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6110 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6110 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.513 ms 0 /classes/Cart.php:1430
880
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3400)
0.513 ms 1 /classes/Product.php:3860
2572
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.512 ms 1 Yes /classes/Product.php:3545
676
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3256
AND image_shop.`cover` = 1 LIMIT 1
0.512 ms 1 /classes/Product.php:3570
1300
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5335
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.512 ms 0 /classes/SpecificPrice.php:259
455
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7780)
0.511 ms 1 /classes/Product.php:3860
246
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4312
AND image_shop.`cover` = 1 LIMIT 1
0.510 ms 1 /classes/Product.php:3570
3007
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4628
ORDER BY `position`
0.510 ms 1 Yes /classes/Product.php:3545
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.509 ms 6 /classes/Language.php:1216
1224
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.509 ms 1 /classes/Product.php:3860
1308
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
0.509 ms 1 /classes/Product.php:3570
3103
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4596
ORDER BY `position`
0.509 ms 1 Yes /classes/Product.php:3545
3447
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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.508 ms 1 Yes Yes /classes/Product.php:4524
1184
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2503
ORDER BY f.position ASC
0.507 ms 5 Yes /classes/Product.php:6021
3070
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5072
ORDER BY `position`
0.507 ms 1 Yes /classes/Product.php:3545
2653
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4947
ORDER BY `position`
0.507 ms 1 Yes /classes/Product.php:3545
3115
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4693
ORDER BY `position`
0.507 ms 1 Yes /classes/Product.php:3545
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.506 ms 1 /src/Adapter/EntityMapper.php:71
470
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.506 ms 0 /classes/Cart.php:1430
1533
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.506 ms 5 Yes /classes/Product.php:6021
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` = 4711
AND image_shop.`cover` = 1 LIMIT 1
0.506 ms 1 /classes/Product.php:3570
438
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3821
ORDER BY f.position ASC
0.505 ms 5 Yes /classes/Product.php:6021
507
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.505 ms 1 /classes/Product.php:5659
640
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.505 ms 5 Yes /classes/Product.php:6021
1272
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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
0.504 ms 0 /classes/Cart.php:1430
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` = 5516)
0.504 ms 1 /classes/Product.php:3860
2053
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5072)
0.504 ms 1 /classes/Product.php:3860
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 = 4723
ORDER BY f.position ASC
0.504 ms 5 Yes /classes/Product.php:6021
2708
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4018
0.504 ms 1 /classes/Product.php:2902
3150
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9306
ORDER BY `position`
0.504 ms 1 Yes /classes/Product.php:3545
3579
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5072) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.504 ms 1 Yes Yes /classes/Product.php:4524
550
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3013
ORDER BY f.position ASC
0.503 ms 5 Yes /classes/Product.php:6021
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` = 5069)
0.503 ms 1 /classes/Product.php:3860
2553
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.503 ms 1 /src/Adapter/EntityMapper.php:71
3371
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.503 ms 1 /src/Adapter/EntityMapper.php:71
1932
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8637
ORDER BY f.position ASC
0.502 ms 5 Yes /classes/Product.php:6021
3588
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9088) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.502 ms 1 Yes Yes /classes/Product.php:4524
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.502 ms 1 /src/Adapter/EntityMapper.php:71
404
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.502 ms 5 Yes /classes/Product.php:6021
516
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.502 ms 5 Yes /classes/Product.php:6021
1666
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4546 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4546 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
2560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4284
ORDER BY `position`
0.501 ms 1 Yes /classes/Product.php:3545
2575
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3010
ORDER BY `position`
0.501 ms 1 Yes /classes/Product.php:3545
131
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.501 ms 1 /classes/tax/TaxRulesTaxManager.php:109
238
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2934
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.501 ms 0 /classes/SpecificPrice.php:259
2968
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4546
ORDER BY `position`
0.501 ms 1 Yes /classes/Product.php:3545
477
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.500 ms 1 /classes/Product.php:3860
980
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.500 ms 1 /classes/Product.php:3860
3629
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.500 ms 21 /classes/Category.php:2242
738
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3560 AND id_shop=1 LIMIT 1
0.499 ms 1 /classes/Product.php:6876
2019
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2729)
0.499 ms 1 /classes/Product.php:3860
116
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4302
AND image_shop.`cover` = 1 LIMIT 1
0.498 ms 1 /classes/Product.php:3570
650
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.498 ms 1 /classes/stock/StockAvailable.php:453
653
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3255
AND image_shop.`cover` = 1 LIMIT 1
0.497 ms 1 /classes/Product.php:3570
1322
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5350 LIMIT 1
0.497 ms 10 /classes/SpecificPrice.php:435
2593
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3242
ORDER BY `position`
0.496 ms 1 Yes /classes/Product.php:3545
3038
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8637
0.496 ms 1 /classes/Product.php:2902
546
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3013 AND id_shop=1 LIMIT 1
0.495 ms 1 /classes/Product.php:6876
2444
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5841)
0.495 ms 1 /classes/Product.php:3860
819
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.495 ms 5 Yes /classes/Product.php:6021
1551
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4132)
0.495 ms 1 /classes/Product.php:3860
2717
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4036
0.495 ms 1 /classes/Product.php:2902
2871
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5335) AND (b.`id_shop` = 1) LIMIT 1
0.495 ms 1 /src/Adapter/EntityMapper.php:71
1891
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8540)
0.494 ms 1 /classes/Product.php:3860
3097
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9088
ORDER BY `position`
0.494 ms 1 Yes /classes/Product.php:3545
687
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.493 ms 1 /classes/Product.php:3570
1129
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.493 ms 5 Yes /classes/Product.php:6021
152
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.492 ms 1 /classes/stock/StockAvailable.php:453
2847
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5265) AND (b.`id_shop` = 1) LIMIT 1
0.492 ms 1 /src/Adapter/EntityMapper.php:71
3001
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8394
ORDER BY `position`
0.492 ms 1 Yes /classes/Product.php:3545
1540
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5111)
0.491 ms 1 /classes/Product.php:3860
2109
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5877)
0.491 ms 1 /classes/Product.php:3860
2354
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9306)
0.491 ms 1 /classes/Product.php:3860
2875
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.491 ms 1 Yes /classes/Product.php:3545
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.489 ms 12 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
907
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.489 ms 5 Yes /classes/Product.php:6021
2557
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4302
ORDER BY `position`
0.489 ms 1 Yes /classes/Product.php:3545
1173
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.488 ms 5 Yes /classes/Product.php:6021
377
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.487 ms 1 /classes/Product.php:3860
1028
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 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.487 ms 0 /classes/Cart.php:1430
1964
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3512) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.487 ms 1 /classes/stock/StockAvailable.php:453
2933
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6200
0.487 ms 1 /classes/Product.php:2902
2971
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4949
ORDER BY `position`
0.487 ms 1 Yes /classes/Product.php:3545
3205
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.487 ms 29 /classes/CartRule.php:357
2995
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4675
ORDER BY `position`
0.486 ms 1 Yes /classes/Product.php:3545
2998
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3728
ORDER BY `position`
0.486 ms 1 Yes /classes/Product.php:3545
3136
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9156
ORDER BY `position`
0.486 ms 1 Yes /classes/Product.php:3545
3217
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.486 ms 2 Yes /classes/Currency.php:694
1369
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.486 ms 1 /classes/Product.php:3860
145
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.485 ms 1 /classes/Product.php:5659
797
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.485 ms 5 Yes /classes/Product.php:6021
2048
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5072
AND image_shop.`cover` = 1 LIMIT 1
0.485 ms 1 /classes/Product.php:3570
2365
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4996)
0.484 ms 1 /classes/Product.php:3860
2524
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10333)
0.484 ms 1 /classes/Product.php:3860
3459
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.484 ms 1 Yes Yes /classes/Product.php:4524
1213
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5265)
0.483 ms 1 /classes/Product.php:3860
2723
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3563
0.483 ms 1 /classes/Product.php:2902
595
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.482 ms 5 Yes /classes/Product.php:6021
3254
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.482 ms 1 /src/Adapter/EntityMapper.php:71
1352
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3521
ORDER BY f.position ASC
0.482 ms 5 Yes /classes/Product.php:6021
1645
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4192
ORDER BY f.position ASC
0.482 ms 5 Yes /classes/Product.php:6021
2478
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6110)
0.482 ms 1 /classes/Product.php:3860
433
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3821)
0.481 ms 1 /classes/Product.php:3860
351
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4265 LIMIT 1
0.481 ms 10 /classes/SpecificPrice.php:435
1517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.480 ms 1 /classes/Product.php:3860
720
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.480 ms 1 /classes/Product.php:3570
2868
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.480 ms 1 /src/Adapter/EntityMapper.php:71
102
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.479 ms 1 /classes/Product.php:3860
1807
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4628
AND image_shop.`cover` = 1 LIMIT 1
0.479 ms 1 /classes/Product.php:3570
2923
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5180
ORDER BY `position`
0.479 ms 1 Yes /classes/Product.php:3545
2983
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5417
ORDER BY `position`
0.479 ms 1 Yes /classes/Product.php:3545
2120
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4551)
0.478 ms 1 /classes/Product.php:3860
2462
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6061
AND image_shop.`cover` = 1 LIMIT 1
0.478 ms 1 /classes/Product.php:3570
3589
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4589) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.478 ms 1 Yes Yes /classes/Product.php:4524
76
SELECT SQL_NO_CACHE *
FROM `hgt78_carrier_lang`
WHERE `id_carrier` = 282 AND `id_shop` = 1
0.478 ms 198 /src/Adapter/EntityMapper.php:79
714
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4110)
0.478 ms 1 /classes/Product.php:3860
236
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.477 ms 1 /classes/Product.php:5659
647
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.477 ms 1 /classes/Product.php:3860
759
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4209)
0.477 ms 1 /classes/Product.php:3860
2935
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5111
ORDER BY `position`
0.476 ms 1 Yes /classes/Product.php:3545
883
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3400) 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
1198
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4093 LIMIT 1
0.476 ms 10 /classes/SpecificPrice.php:435
1978
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3112
AND image_shop.`cover` = 1 LIMIT 1
0.476 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` = 4693
AND image_shop.`cover` = 1 LIMIT 1
0.476 ms 1 /classes/Product.php:3570
2398
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5287)
0.476 ms 1 /classes/Product.php:3860
2941
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5181
ORDER BY `position`
0.476 ms 1 Yes /classes/Product.php:3545
3145
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4899
ORDER BY `position`
0.476 ms 1 Yes /classes/Product.php:3545
388
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3819)
0.475 ms 1 /classes/Product.php:3860
1319
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5350
AND image_shop.`cover` = 1 LIMIT 1
0.474 ms 1 /classes/Product.php:3570
1557
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5181
AND image_shop.`cover` = 1 LIMIT 1
0.474 ms 1 /classes/Product.php:3570
478
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3850 AND id_shop=1 LIMIT 1
0.473 ms 1 /classes/Product.php:6876
1197
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.473 ms 1 /classes/Product.php:5659
1522
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.473 ms 5 Yes /classes/Product.php:6021
2394
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 163 LIMIT 1
0.473 ms 1 /classes/Product.php:5659
2977
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5157
ORDER BY `position`
0.473 ms 1 Yes /classes/Product.php:3545
3326
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.472 ms 1 /src/Adapter/EntityMapper.php:71
1380
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5592)
0.472 ms 1 /classes/Product.php:3860
1290
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.471 ms 1 /classes/Product.php:3860
33
SELECT SQL_NO_CACHE *
FROM `hgt78_currency_lang`
WHERE `id_currency` = 1
0.471 ms 6 /src/Adapter/EntityMapper.php:79
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` = 4714)
0.471 ms 1 /classes/Product.php:3860
754
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4209
AND image_shop.`cover` = 1 LIMIT 1
0.470 ms 1 /classes/Product.php:3570
2755
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.470 ms 2 Yes /classes/Product.php:3545
3446
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4326) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.470 ms 1 Yes Yes /classes/Product.php:4524
2862
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.469 ms 1 /src/Adapter/EntityMapper.php:71
869
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.468 ms 1 /classes/Product.php:3860
2776
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.468 ms 1 Yes /classes/Product.php:3545
1506
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.467 ms 1 /classes/Product.php:3860
1574
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4139)
0.467 ms 1 /classes/Product.php:3860
3121
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4708
ORDER BY `position`
0.467 ms 1 Yes /classes/Product.php:3545
3458
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` 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;
0.467 ms 1 Yes Yes /classes/Product.php:4524
3127
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4711
ORDER BY `position`
0.467 ms 1 Yes /classes/Product.php:3545
2844
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.466 ms 1 /src/Adapter/EntityMapper.php:71
3343
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.466 ms 1 /src/Adapter/EntityMapper.php:71
1563
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5181)
0.466 ms 1 /classes/Product.php:3860
2823
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.466 ms 1 /src/Adapter/EntityMapper.php:71
3460
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4110) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.465 ms 1 Yes Yes /classes/Product.php:4524
1364
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.465 ms 1 /classes/Product.php:3570
1940
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8651 AND id_shop=1 LIMIT 1
0.465 ms 1 /classes/Product.php:6876
2794
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3039
ORDER BY `position`
0.465 ms 1 Yes /classes/Product.php:3545
3610
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5287) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.464 ms 1 Yes Yes /classes/Product.php:4524
1838
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.463 ms 1 /classes/stock/StockAvailable.php:453
1990
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8801
AND image_shop.`cover` = 1 LIMIT 1
0.463 ms 1 /classes/Product.php:3570
781
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3383)
0.462 ms 1 /classes/Product.php:3860
1880
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8536)
0.462 ms 1 /classes/Product.php:3860
2758
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3400
ORDER BY `position`
0.462 ms 1 Yes /classes/Product.php:3545
2841
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4962) AND (b.`id_shop` = 1) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
3079
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5875
ORDER BY `position`
0.461 ms 1 Yes /classes/Product.php:3545
3198
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10334
ORDER BY `position`
0.461 ms 1 Yes /classes/Product.php:3545
2569
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.461 ms 1 Yes /classes/Product.php:3545
579
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4325)
0.460 ms 1 /classes/Product.php:3860
2926
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.460 ms 1 Yes /classes/Product.php:3545
1241
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5267
AND image_shop.`cover` = 1 LIMIT 1
0.460 ms 1 /classes/Product.php:3570
1501
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.460 ms 1 /classes/Product.php:3570
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` = 4899
AND image_shop.`cover` = 1 LIMIT 1
0.460 ms 1 /classes/Product.php:3570
2929
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.460 ms 1 Yes /classes/Product.php:3545
2799
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3418) AND (b.`id_shop` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
2859
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2917) AND (b.`id_shop` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
3174
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5841
ORDER BY `position`
0.459 ms 1 Yes /classes/Product.php:3545
856
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3559
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.459 ms 0 /classes/SpecificPrice.php:259
1288
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.459 ms 0 /classes/SpecificPrice.php:259
2098
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5876)
0.459 ms 1 /classes/Product.php:3860
2343
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10739)
0.459 ms 1 /classes/Product.php:3860
2654
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4947
0.459 ms 1 /classes/Product.php:2902
692
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.458 ms 1 /classes/Product.php:3860
3232
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.458 ms 1 /src/Adapter/EntityMapper.php:71
1958
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3512 LIMIT 1
0.457 ms 10 /classes/SpecificPrice.php:435
2803
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.457 ms 1 Yes /classes/Product.php:3545
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` = 5515)
0.456 ms 1 /classes/Product.php:3860
399
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.456 ms 1 /classes/Product.php:3860
1136
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4073 AND id_shop=1 LIMIT 1
0.456 ms 1 /classes/Product.php:6876
1246
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5267)
0.456 ms 1 /classes/Product.php:3860
2148
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9088
AND image_shop.`cover` = 1 LIMIT 1
0.456 ms 1 /classes/Product.php:3570
3124
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4723
ORDER BY `position`
0.455 ms 1 Yes /classes/Product.php:3545
3133
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9155
ORDER BY `position`
0.455 ms 1 Yes /classes/Product.php:3545
770
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.455 ms 1 /classes/Product.php:3860
2842
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4962
ORDER BY `position`
0.455 ms 1 Yes /classes/Product.php:3545
318
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4301 LIMIT 1
0.454 ms 10 /classes/SpecificPrice.php:435
1646
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4300
AND image_shop.`cover` = 1 LIMIT 1
0.454 ms 1 /classes/Product.php:3570
2890
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.454 ms 1 Yes /classes/Product.php:3545
558
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4326 AND `id_group` = 1 LIMIT 1
0.454 ms 0 /classes/GroupReduction.php:156
830
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3391
ORDER BY f.position ASC
0.454 ms 5 Yes /classes/Product.php:6021
1528
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.454 ms 1 /classes/Product.php:3860
1945
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8656
AND image_shop.`cover` = 1 LIMIT 1
0.453 ms 2 /classes/Product.php:3570
2007
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3245)
0.453 ms 1 /classes/Product.php:3860
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` = 4723)
0.453 ms 1 /classes/Product.php:3860
2426
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5298
ORDER BY f.position ASC
0.453 ms 5 Yes /classes/Product.php:6021
2566
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2557
ORDER BY `position`
0.453 ms 1 Yes /classes/Product.php:3545
2829
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_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.453 ms 1 /src/Adapter/EntityMapper.php:71
3177
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6049
ORDER BY `position`
0.453 ms 1 Yes /classes/Product.php:3545
85
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.452 ms 4 Yes /classes/Manufacturer.php:211
221
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.452 ms 1 /classes/stock/StockAvailable.php:453
946
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.452 ms 1 /classes/Product.php:3860
2839
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2503
ORDER BY `position`
0.452 ms 1 Yes /classes/Product.php:3545
1908
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8557
ORDER BY f.position ASC
0.451 ms 5 Yes /classes/Product.php:6021
969
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.451 ms 1 /classes/Product.php:3860
2552
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10377
ORDER BY f.position ASC
0.451 ms 5 Yes /classes/Product.php:6021
3359
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.451 ms 1 /src/Adapter/EntityMapper.php:71
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` = 4302)
0.450 ms 1 /classes/Product.php:3860
2911
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.450 ms 1 Yes /classes/Product.php:3545
542
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3013 LIMIT 1
0.449 ms 10 /classes/SpecificPrice.php:435
864
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.449 ms 2 /classes/Product.php:3570
1331
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
0.449 ms 2 /classes/Product.php:3570
3246
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.449 ms 1 /src/Adapter/EntityMapper.php:71
382
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.448 ms 5 Yes /classes/Product.php:6021
938
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.448 ms 1 /classes/stock/StockAvailable.php:453
1457
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.448 ms 1 /classes/Product.php:5659
1745
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3427 AND `id_group` = 1 LIMIT 1
0.448 ms 0 /classes/GroupReduction.php:156
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` = 4732)
0.448 ms 1 /classes/Product.php:3860
2587
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2934
ORDER BY `position`
0.448 ms 1 Yes /classes/Product.php:3545
2629
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.448 ms 1 Yes /classes/Product.php:3545
2793
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3039) AND (b.`id_shop` = 1) LIMIT 1
0.448 ms 1 /src/Adapter/EntityMapper.php:71
2817
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4087) AND (b.`id_shop` = 1) LIMIT 1
0.448 ms 1 /src/Adapter/EntityMapper.php:71
2104
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5877
AND image_shop.`cover` = 1 LIMIT 1
0.447 ms 1 /classes/Product.php:3570
2376
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5285)
0.447 ms 1 /classes/Product.php:3860
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` = 5109)
0.447 ms 1 /classes/Product.php:3860
70
SELECT SQL_NO_CACHE * FROM hgt78_revslider_sliders
0.446 ms 2 /modules/revsliderprestashop/includes/revslider_db.class.php:214
1109
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4081 LIMIT 1
0.446 ms 10 /classes/SpecificPrice.php:435
1920
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2804
ORDER BY f.position ASC
0.446 ms 5 Yes /classes/Product.php:6021
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` = 4693)
0.446 ms 1 /classes/Product.php:3860
2851
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.446 ms 1 Yes /classes/Product.php:3545
3317
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 161 AND `id_shop` = 1
0.446 ms 6 /src/Adapter/EntityMapper.php:79
2705
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3256
0.445 ms 1 /classes/Product.php:2902
2450
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6049
AND image_shop.`cover` = 1 LIMIT 1
0.444 ms 1 /classes/Product.php:3570
2663
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4319
0.444 ms 1 /classes/Product.php:2902
1853
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` = 152 LIMIT 1
0.443 ms 1 /classes/Category.php:1378
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` = 5069
AND image_shop.`cover` = 1 LIMIT 1
0.443 ms 1 /classes/Product.php:3570
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` = 4596)
0.443 ms 1 /classes/Product.php:3860
2513
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10019)
0.443 ms 1 /classes/Product.php:3860
2857
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5267
ORDER BY `position`
0.442 ms 1 Yes /classes/Product.php:3545
3350
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1
0.442 ms 6 /src/Adapter/EntityMapper.php:79
1970
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3081
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.441 ms 0 /classes/SpecificPrice.php:259
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` = 4589)
0.441 ms 1 /classes/Product.php:3860
201
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.440 ms 1 /classes/Product.php:3570
2115
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4551
AND image_shop.`cover` = 1 LIMIT 1
0.440 ms 1 /classes/Product.php:3570
2126
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4566
AND image_shop.`cover` = 1 LIMIT 1
0.440 ms 1 /classes/Product.php:3570
803
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.440 ms 1 /classes/Product.php:3860
2395
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5287 LIMIT 1
0.440 ms 10 /classes/SpecificPrice.php:435
2806
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3514
ORDER BY `position`
0.440 ms 1 Yes /classes/Product.php:3545
3026
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8536
0.440 ms 1 /classes/Product.php:2902
858
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3559)
0.439 ms 1 /classes/Product.php:3860
393
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3819
ORDER BY f.position ASC
0.439 ms 5 Yes /classes/Product.php:6021
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.438 ms 1 /src/Adapter/EntityMapper.php:71
2699
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3255
0.438 ms 1 /classes/Product.php:2902
522
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4319)
0.438 ms 1 /classes/Product.php:3860
1708
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5175)
0.438 ms 1 /classes/Product.php:3860
3345
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.438 ms 1 /src/Adapter/EntityMapper.php:71
1358
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4045)
0.437 ms 1 /classes/Product.php:3860
1732
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3330)
0.437 ms 1 /classes/Product.php:3860
1755
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4651)
0.436 ms 1 /classes/Product.php:3860
2832
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3936) AND (b.`id_shop` = 1) LIMIT 1
0.436 ms 1 /src/Adapter/EntityMapper.php:71
3355
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.436 ms 1 /src/Adapter/EntityMapper.php:71
1801
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3732)
0.436 ms 1 /classes/Product.php:3860
92
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.435 ms 1 /classes/Category.php:1378
1199
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.435 ms 0 /classes/SpecificPrice.php:259
1325
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5350)
0.435 ms 1 /classes/Product.php:3860
1640
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4192)
0.435 ms 1 /classes/Product.php:3860
2540
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10334
ORDER BY f.position ASC
0.435 ms 5 Yes /classes/Product.php:6021
3
SELECT SQL_NO_CACHE value FROM `hgt78_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.434 ms 1 /classes/shop/Shop.php:1183
1187
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4962 LIMIT 1
0.434 ms 10 /classes/SpecificPrice.php:435
2908
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.434 ms 1 Yes /classes/Product.php:3545
681
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3256)
0.434 ms 1 /classes/Product.php:3860
3608
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5285) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.434 ms 1 Yes Yes /classes/Product.php:4524
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` = 4836
AND image_shop.`cover` = 1 LIMIT 1
0.433 ms 1 /classes/Product.php:3570
2371
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5285
AND image_shop.`cover` = 1 LIMIT 1
0.433 ms 1 /classes/Product.php:3570
2507
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10019
AND image_shop.`cover` = 1 LIMIT 1
0.433 ms 1 /classes/Product.php:3570
2788
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.433 ms 1 Yes /classes/Product.php:3545
2896
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5774
ORDER BY `position`
0.433 ms 1 Yes /classes/Product.php:3545
235
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2934
AND image_shop.`cover` = 1 LIMIT 1
0.432 ms 1 /classes/Product.php:3570
316
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` = 76 LIMIT 1
0.432 ms 1 /classes/Category.php:1378
601
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3352)
0.432 ms 1 /classes/Product.php:3860
765
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.432 ms 1 /classes/Product.php:3570
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` = 9154
AND image_shop.`cover` = 1 LIMIT 1
0.432 ms 1 /classes/Product.php:3570
2473
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6110
AND image_shop.`cover` = 1 LIMIT 1
0.432 ms 1 /classes/Product.php:3570
2779
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4065
ORDER BY `position`
0.432 ms 1 Yes /classes/Product.php:3545
3050
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3081
0.432 ms 1 /classes/Product.php:2902
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.431 ms 1 /src/Adapter/EntityMapper.php:71
536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4320) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.431 ms 1 /classes/stock/StockAvailable.php:453
1168
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.431 ms 1 /classes/Product.php:3860
2075
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4493)
0.431 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` = 9156
AND image_shop.`cover` = 1 LIMIT 1
0.431 ms 1 /classes/Product.php:3570
2578
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.431 ms 1 Yes /classes/Product.php:3545
2980
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5175
ORDER BY `position`
0.431 ms 1 Yes /classes/Product.php:3545
3240
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.431 ms 1 /src/Adapter/EntityMapper.php:71
3402
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.431 ms 2 Yes /classes/Currency.php:694
343
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.430 ms 1 /classes/Product.php:3860
2064
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5121)
0.430 ms 1 /classes/Product.php:3860
189
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3010
AND image_shop.`cover` = 1 LIMIT 1
0.430 ms 1 /classes/Product.php:3570
1576
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4139 AND `id_group` = 1 LIMIT 1
0.430 ms 0 /classes/GroupReduction.php:156
2421
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5298)
0.430 ms 1 /classes/Product.php:3860
3142
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4836
ORDER BY `position`
0.429 ms 1 Yes /classes/Product.php:3545
1286
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.428 ms 1 /classes/Product.php:5659
2384
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5286 LIMIT 1
0.428 ms 10 /classes/SpecificPrice.php:435
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
0.428 ms 1 /classes/shop/Shop.php:218
326
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4301
ORDER BY f.position ASC
0.428 ms 5 Yes /classes/Product.php:6021
490
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4947 AND id_shop=1 LIMIT 1
0.428 ms 1 /classes/Product.php:6876
609
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 145 LIMIT 1
0.428 ms 1 /classes/Product.php:5659
1263
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.428 ms 1 /classes/Product.php:3570
1296
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5335
AND image_shop.`cover` = 1 LIMIT 1
0.428 ms 1 /classes/Product.php:3570
1344
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3521 LIMIT 1
0.428 ms 10 /classes/SpecificPrice.php:435
137
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4284)
0.427 ms 1 /classes/Product.php:3860
311
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4480 AND `id_group` = 1 LIMIT 1
0.427 ms 0 /classes/GroupReduction.php:156
1761
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4675
AND image_shop.`cover` = 1 LIMIT 1
0.427 ms 1 /classes/Product.php:3570
1984
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3112)
0.427 ms 1 /classes/Product.php:3860
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` = 9156)
0.427 ms 1 /classes/Product.php:3860
2812
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4086
ORDER BY `position`
0.427 ms 1 Yes /classes/Product.php:3545
2899
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.427 ms 1 Yes /classes/Product.php:3545
3372
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 191 AND `id_shop` = 1
0.427 ms 6 /src/Adapter/EntityMapper.php:79
1068
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.426 ms 1 /classes/Product.php:3860
1090
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.426 ms 1 /classes/Product.php:3860
1651
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4300)
0.426 ms 1 /classes/Product.php:3860
2112
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5877) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.426 ms 1 /classes/stock/StockAvailable.php:453
2672
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4326
0.426 ms 1 /classes/Product.php:2902
2974
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4950
ORDER BY `position`
0.426 ms 1 Yes /classes/Product.php:3545
2142
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4588)
0.425 ms 1 /classes/Product.php:3860
842
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.425 ms 1 /classes/Product.php:3570
1347
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3521)
0.425 ms 1 /classes/Product.php:3860
930
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.424 ms 1 /classes/Product.php:3570
1398
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.424 ms 1 /classes/Product.php:3570
2293
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 311 LIMIT 1
0.424 ms 1 /classes/Product.php:5659
355
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4265 AND id_shop=1 LIMIT 1
0.424 ms 1 /classes/Product.php:6876
575
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.424 ms 1 /classes/Product.php:5659
1093
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.424 ms 1 /classes/stock/StockAvailable.php:453
2131
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4566)
0.424 ms 1 /classes/Product.php:3860
3237
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1
0.424 ms 6 /src/Adapter/EntityMapper.php:79
832
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.423 ms 1 /classes/Product.php:5659
975
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.423 ms 1 /classes/Product.php:3570
306
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4480 LIMIT 1
0.422 ms 10 /classes/SpecificPrice.php:435
1207
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5265
AND image_shop.`cover` = 1 LIMIT 1
0.422 ms 1 /classes/Product.php:3570
1903
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8557)
0.422 ms 1 /classes/Product.php:3860
2080
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4493
ORDER BY f.position ASC
0.422 ms 5 Yes /classes/Product.php:6021
3609
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5286) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.422 ms 1 Yes Yes /classes/Product.php:4524
265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3242) 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
332
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4261)
0.421 ms 1 /classes/Product.php:3860
486
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4947 LIMIT 1
0.421 ms 11 /classes/SpecificPrice.php:435
1002
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.421 ms 1 /classes/Product.php:3860
2407
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5288
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.421 ms 0 /classes/SpecificPrice.php:259
3046
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3512
ORDER BY `position`
0.421 ms 1 Yes /classes/Product.php:3545
3272
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
0.421 ms 6 /src/Adapter/EntityMapper.php:79
2433
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5610)
0.419 ms 1 /classes/Product.php:3860
2002
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3245
AND image_shop.`cover` = 1 LIMIT 1
0.419 ms 1 /classes/Product.php:3570
362
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4273 LIMIT 1
0.418 ms 10 /classes/SpecificPrice.php:435
585
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.418 ms 1 /classes/Product.php:3570
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` = 4951)
0.418 ms 1 /classes/Product.php:3860
1607
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4187)
0.418 ms 1 /classes/Product.php:3860
2675
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3989
0.418 ms 1 /classes/Product.php:2902
2854
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5266
ORDER BY `position`
0.418 ms 1 Yes /classes/Product.php:3545
356
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4265 AND `id_group` = 1 LIMIT 1
0.417 ms 0 /classes/GroupReduction.php:156
2584
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2933
ORDER BY `position`
0.417 ms 1 Yes /classes/Product.php:3545
1422
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.416 ms 1 /classes/Product.php:3570
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` = 5516
AND image_shop.`cover` = 1 LIMIT 1
0.416 ms 1 /classes/Product.php:3570
220
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3234 AND `id_group` = 1 LIMIT 1
0.416 ms 0 /classes/GroupReduction.php:156
2818
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4087
ORDER BY `position`
0.416 ms 1 Yes /classes/Product.php:3545
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.415 ms 1 /classes/PrestaShopCollection.php:383
2535
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10334)
0.415 ms 1 /classes/Product.php:3860
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` = 4686)
0.415 ms 1 /classes/Product.php:3860
1969
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3081 LIMIT 1
0.414 ms 10 /classes/SpecificPrice.php:435
2563
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2556
ORDER BY `position`
0.414 ms 1 Yes /classes/Product.php:3545
2791
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.414 ms 1 Yes /classes/Product.php:3545
492
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4947) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.414 ms 1 /classes/stock/StockAvailable.php:453
3171
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5610
ORDER BY `position`
0.414 ms 1 Yes /classes/Product.php:3545
3165
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5288
ORDER BY `position`
0.413 ms 1 Yes /classes/Product.php:3545
303
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4480
AND image_shop.`cover` = 1 LIMIT 1
0.413 ms 1 /classes/Product.php:3570
1579
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4139
ORDER BY f.position ASC
0.413 ms 5 Yes /classes/Product.php:6021
2986
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3330
ORDER BY `position`
0.412 ms 1 Yes /classes/Product.php:3545
698
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.412 ms 2 /classes/Product.php:3570
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` = 4495)
0.412 ms 1 /classes/Product.php:3860
1915
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2804)
0.412 ms 1 /classes/Product.php:3860
2950
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4186
ORDER BY `position`
0.412 ms 1 Yes /classes/Product.php:3545
3156
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5285
ORDER BY `position`
0.412 ms 1 Yes /classes/Product.php:3545
1909
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2804
AND image_shop.`cover` = 1 LIMIT 1
0.411 ms 1 /classes/Product.php:3570
2836
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.411 ms 1 Yes /classes/Product.php:3545
417
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.411 ms 1 /classes/Product.php:3570
291
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` = 188 LIMIT 1
0.410 ms 1 /classes/Category.php:1378
1237
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5266 AND `id_group` = 1 LIMIT 1
0.410 ms 0 /classes/GroupReduction.php:156
1602
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4187
AND image_shop.`cover` = 1 LIMIT 1
0.410 ms 1 /classes/Product.php:3570
2684
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3352
0.410 ms 1 /classes/Product.php:2902
1074
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4086
AND image_shop.`cover` = 1 LIMIT 1
0.410 ms 1 /classes/Product.php:3570
2439
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5841
AND image_shop.`cover` = 1 LIMIT 1
0.410 ms 1 /classes/Product.php:3570
905
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.409 ms 1 /classes/stock/StockAvailable.php:453
1720
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5417)
0.409 ms 1 /classes/Product.php:3860
1939
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8651)
0.409 ms 1 /classes/Product.php:3860
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` = 4686
AND image_shop.`cover` = 1 LIMIT 1
0.409 ms 1 /classes/Product.php:3570
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3257) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.409 ms 1 /classes/stock/StockAvailable.php:453
902
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.409 ms 1 /classes/Product.php:3860
960
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4065 AND `id_group` = 1 LIMIT 1
0.409 ms 0 /classes/GroupReduction.php:156
1227
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
0.409 ms 1 /classes/stock/StockAvailable.php:453
1950
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8656)
0.408 ms 1 /classes/Product.php:3860
2866
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.408 ms 1 Yes /classes/Product.php:3545
1147
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3930 AND id_shop=1 LIMIT 1
0.408 ms 1 /classes/Product.php:6876
586
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.407 ms 1 /classes/Product.php:5659
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.407 ms 1 /src/Adapter/EntityMapper.php:71
224
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2933
AND image_shop.`cover` = 1 LIMIT 1
0.407 ms 1 /classes/Product.php:3570
624
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.407 ms 1 /classes/Product.php:3860
641
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.407 ms 1 /classes/Product.php:3570
1596
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4186)
0.407 ms 1 /classes/Product.php:3860
2036
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5001
AND image_shop.`cover` = 1 LIMIT 1
0.407 ms 1 /classes/Product.php:3570
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` = 9155)
0.407 ms 1 /classes/Product.php:3860
2602
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7582
ORDER BY `position`
0.407 ms 1 Yes /classes/Product.php:3545
1160
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3936) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.406 ms 1 /classes/stock/StockAvailable.php:453
1219
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.406 ms 1 /classes/Product.php:3570
1336
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.406 ms 1 /classes/Product.php:3860
2059
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5121
AND image_shop.`cover` = 1 LIMIT 1
0.406 ms 2 /classes/Product.php:3570
2501
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7544)
0.406 ms 1 /classes/Product.php:3860
2070
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4493
AND image_shop.`cover` = 1 LIMIT 1
0.405 ms 1 /classes/Product.php:3570
1864
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8535
AND image_shop.`cover` = 1 LIMIT 1
0.405 ms 1 /classes/Product.php:3570
2404
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5288
AND image_shop.`cover` = 1 LIMIT 1
0.405 ms 1 /classes/Product.php:3570
2902
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6106
ORDER BY `position`
0.405 ms 1 Yes /classes/Product.php:3545
3183
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6110
ORDER BY `position`
0.405 ms 1 Yes /classes/Product.php:3545
1726
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3330
AND image_shop.`cover` = 1 LIMIT 1
0.404 ms 1 /classes/Product.php:3570
2932
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.404 ms 1 Yes /classes/Product.php:3545
435
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3821 AND `id_group` = 1 LIMIT 1
0.403 ms 1 /classes/GroupReduction.php:156
2331
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4899)
0.403 ms 1 /classes/Product.php:3860
38
SELECT SQL_NO_CACHE `id_category`
FROM `hgt78_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.403 ms 1 /classes/Category.php:2450
3168
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5298
ORDER BY `position`
0.403 ms 1 Yes /classes/Product.php:3545
3353
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.403 ms 1 /src/Adapter/EntityMapper.php:71
428
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3821
AND image_shop.`cover` = 1 LIMIT 1
0.402 ms 1 /classes/Product.php:3570
2872
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5335
ORDER BY `position`
0.402 ms 1 Yes /classes/Product.php:3545
111
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.402 ms 0 /classes/tax/TaxRulesTaxManager.php:109
530
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4320 LIMIT 1
0.402 ms 10 /classes/SpecificPrice.php:435
732
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.402 ms 1 /classes/Product.php:3570
985
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.402 ms 5 Yes /classes/Product.php:6021
1085
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.402 ms 1 /classes/Product.php:3570
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` = 8426)
0.402 ms 1 /classes/Product.php:3860
3073
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5121
ORDER BY `position`
0.402 ms 2 Yes /classes/Product.php:3545
3153
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4996
ORDER BY `position`
0.402 ms 1 Yes /classes/Product.php:3545
593
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.401 ms 1 /classes/stock/StockAvailable.php:453
727
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4036 AND id_shop=1 LIMIT 1
0.401 ms 1 /classes/Product.php:6876
1186
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.401 ms 1 /classes/Product.php:5659
1495
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5180)
0.401 ms 1 /classes/Product.php:3860
1648
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4300 LIMIT 1
0.401 ms 10 /classes/SpecificPrice.php:435
2681
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3995
0.401 ms 1 /classes/Product.php:2902
3159
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5286
ORDER BY `position`
0.401 ms 1 Yes /classes/Product.php:3545
3339
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.401 ms 1 /src/Adapter/EntityMapper.php:71
3319
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
0.401 ms 6 /src/Adapter/EntityMapper.php:79
348
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.400 ms 5 Yes /classes/Product.php:6021
1155
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3936
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.400 ms 0 /classes/SpecificPrice.php:259
1392
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5774)
0.400 ms 1 /classes/Product.php:3860
300
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7582) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.400 ms 1 /classes/stock/StockAvailable.php:453
1875
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8536
AND image_shop.`cover` = 1 LIMIT 1
0.399 ms 1 /classes/Product.php:3570
703
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.399 ms 1 /classes/Product.php:3860
826
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3391 AND id_shop=1 LIMIT 1
0.399 ms 1 /classes/Product.php:6876
1530
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6200 AND `id_group` = 1 LIMIT 1
0.399 ms 0 /classes/GroupReduction.php:156
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.397 ms 1 /src/Adapter/EntityMapper.php:71
260
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3242
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.397 ms 0 /classes/SpecificPrice.php:259
2541
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10377
AND image_shop.`cover` = 1 LIMIT 1
0.397 ms 1 /classes/Product.php:3570
2547
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10377)
0.397 ms 1 /classes/Product.php:3860
2782
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.397 ms 1 Yes /classes/Product.php:3545
3337
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 307 AND `id_shop` = 1
0.397 ms 6 /src/Adapter/EntityMapper.php:79
814
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.396 ms 1 /classes/Product.php:3860
1013
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3039)
0.396 ms 1 /classes/Product.php:3860
2456
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6049)
0.396 ms 1 /classes/Product.php:3860
2827
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4073
ORDER BY `position`
0.395 ms 1 Yes /classes/Product.php:3545
551
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4326
AND image_shop.`cover` = 1 LIMIT 1
0.394 ms 1 /classes/Product.php:3570
924
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.394 ms 1 /classes/Product.php:3860
2042
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5001)
0.394 ms 1 /classes/Product.php:3860
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.393 ms 1 /src/Adapter/EntityMapper.php:71
1702
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5175
AND image_shop.`cover` = 1 LIMIT 1
0.393 ms 1 /classes/Product.php:3570
3306
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.393 ms 1 /src/Adapter/EntityMapper.php:71
1279
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.393 ms 1 /classes/Product.php:3860
2322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4836) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.393 ms 1 /classes/stock/StockAvailable.php:453
3330
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.393 ms 1 /src/Adapter/EntityMapper.php:71
787
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
0.392 ms 1 /classes/Product.php:3570
574
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4325
AND image_shop.`cover` = 1 LIMIT 1
0.392 ms 1 /classes/Product.php:3570
1192
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4962 AND `id_group` = 1 LIMIT 1
0.392 ms 0 /classes/GroupReduction.php:156
1691
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5157
AND image_shop.`cover` = 1 LIMIT 1
0.391 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` = 4598
AND image_shop.`cover` = 1 LIMIT 1
0.391 ms 1 /classes/Product.php:3570
34
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.390 ms 1 /classes/ObjectModel.php:1729
93
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
0.390 ms 1 /classes/Product.php:5659
352
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4265
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.390 ms 0 /classes/SpecificPrice.php:259
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` = 6106
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 1 /classes/Product.php:3570
1569
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4139
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 1 /classes/Product.php:3570
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` = 9154)
0.390 ms 1 /classes/Product.php:3860
2764
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.390 ms 1 Yes /classes/Product.php:3545
1144
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.390 ms 1 /classes/SpecificPrice.php:259
1657
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4546
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 1 /classes/Product.php:3570
2821
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4081
ORDER BY `position`
0.390 ms 1 Yes /classes/Product.php:3545
1927
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8637)
0.389 ms 1 /classes/Product.php:3860
2489
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6130)
0.389 ms 1 /classes/Product.php:3860
1063
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.388 ms 1 /classes/Product.php:3570
2415
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5298
AND image_shop.`cover` = 1 LIMIT 1
0.388 ms 1 /classes/Product.php:3570
1142
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.387 ms 1 /classes/Product.php:5659
1818
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7781
AND image_shop.`cover` = 1 LIMIT 1
0.387 ms 1 /classes/Product.php:3570
2581
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.387 ms 1 Yes /classes/Product.php:3545
484
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` = 89 LIMIT 1
0.387 ms 1 /classes/Category.php:1378
556
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4326)
0.387 ms 1 /classes/Product.php:3860
751
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.387 ms 1 /classes/stock/StockAvailable.php:453
2390
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5286) 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
31
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.386 ms 6 /classes/Language.php:883
251
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4312)
0.386 ms 1 /classes/Product.php:3860
1382
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5592 AND `id_group` = 1 LIMIT 1
0.386 ms 0 /classes/GroupReduction.php:156
350
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.385 ms 1 /classes/Product.php:5659
474
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3850 LIMIT 1
0.385 ms 10 /classes/SpecificPrice.php:435
1353
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4045
AND image_shop.`cover` = 1 LIMIT 1
0.385 ms 1 /classes/Product.php:3570
1416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6106)
0.385 ms 1 /classes/Product.php:3860
1667
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4546
ORDER BY f.position ASC
0.385 ms 5 Yes /classes/Product.php:6021
2081
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5875
AND image_shop.`cover` = 1 LIMIT 1
0.385 ms 1 /classes/Product.php:3570
2093
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5876
AND image_shop.`cover` = 1 LIMIT 1
0.385 ms 1 /classes/Product.php:3570
361
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.384 ms 1 /classes/Product.php:5659
371
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.383 ms 1 /classes/Product.php:3570
827
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3391 AND `id_group` = 1 LIMIT 1
0.383 ms 0 /classes/GroupReduction.php:156
1222
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.383 ms 0 /classes/SpecificPrice.php:259
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` = 4708)
0.383 ms 1 /classes/Product.php:3860
1191
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4962 AND id_shop=1 LIMIT 1
0.382 ms 1 /classes/Product.php:6876
259
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3242 LIMIT 1
0.382 ms 10 /classes/SpecificPrice.php:435
511
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.382 ms 1 /classes/Product.php:3860
3180
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6061
ORDER BY `position`
0.382 ms 1 Yes /classes/Product.php:3545
952
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4065
AND image_shop.`cover` = 1 LIMIT 1
0.381 ms 1 /classes/Product.php:3570
1231
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 113 LIMIT 1
0.381 ms 1 /classes/Product.php:5659
1542
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5111 AND `id_group` = 1 LIMIT 1
0.381 ms 0 /classes/GroupReduction.php:156
294
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7582 LIMIT 1
0.380 ms 10 /classes/SpecificPrice.php:435
1051
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.380 ms 5 Yes /classes/Product.php:6021
1498
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5180) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.380 ms 1 /classes/stock/StockAvailable.php:453
806
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.380 ms 1 /classes/stock/StockAvailable.php:453
1203
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4093 AND `id_group` = 1 LIMIT 1
0.380 ms 0 /classes/GroupReduction.php:156
1796
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3732
AND image_shop.`cover` = 1 LIMIT 1
0.380 ms 1 /classes/Product.php:3570
1414
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6106
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.379 ms 0 /classes/SpecificPrice.php:259
1496
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5180 AND id_shop=1 LIMIT 1
0.379 ms 1 /classes/Product.php:6876
1543
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5111) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.379 ms 1 /classes/stock/StockAvailable.php:453
1892
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8540 AND id_shop=1 LIMIT 1
0.379 ms 1 /classes/Product.php:6876
1305
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5335) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.379 ms 1 /classes/stock/StockAvailable.php:453
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` = 4711)
0.379 ms 1 /classes/Product.php:3860
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.378 ms 1 /src/Adapter/EntityMapper.php:71
253
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4312 AND `id_group` = 1 LIMIT 1
0.378 ms 0 /classes/GroupReduction.php:156
570
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3989 AND `id_group` = 1 LIMIT 1
0.378 ms 0 /classes/GroupReduction.php:156
271
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3257
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.378 ms 0 /classes/SpecificPrice.php:259
2410
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5288 AND id_shop=1 LIMIT 1
0.378 ms 1 /classes/Product.php:6876
23
SELECT SQL_NO_CACHE * FROM `hgt78_currency` c ORDER BY `iso_code` ASC
0.377 ms 2 Yes /classes/Currency.php:709
1248
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5267 AND `id_group` = 1 LIMIT 1
0.377 ms 0 /classes/GroupReduction.php:156
1464
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.377 ms 1 /classes/stock/StockAvailable.php:453
1933
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8651
AND image_shop.`cover` = 1 LIMIT 1
0.377 ms 2 /classes/Product.php:3570
327
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4261
AND image_shop.`cover` = 1 LIMIT 1
0.376 ms 1 /classes/Product.php:3570
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` = 5514
AND image_shop.`cover` = 1 LIMIT 1
0.376 ms 1 /classes/Product.php:3570
1866
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8535 LIMIT 1
0.376 ms 10 /classes/SpecificPrice.php:435
2346
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10739) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.376 ms 1 /classes/stock/StockAvailable.php:453
2939
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4132
0.376 ms 1 /classes/Product.php:2902
3013
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8426
ORDER BY `position`
0.376 ms 1 Yes /classes/Product.php:3545
3250
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.376 ms 1 /src/Adapter/EntityMapper.php:71
1127
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.375 ms 1 /classes/stock/StockAvailable.php:453
2087
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5875)
0.375 ms 1 /classes/Product.php:3860
1591
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4186
AND image_shop.`cover` = 1 LIMIT 1
0.374 ms 1 /classes/Product.php:3570
1769
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4675) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.374 ms 1 /classes/stock/StockAvailable.php:453
247
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.374 ms 1 /classes/Product.php:5659
8
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
1076
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4086 LIMIT 1
0.373 ms 10 /classes/SpecificPrice.php:435
1749
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4651
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
3329
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 263 AND `id_shop` = 1
0.373 ms 6 /src/Adapter/EntityMapper.php:79
831
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3557
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
497
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3851 LIMIT 1
0.372 ms 10 /classes/SpecificPrice.php:435
248
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4312 LIMIT 1
0.372 ms 10 /classes/SpecificPrice.php:435
709
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4110
AND image_shop.`cover` = 1 LIMIT 1
0.372 ms 1 /classes/Product.php:3570
2833
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3936
ORDER BY `position`
0.372 ms 1 Yes /classes/Product.php:3545
97
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE `id_product` != 0 LIMIT 1
0.370 ms 22288 /classes/SpecificPrice.php:297
577
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4325
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.370 ms 0 /classes/SpecificPrice.php:259
2106
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5877 LIMIT 1
0.370 ms 10 /classes/SpecificPrice.php:435
2149
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` = 117 LIMIT 1
0.370 ms 1 /classes/Category.php:1378
2238
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.370 ms 1 /classes/Product.php:5659
2869
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.370 ms 1 Yes /classes/Product.php:3545
1232
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5266 LIMIT 1
0.369 ms 10 /classes/SpecificPrice.php:435
1558
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` = 312 LIMIT 1
0.369 ms 1 /classes/Category.php:1378
1019
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.368 ms 1 /classes/Product.php:3570
1133
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4073
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.368 ms 0 /classes/SpecificPrice.php:259
1137
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4073 AND `id_group` = 1 LIMIT 1
0.368 ms 0 /classes/GroupReduction.php:156
1225
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5640 AND id_shop=1 LIMIT 1
0.368 ms 1 /classes/Product.php:6876
1182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.367 ms 1 /classes/stock/StockAvailable.php:453
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.366 ms 1 /src/Adapter/EntityMapper.php:71
156
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.366 ms 1 /classes/Product.php:5659
163
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2557) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.366 ms 1 /classes/stock/StockAvailable.php:453
1096
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4087
AND image_shop.`cover` = 1 LIMIT 1
0.366 ms 1 /classes/Product.php:3570
670
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.365 ms 1 /classes/Product.php:3860
872
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.365 ms 1 /classes/stock/StockAvailable.php:453
1512
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.365 ms 1 /classes/Product.php:3570
2123
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4551) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.365 ms 1 /classes/stock/StockAvailable.php:453
249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4312
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.364 ms 0 /classes/SpecificPrice.php:259
1024
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.364 ms 1 /classes/Product.php:3860
1143
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3930 LIMIT 1
0.364 ms 10 /classes/SpecificPrice.php:435
1682
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4950 LIMIT 1
0.364 ms 10 /classes/SpecificPrice.php:435
466
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.363 ms 1 /classes/Product.php:3860
491
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4947 AND `id_group` = 1 LIMIT 1
0.363 ms 0 /classes/GroupReduction.php:156
776
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3383
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
1008
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3039
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
2396
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5287
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.363 ms 0 /classes/SpecificPrice.php:259
2848
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5265
ORDER BY `position`
0.363 ms 1 Yes /classes/Product.php:3545
2519
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10333
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
2726
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4209
0.363 ms 1 /classes/Product.php:2902
1547
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.362 ms 1 /classes/Product.php:5659
3207
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.362 ms 29 /classes/CartRule.php:357
3403
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.362 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.362 ms 1 /classes/FeatureFlag.php:105
888
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3890 LIMIT 1
0.362 ms 10 /classes/SpecificPrice.php:435
461
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.361 ms 1 /classes/Product.php:3570
897
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.361 ms 1 /classes/Product.php:3570
1662
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4546)
0.361 ms 1 /classes/Product.php:3860
1674
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4949)
0.361 ms 1 /classes/Product.php:3860
2320
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4836 AND id_shop=1 LIMIT 1
0.361 ms 1 /classes/Product.php:6876
2337
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10739
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 2 /classes/Product.php:3570
1040
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3418
ORDER BY f.position ASC
0.360 ms 5 Yes /classes/Product.php:6021
1048
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5165 AND `id_group` = 1 LIMIT 1
0.360 ms 0 /classes/GroupReduction.php:156
1121
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3978 LIMIT 1
0.360 ms 10 /classes/SpecificPrice.php:435
1174
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2503
AND image_shop.`cover` = 1 LIMIT 1
0.360 ms 1 /classes/Product.php:3570
2184
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4597 LIMIT 1
0.360 ms 10 /classes/SpecificPrice.php:435
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` = 4732
AND image_shop.`cover` = 1 LIMIT 1
0.360 ms 1 /classes/Product.php:3570
48
SELECT SQL_NO_CACHE * FROM `hgt78_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.359 ms 8 Yes /classes/ImageType.php:109
240
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2934)
0.359 ms 1 /classes/Product.php:3860
820
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3391
AND image_shop.`cover` = 1 LIMIT 1
0.359 ms 1 /classes/Product.php:3570
1249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5267) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.359 ms 1 /classes/stock/StockAvailable.php:453
1738
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3427
AND image_shop.`cover` = 1 LIMIT 1
0.359 ms 1 /classes/Product.php:3570
1975
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3081) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.359 ms 1 /classes/stock/StockAvailable.php:453
809
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.359 ms 1 /classes/Product.php:3570
941
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.359 ms 1 /classes/Product.php:3570
2544
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10377 LIMIT 1
0.358 ms 10 /classes/SpecificPrice.php:435
3275
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.358 ms 6 /src/Adapter/EntityMapper.php:79
756
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4209 LIMIT 1
0.358 ms 10 /classes/SpecificPrice.php:435
828
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3391) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.358 ms 1 /classes/stock/StockAvailable.php:453
3238
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.358 ms 1 /src/Adapter/EntityMapper.php:71
596
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3352
AND image_shop.`cover` = 1 LIMIT 1
0.357 ms 1 /classes/Product.php:3570
1696
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5157)
0.357 ms 1 /classes/Product.php:3860
2508
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` = 233 LIMIT 1
0.357 ms 1 /classes/Category.php:1378
2605
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4480
ORDER BY `position`
0.357 ms 1 Yes /classes/Product.php:3545
913
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4103)
0.356 ms 1 /classes/Product.php:3860
144
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.356 ms 1 /classes/Category.php:1378
729
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.356 ms 1 /classes/stock/StockAvailable.php:453
1118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.356 ms 1 /classes/Product.php:3570
2918
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4085
0.356 ms 1 /classes/Product.php:2902
471
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.355 ms 5 Yes /classes/Product.php:6021
1268
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.355 ms 1 /classes/Product.php:3860
1342
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3521
AND image_shop.`cover` = 1 LIMIT 1
0.355 ms 1 /classes/Product.php:3570
1366
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4334 LIMIT 1
0.355 ms 10 /classes/SpecificPrice.php:435
1439
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.355 ms 1 /classes/Product.php:3860
1620
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4190 AND `id_group` = 1 LIMIT 1
0.355 ms 0 /classes/GroupReduction.php:156
3358
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 197 AND `id_shop` = 1
0.355 ms 6 /src/Adapter/EntityMapper.php:79
450
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7780
AND image_shop.`cover` = 1 LIMIT 1
0.354 ms 1 /classes/Product.php:3570
3208
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.354 ms 1 /classes/CartRule.php:423
3219
SELECT SQL_NO_CACHE *
FROM `hgt78_currency_lang`
WHERE `id_currency` = 2
0.354 ms 6 /src/Adapter/EntityMapper.php:79
1238
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5266) 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
2245
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4708) 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
36
SELECT SQL_NO_CACHE *
FROM `hgt78_group_lang`
WHERE `id_group` = 1
0.353 ms 6 /src/Adapter/EntityMapper.php:79
626
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2737 AND `id_group` = 1 LIMIT 1
0.353 ms 0 /classes/GroupReduction.php:156
1260
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2917) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.353 ms 1 /classes/stock/StockAvailable.php:453
2530
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10334
AND image_shop.`cover` = 1 LIMIT 1
0.353 ms 1 /classes/Product.php:3570
3204
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.353 ms 1 /classes/Cart.php:4255
3364
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
0.353 ms 6 /src/Adapter/EntityMapper.php:79
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` = 4708
AND image_shop.`cover` = 1 LIMIT 1
0.353 ms 1 /classes/Product.php:3570
795
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.352 ms 1 /classes/stock/StockAvailable.php:453
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` = 4723
AND image_shop.`cover` = 1 LIMIT 1
0.352 ms 1 /classes/Product.php:3570
1333
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4253 LIMIT 1
0.352 ms 10 /classes/SpecificPrice.php:435
3389
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.351 ms 1 /src/Adapter/EntityMapper.php:71
1686
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4950 AND id_shop=1 LIMIT 1
0.351 ms 1 /classes/Product.php:6876
1921
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8637
AND image_shop.`cover` = 1 LIMIT 1
0.351 ms 1 /classes/Product.php:3570
3310
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.351 ms 1 /src/Adapter/EntityMapper.php:71
528
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4320
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
744
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.350 ms 1 /classes/Product.php:5659
1624
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4191
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
2305
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4732 LIMIT 1
0.350 ms 10 /classes/SpecificPrice.php:435
2453
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6049 LIMIT 1
0.350 ms 9 /classes/SpecificPrice.php:435
3091
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4566
ORDER BY `position`
0.350 ms 1 Yes /classes/Product.php:3545
3242
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.350 ms 1 /src/Adapter/EntityMapper.php:71
3308
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.350 ms 1 /src/Adapter/EntityMapper.php:71
132
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4284
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
878
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3400
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.349 ms 0 /classes/SpecificPrice.php:259
2118
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4551
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.349 ms 0 /classes/SpecificPrice.php:259
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 = 9154
ORDER BY f.position ASC
0.349 ms 5 Yes /classes/Product.php:6021
2545
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10377
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.349 ms 1 /classes/SpecificPrice.php:259
2636
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3951
0.347 ms 1 /classes/Product.php:2902
1287
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6025 LIMIT 1
0.347 ms 10 /classes/SpecificPrice.php:435
1714
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5417
AND image_shop.`cover` = 1 LIMIT 1
0.347 ms 1 /classes/Product.php:3570
3235
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1
0.347 ms 6 /src/Adapter/EntityMapper.php:79
665
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.346 ms 2 /classes/Product.php:3570
487
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4947
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.346 ms 0 /classes/SpecificPrice.php:259
562
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.346 ms 1 /classes/Product.php:3570
867
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.346 ms 0 /classes/SpecificPrice.php:259
2185
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4597
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.346 ms 0 /classes/SpecificPrice.php:259
3297
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
0.346 ms 6 /src/Adapter/EntityMapper.php:79
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
798
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.345 ms 3 /classes/Product.php:3570
1445
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.345 ms 1 /classes/Product.php:3570
1469
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4085 LIMIT 1
0.345 ms 10 /classes/SpecificPrice.php:435
1993
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8801 LIMIT 1
0.345 ms 10 /classes/SpecificPrice.php:435
3346
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1
0.345 ms 6 /src/Adapter/EntityMapper.php:79
439
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4336
AND image_shop.`cover` = 1 LIMIT 1
0.344 ms 1 /classes/Product.php:3570
1216
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5265) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.344 ms 1 /classes/stock/StockAvailable.php:453
2470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6061) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.344 ms 1 /classes/stock/StockAvailable.php:453
269
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 44 LIMIT 1
0.344 ms 1 /classes/Product.php:5659
305
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 236 LIMIT 1
0.344 ms 1 /classes/Product.php:5659
932
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3892 LIMIT 1
0.344 ms 10 /classes/SpecificPrice.php:435
1386
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5774
AND image_shop.`cover` = 1 LIMIT 1
0.344 ms 1 /classes/Product.php:3570
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.343 ms 1 /src/Adapter/EntityMapper.php:71
517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4319
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
1849
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4495) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.343 ms 1 /classes/stock/StockAvailable.php:453
2025
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3785
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
2484
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6130
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
2830
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.343 ms 1 Yes /classes/Product.php:3545
3313
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.343 ms 6 /src/Adapter/EntityMapper.php:79
619
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.343 ms 1 /classes/Product.php:3570
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` = 5180
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
892
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3890 AND id_shop=1 LIMIT 1
0.342 ms 1 /classes/Product.php:6876
203
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3108 LIMIT 1
0.342 ms 10 /classes/SpecificPrice.php:435
3258
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.342 ms 1 /src/Adapter/EntityMapper.php:71
3640
SELECT SQL_NO_CACHE additional FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.342 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
1080
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4086 AND id_shop=1 LIMIT 1
0.341 ms 1 /classes/Product.php:6876
2554
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.341 ms 1 Yes /classes/Product.php:3545
2678
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4325
0.341 ms 1 /classes/Product.php:2902
335
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4261) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.341 ms 1 /classes/stock/StockAvailable.php:453
723
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4036 LIMIT 1
0.341 ms 10 /classes/SpecificPrice.php:435
1029
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER 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.341 ms 5 Yes /classes/Product.php:6021
1681
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 215 LIMIT 1
0.341 ms 1 /classes/Product.php:5659
2218
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4693
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.341 ms 0 /classes/SpecificPrice.php:259
2527
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10333) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.341 ms 1 /classes/stock/StockAvailable.php:453
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM hgt78_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.340 ms 1 /classes/shop/ShopUrl.php:182
2447
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5841) 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
2510
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10019 LIMIT 1
0.340 ms 10 /classes/SpecificPrice.php:435
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` = 4495
AND image_shop.`cover` = 1 LIMIT 1
0.339 ms 1 /classes/Product.php:3570
1876
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 152 LIMIT 1
0.339 ms 1 /classes/Product.php:5659
1973
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3081 AND id_shop=1 LIMIT 1
0.339 ms 1 /classes/Product.php:6876
2824
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.339 ms 1 Yes /classes/Product.php:3545
3266
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 344 AND `id_shop` = 1
0.339 ms 6 /src/Adapter/EntityMapper.php:79
1610
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.339 ms 1 /classes/stock/StockAvailable.php:453
1829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8426
AND image_shop.`cover` = 1 LIMIT 1
0.339 ms 1 /classes/Product.php:3570
844
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3856 LIMIT 1
0.338 ms 10 /classes/SpecificPrice.php:435
3234
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.338 ms 1 /src/Adapter/EntityMapper.php:71
419
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3951 LIMIT 1
0.337 ms 10 /classes/SpecificPrice.php:435
1328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5350) 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
3032
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8557
0.337 ms 1 /classes/Product.php:2902
662
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3255) 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
2379
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5285) 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
213
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.336 ms 1 /classes/Category.php:1378
1252
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2917
AND image_shop.`cover` = 1 LIMIT 1
0.336 ms 1 /classes/Product.php:3570
2137
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4588
AND image_shop.`cover` = 1 LIMIT 1
0.336 ms 1 /classes/Product.php:3570
2800
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3418
ORDER BY `position`
0.336 ms 1 Yes /classes/Product.php:3545
307
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4480
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.336 ms 0 /classes/SpecificPrice.php:259
959
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4065 AND id_shop=1 LIMIT 1
0.336 ms 1 /classes/Product.php:6876
1316
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
0.336 ms 1 /classes/stock/StockAvailable.php:453
1480
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5069 LIMIT 1
0.336 ms 10 /classes/SpecificPrice.php:435
2045
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5001) 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
2228
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4714 LIMIT 1
0.335 ms 10 /classes/SpecificPrice.php:435
2797
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.335 ms 1 Yes /classes/Product.php:3545
2863
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.335 ms 1 Yes /classes/Product.php:3545
3041
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8651
0.335 ms 1 /classes/Product.php:2902
3116
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4693
0.335 ms 1 /classes/Product.php:2902
3178
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6049
0.335 ms 1 /classes/Product.php:2902
3304
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.335 ms 1 /src/Adapter/EntityMapper.php:71
3340
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
0.335 ms 6 /src/Adapter/EntityMapper.php:79
18
SELECT SQL_NO_CACHE name, alias FROM `hgt78_hook_alias`
0.334 ms 88 /classes/Hook.php:342
1534
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5111
AND image_shop.`cover` = 1 LIMIT 1
0.334 ms 1 /classes/Product.php:3570
411
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.333 ms 1 /classes/Product.php:3860
2349
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9306
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 1 /classes/Product.php:3570
2388
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5286 AND id_shop=1 LIMIT 1
0.333 ms 1 /classes/Product.php:6876
910
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4103 LIMIT 1
0.332 ms 10 /classes/SpecificPrice.php:435
1124
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.332 ms 1 /classes/Product.php:3860
1176
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2503 LIMIT 1
0.332 ms 10 /classes/SpecificPrice.php:435
383
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3819
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
473
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.332 ms 1 /classes/Product.php:5659
496
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.332 ms 1 /classes/Product.php:5659
633
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.331 ms 0 /classes/SpecificPrice.php:259
3222
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `hgt78_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.331 ms 1 /classes/Cart.php:1303
1274
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
0.331 ms 1 /classes/Product.php:3570
1763
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4675 LIMIT 1
0.331 ms 10 /classes/SpecificPrice.php:435
1942
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8651) 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
2657
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3851
0.331 ms 1 /classes/Product.php:2902
3332
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.331 ms 1 /src/Adapter/EntityMapper.php:71
1375
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5592
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
422
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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.330 ms 1 /classes/Product.php:3860
1163
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.330 ms 1 /classes/Product.php:3570
1821
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7781
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.330 ms 0 /classes/SpecificPrice.php:259
2328
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4899 LIMIT 1
0.330 ms 10 /classes/SpecificPrice.php:435
2341
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10739
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.330 ms 0 /classes/SpecificPrice.php:259
169
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3630 LIMIT 1
0.329 ms 10 /classes/SpecificPrice.php:435
853
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3559
AND image_shop.`cover` = 1 LIMIT 1
0.329 ms 1 /classes/Product.php:3570
2168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4589) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.329 ms 1 /classes/stock/StockAvailable.php:453
2232
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4714 AND id_shop=1 LIMIT 1
0.329 ms 1 /classes/Product.php:6876
2399
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5287 AND id_shop=1 LIMIT 1
0.328 ms 1 /classes/Product.php:6876
77
SELECT SQL_NO_CACHE * FROM hgt78_carrier_zone WHERE id_carrier = 282 LIMIT 1
0.327 ms 4 /modules/colissimo_simplicite/colissimo_simplicite.php:1383
207
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3108 AND id_shop=1 LIMIT 1
0.327 ms 1 /classes/Product.php:6876
1233
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5266
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.327 ms 0 /classes/SpecificPrice.php:259
2401
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5287) 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
3303
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 195 AND `id_shop` = 1
0.327 ms 6 /src/Adapter/EntityMapper.php:79
2321
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4836 AND `id_group` = 1 LIMIT 1
0.327 ms 0 /classes/GroupReduction.php:156
3256
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.327 ms 1 /src/Adapter/EntityMapper.php:71
3377
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.327 ms 1 /src/Adapter/EntityMapper.php:71
1957
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 146 LIMIT 1
0.326 ms 1 /classes/Product.php:5659
3324
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.326 ms 1 /src/Adapter/EntityMapper.php:71
25
SELECT SQL_NO_CACHE c.id_currency
FROM `hgt78_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.326 ms 1 /classes/Currency.php:893
1010
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3039 LIMIT 1
0.326 ms 10 /classes/SpecificPrice.php:435
1314
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4252 AND id_shop=1 LIMIT 1
0.326 ms 1 /classes/Product.php:6876
2013
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2729
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 1 /classes/Product.php:3570
2860
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2917
ORDER BY `position`
0.325 ms 1 Yes /classes/Product.php:3545
2385
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5286
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.325 ms 0 /classes/SpecificPrice.php:259
2521
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10333 LIMIT 1
0.325 ms 10 /classes/SpecificPrice.php:435
3352
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1
0.325 ms 6 /src/Adapter/EntityMapper.php:79
140
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4284) 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
274
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3257 AND id_shop=1 LIMIT 1
0.324 ms 1 /classes/Product.php:6876
717
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4110) 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
1334
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.324 ms 0 /classes/SpecificPrice.php:259
1592
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.324 ms 1 /classes/Product.php:5659
2234
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4714) 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
209
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.323 ms 1 /classes/stock/StockAvailable.php:453
2121
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4551 AND id_shop=1 LIMIT 1
0.323 ms 1 /classes/Product.php:6876
2239
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4708 LIMIT 1
0.323 ms 10 /classes/SpecificPrice.php:435
2411
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5288 AND `id_group` = 1 LIMIT 1
0.323 ms 0 /classes/GroupReduction.php:156
2633
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3867
0.323 ms 1 /classes/Product.php:2902
3218
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.323 ms 1 /src/Adapter/EntityMapper.php:71
3230
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.323 ms 1 /src/Adapter/EntityMapper.php:71
3239
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 169 AND `id_shop` = 1
0.323 ms 6 /src/Adapter/EntityMapper.php:79
3357
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.323 ms 1 /src/Adapter/EntityMapper.php:71
3648
SELECT SQL_NO_CACHE `id_guest`
FROM `hgt78_connections`
WHERE `id_guest` = 196077
AND `date_add` > '2025-05-01 16:57:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.323 ms 1 Yes /classes/Connection.php:168
2464
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6061 LIMIT 1
0.323 ms 10 /classes/SpecificPrice.php:435
89
SELECT SQL_NO_CACHE data FROM hgt78_layered_filter_block WHERE hash="7acf64e6346d757e253a1a38b54d45cc" LIMIT 1
0.322 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
1962
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3512 AND id_shop=1 LIMIT 1
0.322 ms 1 /classes/Product.php:6876
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` = 4589
AND image_shop.`cover` = 1 LIMIT 1
0.322 ms 1 /classes/Product.php:3570
191
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 44 LIMIT 1
0.322 ms 1 /classes/Product.php:5659
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.322 ms 1 /classes/stock/StockAvailable.php:453
792
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_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)
0.321 ms 1 /classes/Product.php:3860
711
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4110 LIMIT 1
0.321 ms 10 /classes/SpecificPrice.php:435
2105
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 40 LIMIT 1
0.321 ms 1 /classes/Product.php:5659
3011
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7781
0.321 ms 1 /classes/Product.php:2902
3309
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
0.321 ms 6 /src/Adapter/EntityMapper.php:79
498
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.320 ms 0 /classes/SpecificPrice.php:259
175
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
0.320 ms 1 /classes/stock/StockAvailable.php:453
1503
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6132 LIMIT 1
0.320 ms 10 /classes/SpecificPrice.php:435
1548
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4132 LIMIT 1
0.320 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 = 37 LIMIT 1
0.320 ms 1 /classes/Product.php:5659
3347
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
0.320 ms 1 /src/Adapter/EntityMapper.php:71
1243
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5267 LIMIT 1
0.319 ms 10 /classes/SpecificPrice.php:435
1395
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5774) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.319 ms 1 /classes/stock/StockAvailable.php:453
1407
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.319 ms 1 /classes/stock/StockAvailable.php:453
3378
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
0.319 ms 6 /src/Adapter/EntityMapper.php:79
237
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2934 LIMIT 1
0.318 ms 10 /classes/SpecificPrice.php:435
1566
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5181) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.318 ms 1 /classes/stock/StockAvailable.php:453
2294
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9156 LIMIT 1
0.318 ms 10 /classes/SpecificPrice.php:435
2368
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4996) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.318 ms 1 /classes/stock/StockAvailable.php:453
3320
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.318 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.318 ms 1 /classes/Product.php:3570
317
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 76 LIMIT 1
0.317 ms 1 /classes/Product.php:5659
767
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2914 LIMIT 1
0.317 ms 10 /classes/SpecificPrice.php:435
877
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3400 LIMIT 1
0.316 ms 10 /classes/SpecificPrice.php:435
2173
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4596 LIMIT 1
0.316 ms 10 /classes/SpecificPrice.php:435
580
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4325 AND id_shop=1 LIMIT 1
0.316 ms 1 /classes/Product.php:6876
1809
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4628 LIMIT 1
0.316 ms 10 /classes/SpecificPrice.php:435
2785
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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`
0.316 ms 1 Yes /classes/Product.php:3545
2815
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.315 ms 1 Yes /classes/Product.php:3545
3307
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
0.315 ms 6 /src/Adapter/EntityMapper.php:79
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` = 3630
AND image_shop.`cover` = 1 LIMIT 1
0.315 ms 1 /classes/Product.php:3570
705
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4019 AND `id_group` = 1 LIMIT 1
0.315 ms 0 /classes/GroupReduction.php:156
1035
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3418)
0.315 ms 1 /classes/Product.php:3860
2272
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9154 LIMIT 1
0.315 ms 15 /classes/SpecificPrice.php:435
3005
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3732
0.315 ms 1 /classes/Product.php:2902
3349
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.315 ms 1 /src/Adapter/EntityMapper.php:71
3379
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.315 ms 1 /src/Adapter/EntityMapper.php:71
3401
SELECT SQL_NO_CACHE `name`, `alias` FROM `hgt78_hook_alias`
0.315 ms 88 /classes/Hook.php:290
319
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4301
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.314 ms 0 /classes/SpecificPrice.php:259
1523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
0.314 ms 1 /classes/Product.php:3570
3301
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 192 AND `id_shop` = 1
0.314 ms 6 /src/Adapter/EntityMapper.php:79
2316
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4836 LIMIT 1
0.313 ms 10 /classes/SpecificPrice.php:435
2383
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 163 LIMIT 1
0.313 ms 1 /classes/Product.php:5659
190
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` = 44 LIMIT 1
0.312 ms 1 /classes/Category.php:1378
920
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.312 ms 1 /classes/Product.php:5659
1412
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 178 LIMIT 1
0.312 ms 1 /classes/Product.php:5659
2183
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.312 ms 1 /classes/Product.php:5659
2217
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4693 LIMIT 1
0.312 ms 10 /classes/SpecificPrice.php:435
4
SELECT SQL_NO_CACHE *
FROM `hgt78_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
1815
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4628) 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
541
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 310 LIMIT 1
0.311 ms 1 /classes/Product.php:5659
1936
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8651 LIMIT 1
0.311 ms 10 /classes/SpecificPrice.php:435
1148
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3930 AND `id_group` = 1 LIMIT 1
0.311 ms 0 /classes/GroupReduction.php:156
3647
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.310 ms 12 /modules/psgdpr/classes/GDPRConsent.php:111
866
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4580 LIMIT 1
0.310 ms 10 /classes/SpecificPrice.php:435
1065
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5638 LIMIT 1
0.310 ms 10 /classes/SpecificPrice.php:435
3311
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.310 ms 6 /src/Adapter/EntityMapper.php:79
3375
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.309 ms 1 /src/Adapter/EntityMapper.php:71
1453
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.309 ms 1 /classes/stock/StockAvailable.php:453
2122
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4551 AND `id_group` = 1 LIMIT 1
0.309 ms 0 /classes/GroupReduction.php:156
2532
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10334 LIMIT 1
0.309 ms 10 /classes/SpecificPrice.php:435
2809
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.309 ms 1 Yes /classes/Product.php:3545
103
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3518 AND id_shop=1 LIMIT 1
0.308 ms 1 /classes/Product.php:6876
3223
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 910 LIMIT 1
0.308 ms 1 /classes/Hook.php:247
215
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3234 LIMIT 1
0.308 ms 10 /classes/SpecificPrice.php:435
2418
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5298 LIMIT 1
0.308 ms 10 /classes/SpecificPrice.php:435
525
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4319) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.307 ms 1 /classes/stock/StockAvailable.php:453
610
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2399 LIMIT 1
0.307 ms 10 /classes/SpecificPrice.php:435
2015
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 116 LIMIT 1
0.307 ms 1 /classes/Product.php:5659
2016
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2729 LIMIT 1
0.307 ms 10 /classes/SpecificPrice.php:435
2615
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3875
0.307 ms 1 /classes/Product.php:2902
430
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3821 LIMIT 1
0.306 ms 10 /classes/SpecificPrice.php:435
1060
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3514) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.306 ms 1 /classes/stock/StockAvailable.php:453
2845
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_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.306 ms 1 Yes /classes/Product.php:3545
275
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3257 AND `id_group` = 1 LIMIT 1
0.306 ms 0 /classes/GroupReduction.php:156
887
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.306 ms 1 /classes/Product.php:5659
919
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.306 ms 1 /classes/Product.php:3570
2351
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9306 LIMIT 1
0.306 ms 10 /classes/SpecificPrice.php:435
3386
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 217 AND `id_shop` = 1
0.306 ms 6 /src/Adapter/EntityMapper.php:79
37
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.305 ms 1 /classes/ObjectModel.php:1729
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.305 ms 1 /src/Adapter/EntityMapper.php:71
1635
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4192
AND image_shop.`cover` = 1 LIMIT 1
0.305 ms 1 /classes/Product.php:3570
2495
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7544
AND image_shop.`cover` = 1 LIMIT 1
0.305 ms 2 /classes/Product.php:3570
3095
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4588
0.305 ms 1 /classes/Product.php:2902
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.304 ms 1 /src/Adapter/EntityMapper.php:71
287
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3258) 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
1102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4087 AND id_shop=1 LIMIT 1
0.304 ms 1 /classes/Product.php:6876
1221
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5640 LIMIT 1
0.304 ms 10 /classes/SpecificPrice.php:435
3065
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3785
0.304 ms 1 /classes/Product.php:2902
368
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4273) 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
1367
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.303 ms 0 /classes/SpecificPrice.php:259
1571
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4139 LIMIT 1
0.303 ms 10 /classes/SpecificPrice.php:435
1861
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4847) 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
1946
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 266 LIMIT 1
0.303 ms 1 /classes/Product.php:5659
2031
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3785 AND id_shop=1 LIMIT 1
0.303 ms 1 /classes/Product.php:6876
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.302 ms 1 /src/Adapter/EntityMapper.php:71
834
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3557
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.302 ms 0 /classes/SpecificPrice.php:259
1856
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4847
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.302 ms 1 /classes/SpecificPrice.php:259
2004
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3245 LIMIT 1
0.302 ms 10 /classes/SpecificPrice.php:435
2311
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4732) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.302 ms 1 /classes/stock/StockAvailable.php:453
186
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.301 ms 1 /classes/stock/StockAvailable.php:453
2289
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9155) 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
24
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.301 ms 6 /classes/Language.php:883
1293
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.301 ms 1 /classes/stock/StockAvailable.php:453
1784
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8394
AND image_shop.`cover` = 1 LIMIT 1
0.301 ms 1 /classes/Product.php:3570
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` = 4714
AND image_shop.`cover` = 1 LIMIT 1
0.301 ms 1 /classes/Product.php:3570
850
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.300 ms 1 /classes/stock/StockAvailable.php:453
1502
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.300 ms 1 /classes/Product.php:5659
2090
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5875) 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
2463
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 278 LIMIT 1
0.300 ms 1 /classes/Product.php:5659
3312
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.300 ms 1 /src/Adapter/EntityMapper.php:71
330
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4261
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.299 ms 0 /classes/SpecificPrice.php:259
394
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
2441
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5841 LIMIT 1
0.299 ms 10 /classes/SpecificPrice.php:435
2624
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3949
0.299 ms 1 /classes/Product.php:2902
3278
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.299 ms 1 /src/Adapter/EntityMapper.php:71
3395
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.299 ms 1 /src/Adapter/EntityMapper.php:71
1171
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.298 ms 1 /classes/stock/StockAvailable.php:453
2486
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6130 LIMIT 1
0.298 ms 10 /classes/SpecificPrice.php:435
2921
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5069
0.298 ms 1 /classes/Product.php:2902
3244
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.298 ms 1 /src/Adapter/EntityMapper.php:71
3376
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.298 ms 6 /src/Adapter/EntityMapper.php:79
3212
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.298 ms 2 /classes/Currency.php:1136
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.297 ms 1 /src/Adapter/EntityMapper.php:71
1560
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5181 LIMIT 1
0.297 ms 10 /classes/SpecificPrice.php:435
2747
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3557
0.297 ms 1 /classes/Product.php:2902
3249
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.297 ms 6 /src/Adapter/EntityMapper.php:79
762
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4209) 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
1054
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3514 LIMIT 1
0.296 ms 10 /classes/SpecificPrice.php:435
2172
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.296 ms 1 /classes/Product.php:5659
2201
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4598) 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
329
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4261 LIMIT 1
0.296 ms 10 /classes/SpecificPrice.php:435
472
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.296 ms 1 /classes/Product.php:3570
2010
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3245) 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
3247
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1
0.296 ms 6 /src/Adapter/EntityMapper.php:79
1559
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 312 LIMIT 1
0.295 ms 1 /classes/Product.php:5659
2128
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4566 LIMIT 1
0.295 ms 10 /classes/SpecificPrice.php:435
2597
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3257
0.295 ms 1 /classes/Product.php:2902
548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3013) 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
894
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.295 ms 1 /classes/stock/StockAvailable.php:453
1520
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.295 ms 1 /classes/stock/StockAvailable.php:453
3107
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4597
0.295 ms 1 /classes/Product.php:2902
3160
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5286
0.295 ms 1 /classes/Product.php:2902
72
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_url` a0
0.294 ms 1 /classes/PrestaShopCollection.php:383
627
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.294 ms 1 /classes/stock/StockAvailable.php:453
1473
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4085 AND id_shop=1 LIMIT 1
0.294 ms 1 /classes/Product.php:6876
485
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 89 LIMIT 1
0.293 ms 1 /classes/Product.php:5659
604
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3352) 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
921
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3891 LIMIT 1
0.293 ms 10 /classes/SpecificPrice.php:435
2687
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2399
0.293 ms 1 /classes/Product.php:2902
563
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.292 ms 1 /classes/Category.php:1378
1621
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4190) 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
3323
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 260 AND `id_shop` = 1
0.292 ms 6 /src/Adapter/EntityMapper.php:79
263
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3242 AND id_shop=1 LIMIT 1
0.292 ms 1 /classes/Product.php:6876
281
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3258 LIMIT 1
0.291 ms 10 /classes/SpecificPrice.php:435
1376
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.291 ms 1 /classes/Product.php:5659
1632
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4191) 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
2199
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4598 AND id_shop=1 LIMIT 1
0.291 ms 1 /classes/Product.php:6876
134
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4284 LIMIT 1
0.291 ms 10 /classes/SpecificPrice.php:435
346
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.291 ms 1 /classes/stock/StockAvailable.php:453
1762
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.291 ms 1 /classes/Product.php:5659
2212
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4686) 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
3269
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
0.291 ms 6 /src/Adapter/EntityMapper.php:79
955
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4065 LIMIT 1
0.290 ms 10 /classes/SpecificPrice.php:435
1588
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4185) 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
214
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.290 ms 1 /classes/Product.php:5659
1236
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5266 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6876
1497
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5180 AND `id_group` = 1 LIMIT 1
0.290 ms 0 /classes/GroupReduction.php:156
1791
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8394 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6876
1746
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3427) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.289 ms 1 /classes/stock/StockAvailable.php:453
701
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.289 ms 0 /classes/SpecificPrice.php:259
1041
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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.289 ms 1 /classes/Product.php:3570
1468
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 208 LIMIT 1
0.289 ms 1 /classes/Product.php:5659
2357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9306) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.289 ms 1 /classes/stock/StockAvailable.php:453
3341
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.289 ms 1 /src/Adapter/EntityMapper.php:71
96
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3518 LIMIT 1
0.288 ms 10 /classes/SpecificPrice.php:435
648
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4016 AND id_shop=1 LIMIT 1
0.288 ms 1 /classes/Product.php:6876
734
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3560 LIMIT 1
0.288 ms 10 /classes/SpecificPrice.php:435
2151
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9088 LIMIT 1
0.288 ms 10 /classes/SpecificPrice.php:435
3233
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.288 ms 6 /src/Adapter/EntityMapper.php:79
3325
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
0.288 ms 6 /src/Adapter/EntityMapper.php:79
3342
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
0.288 ms 6 /src/Adapter/EntityMapper.php:79
2056
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5072) 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
745
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3563 LIMIT 1
0.287 ms 10 /classes/SpecificPrice.php:435
1113
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4081 AND id_shop=1 LIMIT 1
0.287 ms 1 /classes/Product.php:6876
2475
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6110 LIMIT 1
0.287 ms 10 /classes/SpecificPrice.php:435
3381
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.287 ms 1 /src/Adapter/EntityMapper.php:71
202
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.286 ms 1 /classes/Product.php:5659
1309
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.286 ms 1 /classes/Product.php:5659
1350
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3521) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.286 ms 1 /classes/stock/StockAvailable.php:453
3384
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1
0.286 ms 6 /src/Adapter/EntityMapper.php:79
3068
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5001
0.286 ms 1 /classes/Product.php:2902
1654
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4300) 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
2050
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5072 LIMIT 1
0.285 ms 10 /classes/SpecificPrice.php:435
2389
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5286 AND `id_group` = 1 LIMIT 1
0.285 ms 0 /classes/GroupReduction.php:156
740
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.285 ms 1 /classes/stock/StockAvailable.php:453
817
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.285 ms 1 /classes/stock/StockAvailable.php:453
2903
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6106
0.285 ms 1 /classes/Product.php:2902
3392
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1
0.285 ms 6 /src/Adapter/EntityMapper.php:79
1071
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.284 ms 1 /classes/stock/StockAvailable.php:453
458
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7780) 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
994
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.284 ms 1 /classes/stock/StockAvailable.php:453
1582
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4185 LIMIT 1
0.284 ms 10 /classes/SpecificPrice.php:435
2195
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4598 LIMIT 1
0.284 ms 10 /classes/SpecificPrice.php:435
2465
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6061
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.284 ms 0 /classes/SpecificPrice.php:259
396
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3950 LIMIT 1
0.283 ms 10 /classes/SpecificPrice.php:435
441
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4336 LIMIT 1
0.283 ms 11 /classes/SpecificPrice.php:435
986
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER 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
0.283 ms 1 /classes/Product.php:3570
1120
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.283 ms 1 /classes/Product.php:5659
1153
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.283 ms 1 /classes/Product.php:5659
2027
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3785 LIMIT 1
0.283 ms 10 /classes/SpecificPrice.php:435
2735
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3332
0.283 ms 1 /classes/Product.php:2902
3279
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1
0.283 ms 6 /src/Adapter/EntityMapper.php:79
208
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3108 AND `id_group` = 1 LIMIT 1
0.282 ms 0 /classes/GroupReduction.php:156
1175
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.282 ms 1 /classes/Product.php:5659
1401
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4951 LIMIT 1
0.282 ms 10 /classes/SpecificPrice.php:435
1486
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5069) 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
2451
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` = 253 LIMIT 1
0.282 ms 1 /classes/Category.php:1378
2627
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3819
0.282 ms 1 /classes/Product.php:2902
3331
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
0.282 ms 6 /src/Adapter/EntityMapper.php:79
3393
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.282 ms 1 /src/Adapter/EntityMapper.php:71
565
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3989 LIMIT 1
0.282 ms 10 /classes/SpecificPrice.php:435
937
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3892 AND `id_group` = 1 LIMIT 1
0.281 ms 0 /classes/GroupReduction.php:156
1484
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5069 AND id_shop=1 LIMIT 1
0.281 ms 1 /classes/Product.php:6876
3255
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 185 AND `id_shop` = 1
0.281 ms 6 /src/Adapter/EntityMapper.php:79
3302
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.281 ms 1 /src/Adapter/EntityMapper.php:71
3335
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 266 AND `id_shop` = 1
0.281 ms 6 /src/Adapter/EntityMapper.php:79
341
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.281 ms 0 /classes/SpecificPrice.php:259
684
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3256) 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
1881
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8536 AND id_shop=1 LIMIT 1
0.281 ms 1 /classes/Product.php:6876
27
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.280 ms 6 /classes/Language.php:883
292
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 188 LIMIT 1
0.280 ms 1 /classes/Product.php:5659
966
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5102 LIMIT 1
0.280 ms 10 /classes/SpecificPrice.php:435
1383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5592) 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
1959
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3512
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.280 ms 0 /classes/SpecificPrice.php:259
2468
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6061 AND id_shop=1 LIMIT 1
0.280 ms 1 /classes/Product.php:6876
184
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3420 AND id_shop=1 LIMIT 1
0.280 ms 1 /classes/Product.php:6876
1893
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8540 AND `id_group` = 1 LIMIT 1
0.280 ms 0 /classes/GroupReduction.php:156
2912
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5515
0.280 ms 1 /classes/Product.php:2902
972
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.279 ms 1 /classes/stock/StockAvailable.php:453
242
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2934 AND `id_group` = 1 LIMIT 1
0.279 ms 0 /classes/GroupReduction.php:156
363
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4273
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.279 ms 0 /classes/SpecificPrice.php:259
621
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2737 LIMIT 1
0.279 ms 10 /classes/SpecificPrice.php:435
839
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3557) 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
1436
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5514 LIMIT 1
0.279 ms 10 /classes/SpecificPrice.php:435
1614
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.279 ms 1 /classes/Product.php:5659
2179
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4596) 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
2445
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5841 AND id_shop=1 LIMIT 1
0.279 ms 1 /classes/Product.php:6876
3029
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8540
0.279 ms 1 /classes/Product.php:2902
3257
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 186 AND `id_shop` = 1
0.279 ms 6 /src/Adapter/EntityMapper.php:79
3314
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.279 ms 1 /src/Adapter/EntityMapper.php:71
158
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2557
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.278 ms 1 /classes/SpecificPrice.php:259
722
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.278 ms 1 /classes/Product.php:5659
1625
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.278 ms 1 /classes/Product.php:5659
1718
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5417
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.278 ms 0 /classes/SpecificPrice.php:259
1798
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3732 LIMIT 1
0.278 ms 10 /classes/SpecificPrice.php:435
1855
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4847 LIMIT 1
0.278 ms 10 /classes/SpecificPrice.php:435
2424
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5298) 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
2606
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4480
0.278 ms 1 /classes/Product.php:2902
86
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` = 2) LIMIT 1
0.277 ms 1 /src/Adapter/EntityMapper.php:71
133
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.277 ms 1 /classes/Product.php:5659
463
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3847 LIMIT 1
0.277 ms 10 /classes/SpecificPrice.php:435
598
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3352 LIMIT 1
0.277 ms 10 /classes/SpecificPrice.php:435
1470
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4085
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.277 ms 0 /classes/SpecificPrice.php:259
1706
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5175
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.277 ms 0 /classes/SpecificPrice.php:259
2032
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3785 AND `id_group` = 1 LIMIT 1
0.277 ms 0 /classes/GroupReduction.php:156
2033
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3785) 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
721
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.276 ms 1 /classes/Category.php:1378
1411
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` = 178 LIMIT 1
0.276 ms 1 /classes/Category.php:1378
2373
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5285 LIMIT 1
0.276 ms 10 /classes/SpecificPrice.php:435
3274
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.276 ms 1 /src/Adapter/EntityMapper.php:71
3382
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1
0.276 ms 6 /src/Adapter/EntityMapper.php:79
616
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.276 ms 1 /classes/stock/StockAvailable.php:453
2089
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5875 AND `id_group` = 1 LIMIT 1
0.276 ms 0 /classes/GroupReduction.php:156
2267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4711) 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
2714
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4110
0.276 ms 1 /classes/Product.php:2902
3361
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.275 ms 1 /src/Adapter/EntityMapper.php:71
100
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.275 ms 0 /classes/SpecificPrice.php:259
3363
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.275 ms 1 /src/Adapter/EntityMapper.php:71
899
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2950 LIMIT 1
0.274 ms 10 /classes/SpecificPrice.php:435
2117
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4551 LIMIT 1
0.274 ms 10 /classes/SpecificPrice.php:435
2945
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4139
0.274 ms 1 /classes/Product.php:2902
3380
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.274 ms 6 /src/Adapter/EntityMapper.php:79
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.274 ms 1 /src/Adapter/EntityMapper.php:71
810
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.274 ms 1 /classes/Product.php:5659
1599
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4186) 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
1693
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5157 LIMIT 1
0.274 ms 10 /classes/SpecificPrice.php:435
2511
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10019
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.274 ms 1 /classes/SpecificPrice.php:259
3299
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
0.274 ms 6 /src/Adapter/EntityMapper.php:79
977
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3909 LIMIT 1
0.273 ms 10 /classes/SpecificPrice.php:435
1485
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5069 AND `id_group` = 1 LIMIT 1
0.273 ms 0 /classes/GroupReduction.php:156
2078
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4493) 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
2474
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.273 ms 1 /classes/Product.php:5659
167
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.272 ms 1 /classes/Category.php:1378
299
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7582 AND `id_group` = 1 LIMIT 1
0.272 ms 0 /classes/GroupReduction.php:156
1188
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4962
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.272 ms 0 /classes/SpecificPrice.php:259
1705
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5175 LIMIT 1
0.272 ms 10 /classes/SpecificPrice.php:435
2161
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.272 ms 1 /classes/Product.php:5659
3225
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
0.272 ms 1 /classes/module/Module.php:2137
557
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4326 AND id_shop=1 LIMIT 1
0.271 ms 1 /classes/Product.php:6876
1103
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4087 AND `id_group` = 1 LIMIT 1
0.271 ms 0 /classes/GroupReduction.php:156
1593
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4186 LIMIT 1
0.271 ms 2 /classes/SpecificPrice.php:435
1604
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4187 LIMIT 1
0.271 ms 10 /classes/SpecificPrice.php:435
2067
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5121) 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
3268
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.271 ms 1 /src/Adapter/EntityMapper.php:71
656
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3255 LIMIT 1
0.271 ms 10 /classes/SpecificPrice.php:435
1030
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3418
AND image_shop.`cover` = 1 LIMIT 1
0.271 ms 1 /classes/Product.php:3570
1581
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.271 ms 1 /classes/Product.php:5659
366
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4273 AND id_shop=1 LIMIT 1
0.270 ms 1 /classes/Product.php:6876
1458
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5516 LIMIT 1
0.270 ms 10 /classes/SpecificPrice.php:435
2162
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4589 LIMIT 1
0.270 ms 10 /classes/SpecificPrice.php:435
2741
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2895
0.270 ms 1 /classes/Product.php:2902
1126
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3978 AND `id_group` = 1 LIMIT 1
0.270 ms 0 /classes/GroupReduction.php:156
2256
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4723) 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
1531
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.269 ms 1 /classes/stock/StockAvailable.php:453
192
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3010 LIMIT 1
0.269 ms 10 /classes/SpecificPrice.php:435
508
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3913 LIMIT 1
0.269 ms 10 /classes/SpecificPrice.php:435
1099
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4087
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.269 ms 0 /classes/SpecificPrice.php:259
295
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7582
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.268 ms 0 /classes/SpecificPrice.php:259
636
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4005 AND id_shop=1 LIMIT 1
0.268 ms 1 /classes/Product.php:6876
1130
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4073
AND image_shop.`cover` = 1 LIMIT 1
0.268 ms 1 /classes/Product.php:3570
1773
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` = 151 LIMIT 1
0.268 ms 1 /classes/Category.php:1378
1968
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.268 ms 1 /classes/Product.php:5659
2076
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4493 AND id_shop=1 LIMIT 1
0.268 ms 1 /classes/Product.php:6876
286
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3258 AND `id_group` = 1 LIMIT 1
0.267 ms 0 /classes/GroupReduction.php:156
509
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.267 ms 0 /classes/SpecificPrice.php:259
576
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4325 LIMIT 1
0.267 ms 10 /classes/SpecificPrice.php:435
1419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6106) 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
1699
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5157) 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
2300
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9156) 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
2436
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5610) 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
3243
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 38 AND `id_shop` = 1
0.267 ms 6 /src/Adapter/EntityMapper.php:79
3406
SELECT SQL_NO_CACHE name, alias FROM `hgt78_hook_alias`
0.267 ms 88 /classes/Hook.php:342
3639
SELECT SQL_NO_CACHE required FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.267 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
232
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2933) 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
3221
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1
0.267 ms 1 /classes/module/Module.php:2137
3321
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 163 AND `id_shop` = 1
0.267 ms 6 /src/Adapter/EntityMapper.php:79
98
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.266 ms 1 /classes/SpecificPrice.php:377
571
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.266 ms 1 /classes/stock/StockAvailable.php:453
800
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2894 LIMIT 1
0.266 ms 10 /classes/SpecificPrice.php:435
1098
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4087 LIMIT 1
0.266 ms 10 /classes/SpecificPrice.php:435
1580
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4185
AND image_shop.`cover` = 1 LIMIT 1
0.266 ms 1 /classes/Product.php:3570
1999
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8801) 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
2340
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10739 LIMIT 1
0.266 ms 10 /classes/SpecificPrice.php:435
2362
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4996 LIMIT 1
0.266 ms 10 /classes/SpecificPrice.php:435
2367
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4996 AND `id_group` = 1 LIMIT 1
0.266 ms 0 /classes/GroupReduction.php:156
2454
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6049
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.266 ms 0 /classes/SpecificPrice.php:259
304
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` = 236 LIMIT 1
0.266 ms 1 /classes/Category.php:1378
949
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
0.266 ms 1 /classes/stock/StockAvailable.php:453
2427
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5610
AND image_shop.`cover` = 1 LIMIT 1
0.266 ms 1 /classes/Product.php:3570
1549
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4132
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.265 ms 0 /classes/SpecificPrice.php:259
87
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.265 ms 6 /src/Adapter/EntityMapper.php:79
150
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2556 AND id_shop=1 LIMIT 1
0.265 ms 1 /classes/Product.php:6876
391
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3819) 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
1355
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4045 LIMIT 1
0.265 ms 10 /classes/SpecificPrice.php:435
1310
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4252 LIMIT 1
0.264 ms 10 /classes/SpecificPrice.php:435
1311
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.264 ms 0 /classes/SpecificPrice.php:259
112
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
0.264 ms 1 /classes/stock/StockAvailable.php:453
1492
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5180 LIMIT 1
0.264 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 = 37 LIMIT 1
0.264 ms 1 /classes/Product.php:5659
2372
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 163 LIMIT 1
0.264 ms 1 /classes/Product.php:5659
2419
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5298
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.264 ms 0 /classes/SpecificPrice.php:259
2762
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3890
0.264 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.263 ms 1 /classes/Currency.php:893
724
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.263 ms 1 /classes/SpecificPrice.php:259
2416
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` = 261 LIMIT 1
0.263 ms 1 /classes/Category.php:1378
128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4302) 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
893
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3890 AND `id_group` = 1 LIMIT 1
0.262 ms 0 /classes/GroupReduction.php:156
981
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3909 AND id_shop=1 LIMIT 1
0.262 ms 1 /classes/Product.php:6876
1389
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5774 LIMIT 1
0.262 ms 10 /classes/SpecificPrice.php:435
1752
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4651 LIMIT 1
0.262 ms 10 /classes/SpecificPrice.php:435
1900
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8557 LIMIT 1
0.262 ms 10 /classes/SpecificPrice.php:435
2150
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 117 LIMIT 1
0.262 ms 1 /classes/Product.php:5659
3260
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.262 ms 1 /src/Adapter/EntityMapper.php:71
2190
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4597) 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
95
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 0 LIMIT 1
0.261 ms 1 /classes/SpecificPrice.php:426
280
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 44 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
293
SELECT SQL_NO_CACHE `name`
FROM `hgt78_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
0.261 ms 1 /classes/Manufacturer.php:316
799
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
1504
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.261 ms 1 /classes/SpecificPrice.php:259
1808
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
2072
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4493 LIMIT 1
0.261 ms 10 /classes/SpecificPrice.php:435
2271
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 310 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
3383
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.261 ms 1 /src/Adapter/EntityMapper.php:71
3385
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.261 ms 1 /src/Adapter/EntityMapper.php:71
372
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.260 ms 1 /classes/Category.php:1378
1399
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.260 ms 1 /classes/Category.php:1378
2350
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 174 LIMIT 1
0.260 ms 1 /classes/Product.php:5659
2948
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4185
0.260 ms 1 /classes/Product.php:2902
3220
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitsearch" LIMIT 1
0.260 ms 1 /classes/module/Module.php:2664
876
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 188 LIMIT 1
0.260 ms 1 /classes/Product.php:5659
429
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.259 ms 1 /classes/Product.php:5659
1446
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.259 ms 1 /classes/Product.php:5659
3356
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 196 AND `id_shop` = 1
0.259 ms 6 /src/Adapter/EntityMapper.php:79
374
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3949 LIMIT 1
0.259 ms 10 /classes/SpecificPrice.php:435
1577
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4139) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.259 ms 1 /classes/stock/StockAvailable.php:453
1918
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.259 ms 1 /classes/stock/StockAvailable.php:453
1994
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8801
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.259 ms 0 /classes/SpecificPrice.php:259
2021
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2729 AND `id_group` = 1 LIMIT 1
0.259 ms 0 /classes/GroupReduction.php:156
2942
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5181
0.259 ms 1 /classes/Product.php:2902
3284
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.259 ms 1 /src/Adapter/EntityMapper.php:71
3405
SELECT SQL_NO_CACHE * FROM `hgt78_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.259 ms 1 /classes/module/Module.php:2046
3646
SELECT SQL_NO_CACHE psgdpr.active FROM `hgt78_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1
0.259 ms 12 /modules/psgdpr/classes/GDPRConsent.php:132
871
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4580 AND `id_group` = 1 LIMIT 1
0.258 ms 0 /classes/GroupReduction.php:156
1735
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3330) 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
3368
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1
0.258 ms 6 /src/Adapter/EntityMapper.php:79
1282
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.258 ms 1 /classes/stock/StockAvailable.php:453
1430
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.258 ms 1 /classes/stock/StockAvailable.php:453
1479
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 188 LIMIT 1
0.258 ms 1 /classes/Product.php:5659
1565
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5181 AND `id_group` = 1 LIMIT 1
0.258 ms 0 /classes/GroupReduction.php:156
3231
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
0.258 ms 6 /src/Adapter/EntityMapper.php:79
3365
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.258 ms 1 /src/Adapter/EntityMapper.php:71
501
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3851 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6876
519
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4319 LIMIT 1
0.257 ms 10 /classes/SpecificPrice.php:435
1254
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2917 LIMIT 1
0.257 ms 10 /classes/SpecificPrice.php:435
1474
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4085 AND `id_group` = 1 LIMIT 1
0.257 ms 0 /classes/GroupReduction.php:156
1668
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4949
AND image_shop.`cover` = 1 LIMIT 1
0.257 ms 1 /classes/Product.php:3570
1764
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4675
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.257 ms 0 /classes/SpecificPrice.php:259
1767
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4675 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6876
1888
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8540 LIMIT 1
0.257 ms 10 /classes/SpecificPrice.php:435
1979
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` = 163 LIMIT 1
0.257 ms 1 /classes/Category.php:1378
2077
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4493 AND `id_group` = 1 LIMIT 1
0.257 ms 0 /classes/GroupReduction.php:156
2082
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` = 40 LIMIT 1
0.257 ms 1 /classes/Category.php:1378
2525
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10333 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6876
3047
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3512
0.257 ms 1 /classes/Product.php:2902
3199
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10334
0.257 ms 1 /classes/Product.php:2902
3300
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.257 ms 1 /src/Adapter/EntityMapper.php:71
3367
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.257 ms 1 /src/Adapter/EntityMapper.php:71
10
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.256 ms 1 /classes/ObjectModel.php:1729
933
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.256 ms 0 /classes/SpecificPrice.php:259
1021
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5164 LIMIT 1
0.256 ms 10 /classes/SpecificPrice.php:435
1963
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3512 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
2155
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9088 AND id_shop=1 LIMIT 1
0.256 ms 1 /classes/Product.php:6876
2163
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4589
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.256 ms 0 /classes/SpecificPrice.php:259
569
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3989 AND id_shop=1 LIMIT 1
0.256 ms 1 /classes/Product.php:6876
631
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.256 ms 1 /classes/Product.php:5659
3290
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.256 ms 1 /src/Adapter/EntityMapper.php:71
514
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.255 ms 1 /classes/stock/StockAvailable.php:453
552
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
1832
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8426 LIMIT 1
0.255 ms 10 /classes/SpecificPrice.php:435
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` = 9155
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 1 /classes/Product.php:3570
3104
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4596
0.255 ms 1 /classes/Product.php:2902
1320
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` = 95 LIMIT 1
0.255 ms 1 /classes/Category.php:1378
1575
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4139 AND id_shop=1 LIMIT 1
0.255 ms 1 /classes/Product.php:6876
71
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_url` a0
0.254 ms 1 /classes/PrestaShopCollection.php:383
1519
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6199 AND `id_group` = 1 LIMIT 1
0.254 ms 0 /classes/GroupReduction.php:156
2469
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6061 AND `id_group` = 1 LIMIT 1
0.254 ms 0 /classes/GroupReduction.php:156
3083
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5876
0.254 ms 1 /classes/Product.php:2902
264
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3242 AND `id_group` = 1 LIMIT 1
0.254 ms 0 /classes/GroupReduction.php:156
987
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.254 ms 1 /classes/Product.php:5659
1291
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6025 AND id_shop=1 LIMIT 1
0.254 ms 1 /classes/Product.php:6876
2576
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3010
0.254 ms 1 /classes/Product.php:2902
3163
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5287
0.254 ms 1 /classes/Product.php:2902
3344
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
0.254 ms 6 /src/Adapter/EntityMapper.php:79
1442
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.253 ms 1 /classes/stock/StockAvailable.php:453
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.253 ms 1 /src/Adapter/EntityMapper.php:71
298
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7582 AND id_shop=1 LIMIT 1
0.253 ms 1 /classes/Product.php:6876
1804
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3732) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
1912
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2804 LIMIT 1
0.253 ms 10 /classes/SpecificPrice.php:435
2774
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3892
0.253 ms 1 /classes/Product.php:2902
3296
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.253 ms 1 /src/Adapter/EntityMapper.php:71
3624
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.253 ms 1 /classes/module/Module.php:2664
779
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3383
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.252 ms 0 /classes/SpecificPrice.php:259
953
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` = 208 LIMIT 1
0.252 ms 1 /classes/Category.php:1378
1332
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
1370
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4334 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6876
1683
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4950
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.252 ms 0 /classes/SpecificPrice.php:259
2361
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
2431
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5610
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.252 ms 0 /classes/SpecificPrice.php:259
3271
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.252 ms 1 /src/Adapter/EntityMapper.php:71
3334
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.252 ms 1 /src/Adapter/EntityMapper.php:71
3388
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
0.252 ms 6 /src/Adapter/EntityMapper.php:79
3391
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.252 ms 1 /src/Adapter/EntityMapper.php:71
3262
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.252 ms 1 /src/Adapter/EntityMapper.php:71
456
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7780 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6876
632
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4005 LIMIT 1
0.251 ms 10 /classes/SpecificPrice.php:435
1242
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 113 LIMIT 1
0.251 ms 1 /classes/Product.php:5659
1509
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.251 ms 1 /classes/stock/StockAvailable.php:453
1615
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4190 LIMIT 1
0.251 ms 10 /classes/SpecificPrice.php:435
1647
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.251 ms 1 /classes/Product.php:5659
2891
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4334
0.251 ms 1 /classes/Product.php:2902
3635
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.251 ms 1 /classes/module/Module.php:2664
196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3010 AND id_shop=1 LIMIT 1
0.250 ms 1 /classes/Product.php:6876
1981
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3112 LIMIT 1
0.250 ms 10 /classes/SpecificPrice.php:435
2412
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5288) 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
2516
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10019) 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
1572
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4139
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.250 ms 0 /classes/SpecificPrice.php:259
3387
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.250 ms 1 /src/Adapter/EntityMapper.php:71
285
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3258 AND id_shop=1 LIMIT 1
0.249 ms 1 /classes/Product.php:6876
927
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.249 ms 1 /classes/stock/StockAvailable.php:453
1413
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6106 LIMIT 1
0.249 ms 10 /classes/SpecificPrice.php:435
1894
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8540) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.249 ms 1 /classes/stock/StockAvailable.php:453
2039
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5001 LIMIT 1
0.249 ms 10 /classes/SpecificPrice.php:435
837
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3557 AND id_shop=1 LIMIT 1
0.249 ms 1 /classes/Product.php:6876
1387
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` = 185 LIMIT 1
0.249 ms 1 /classes/Category.php:1378
2227
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
2957
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4190
0.248 ms 1 /classes/Product.php:2902
60
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_accounts" LIMIT 1
0.248 ms 1 /src/Adapter/Module/ModuleDataProvider.php:257
1038
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3418) 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
1538
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5111
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.248 ms 0 /classes/SpecificPrice.php:259
1723
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5417) 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
2008
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3245 AND id_shop=1 LIMIT 1
0.248 ms 1 /classes/Product.php:6876
2299
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9156 AND `id_group` = 1 LIMIT 1
0.248 ms 0 /classes/GroupReduction.php:156
2870
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6025
0.248 ms 1 /classes/Product.php:2902
3113
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4686
0.248 ms 1 /classes/Product.php:2902
3362
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
0.248 ms 6 /src/Adapter/EntityMapper.php:79
3366
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
0.248 ms 6 /src/Adapter/EntityMapper.php:79
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.247 ms 1 /classes/Category.php:1754
80
SELECT SQL_NO_CACHE * FROM hgt78_delivery WHERE id_carrier = 282 LIMIT 1
0.247 ms 8 /modules/colissimo_simplicite/colissimo_simplicite.php:1420
502
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3851 AND `id_group` = 1 LIMIT 1
0.247 ms 0 /classes/GroupReduction.php:156
755
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
1727
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` = 94 LIMIT 1
0.247 ms 1 /classes/Category.php:1378
1947
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8656 LIMIT 1
0.247 ms 10 /classes/SpecificPrice.php:435
2498
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7544 LIMIT 1
0.247 ms 10 /classes/SpecificPrice.php:435
2509
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 233 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
2567
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2557
0.247 ms 1 /classes/Product.php:2902
204
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.246 ms 0 /classes/SpecificPrice.php:259
749
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3563 AND id_shop=1 LIMIT 1
0.246 ms 1 /classes/Product.php:6876
965
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.246 ms 1 /classes/Product.php:5659
1481
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5069
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.246 ms 0 /classes/SpecificPrice.php:259
1906
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8557) 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
2139
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4588 LIMIT 1
0.246 ms 10 /classes/SpecificPrice.php:435
2261
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4711 LIMIT 1
0.246 ms 10 /classes/SpecificPrice.php:435
2999
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3728
0.246 ms 1 /classes/Product.php:2902
865
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.246 ms 1 /classes/Product.php:5659
870
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4580 AND id_shop=1 LIMIT 1
0.246 ms 1 /classes/Product.php:6876
614
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2399 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
1781
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3728) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
151
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2556 AND `id_group` = 1 LIMIT 1
0.245 ms 0 /classes/GroupReduction.php:156
469
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.245 ms 1 /classes/stock/StockAvailable.php:453
768
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.245 ms 0 /classes/SpecificPrice.php:259
1843
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4495 LIMIT 1
0.245 ms 10 /classes/SpecificPrice.php:435
1659
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4546 LIMIT 1
0.244 ms 10 /classes/SpecificPrice.php:435
3089
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4551
0.244 ms 1 /classes/Product.php:2902
3287
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.244 ms 1 /src/Adapter/EntityMapper.php:71
161
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2557 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
464
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.244 ms 0 /classes/SpecificPrice.php:259
805
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2894 AND `id_group` = 1 LIMIT 1
0.244 ms 0 /classes/GroupReduction.php:156
2026
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 125 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
2101
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5876) 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
2127
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
3210
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqithtmlandbanners" LIMIT 1
0.244 ms 1 /classes/module/Module.php:2664
3295
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
0.244 ms 6 /src/Adapter/EntityMapper.php:79
380
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.243 ms 1 /classes/stock/StockAvailable.php:453
2177
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4596 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
773
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
0.243 ms 1 /classes/stock/StockAvailable.php:453
822
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3391 LIMIT 1
0.243 ms 10 /classes/SpecificPrice.php:435
1390
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5774
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.243 ms 1 /classes/SpecificPrice.php:259
1452
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5515 AND `id_group` = 1 LIMIT 1
0.243 ms 0 /classes/GroupReduction.php:156
1779
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3728 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
1934
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` = 266 LIMIT 1
0.243 ms 1 /classes/Category.php:1378
2229
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4714
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.243 ms 0 /classes/SpecificPrice.php:259
2452
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 253 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
2744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3391
0.243 ms 1 /classes/Product.php:2902
782
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3383 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
967
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.242 ms 0 /classes/SpecificPrice.php:259
1115
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4081) 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
1775
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3728 LIMIT 1
0.242 ms 10 /classes/SpecificPrice.php:435
2094
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 40 LIMIT 1
0.242 ms 1 /classes/Product.php:5659
2145
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4588) 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
2491
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6130 AND `id_group` = 1 LIMIT 1
0.242 ms 0 /classes/GroupReduction.php:156
2514
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10019 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
2591
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4312
0.242 ms 1 /classes/Product.php:2902
2609
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4301
0.242 ms 1 /classes/Product.php:2902
2618
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4265
0.242 ms 1 /classes/Product.php:2902
2993
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4651
0.242 ms 1 /classes/Product.php:2902
1276
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4246 LIMIT 1
0.241 ms 10 /classes/SpecificPrice.php:435
1405
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4951 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
1564
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5181 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
1877
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8536 LIMIT 1
0.241 ms 10 /classes/SpecificPrice.php:435
2005
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3245
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.241 ms 0 /classes/SpecificPrice.php:259
2459
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6049) 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
2485
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.241 ms 1 /classes/Product.php:5659
2543
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 268 LIMIT 1
0.241 ms 1 /classes/Product.php:5659
2720
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3560
0.241 ms 1 /classes/Product.php:2902
2729
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2914
0.241 ms 1 /classes/Product.php:2902
3226
SELECT SQL_NO_CACHE `width`, `height`
FROM hgt78_image_type
WHERE `name` = 'small_default' LIMIT 1
0.241 ms 1 /classes/Image.php:563
3397
SELECT SQL_NO_CACHE `width`, `height`
FROM hgt78_image_type
WHERE `name` = 'home_default' LIMIT 1
0.241 ms 1 /classes/Image.php:563
1166
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.241 ms 0 /classes/SpecificPrice.php:259
2210
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4686 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
2645
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7780
0.241 ms 1 /classes/Product.php:2902
1049
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.240 ms 1 /classes/stock/StockAvailable.php:453
1210
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5265 LIMIT 1
0.240 ms 10 /classes/SpecificPrice.php:435
1525
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6200 LIMIT 1
0.240 ms 10 /classes/SpecificPrice.php:435
1729
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3330 LIMIT 1
0.240 ms 10 /classes/SpecificPrice.php:435
1953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8656) 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
2116
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.240 ms 1 /classes/Product.php:5659
2711
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4019
0.240 ms 1 /classes/Product.php:2902
1799
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3732
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.240 ms 0 /classes/SpecificPrice.php:259
1935
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 266 LIMIT 1
0.240 ms 1 /classes/Product.php:5659
1372
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.239 ms 1 /classes/stock/StockAvailable.php:453
1428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5109 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6876
1586
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4185 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6876
1652
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4300 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6876
2014
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` = 116 LIMIT 1
0.239 ms 1 /classes/Category.php:1378
2648
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3847
0.239 ms 1 /classes/Product.php:2902
3298
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.239 ms 1 /src/Adapter/EntityMapper.php:71
407
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1
0.239 ms 1 /classes/Product.php:5659
1016
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3039) 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
1987
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3112) 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
2378
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5285 AND `id_group` = 1 LIMIT 1
0.239 ms 0 /classes/GroupReduction.php:156
3633
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.239 ms 1 /classes/module/Module.php:2664
778
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3383 LIMIT 1
0.238 ms 10 /classes/SpecificPrice.php:435
1514
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6199 LIMIT 1
0.238 ms 10 /classes/SpecificPrice.php:435
3322
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.238 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.238 ms 8 Yes /classes/ImageType.php:109
452
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7780 LIMIT 1
0.238 ms 15 /classes/SpecificPrice.php:435
2326
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` = 272 LIMIT 1
0.238 ms 1 /classes/Category.php:1378
3059
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3245
0.238 ms 1 /classes/Product.php:2902
64
SELECT SQL_NO_CACHE format
FROM `hgt78_address_format`
WHERE `id_country` = 8 LIMIT 1
0.237 ms 1 /classes/AddressFormat.php:656
282
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3258
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.237 ms 0 /classes/SpecificPrice.php:259
588
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.237 ms 1 /classes/SpecificPrice.php:259
811
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2895 LIMIT 1
0.237 ms 10 /classes/SpecificPrice.php:435
1214
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5265 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6876
1377
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5592 LIMIT 1
0.237 ms 10 /classes/SpecificPrice.php:435
1636
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.237 ms 1 /classes/Product.php:5659
3394
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1
0.237 ms 6 /src/Adapter/EntityMapper.php:79
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `hgt78_hook_alias`
0.236 ms 88 /classes/Hook.php:290
385
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3819 LIMIT 1
0.236 ms 10 /classes/SpecificPrice.php:435
848
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3856 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6876
1169
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4027 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6876
1429
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5109 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
2909
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5514
0.236 ms 1 /classes/Product.php:2902
3245
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
0.236 ms 6 /src/Adapter/EntityMapper.php:79
1265
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6018 LIMIT 1
0.236 ms 10 /classes/SpecificPrice.php:435
414
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.235 ms 1 /classes/stock/StockAvailable.php:453
1365
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
1518
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6199 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6876
1739
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
1898
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` = 125 LIMIT 1
0.235 ms 1 /classes/Category.php:1378
2022
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2729) 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
2166
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4589 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6876
564
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
644
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4016 LIMIT 1
0.235 ms 10 /classes/SpecificPrice.php:435
678
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3256 LIMIT 1
0.235 ms 10 /classes/SpecificPrice.php:435
1345
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3521
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.235 ms 0 /classes/SpecificPrice.php:259
1637
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4192 LIMIT 1
0.235 ms 10 /classes/SpecificPrice.php:435
3336
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.235 ms 1 /src/Adapter/EntityMapper.php:71
334
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4261 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
1630
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4191 AND id_shop=1 LIMIT 1
0.234 ms 1 /classes/Product.php:6876
2049
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 146 LIMIT 1
0.234 ms 1 /classes/Product.php:5659
3626
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.234 ms 1 /classes/module/Module.php:2664
1619
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4190 AND id_shop=1 LIMIT 1
0.234 ms 1 /classes/Product.php:6876
1740
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3427 LIMIT 1
0.234 ms 10 /classes/SpecificPrice.php:435
642
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.233 ms 1 /classes/Category.php:1378
1058
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3514 AND id_shop=1 LIMIT 1
0.233 ms 1 /classes/Product.php:6876
1434
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.233 ms 1 /classes/Category.php:1378
2315
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
339
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
1813
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4628 AND id_shop=1 LIMIT 1
0.233 ms 1 /classes/Product.php:6876
2936
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5111
0.233 ms 1 /classes/Product.php:2902
1626
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4191 LIMIT 1
0.232 ms 10 /classes/SpecificPrice.php:435
420
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.232 ms 0 /classes/SpecificPrice.php:259
513
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3913 AND `id_group` = 1 LIMIT 1
0.232 ms 0 /classes/GroupReduction.php:156
1594
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4186
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.232 ms 0 /classes/SpecificPrice.php:259
1758
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4651) 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
2095
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5876 LIMIT 1
0.232 ms 10 /classes/SpecificPrice.php:435
453
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7780
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.231 ms 1 /classes/SpecificPrice.php:259
739
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3560 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
936
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3892 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
1258
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2917 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
1728
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
1974
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3081 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
2327
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 272 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
2520
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 152 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
2612
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4261
0.231 ms 1 /classes/Product.php:2902
2651
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3850
0.231 ms 1 /classes/Product.php:2902
2828
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4073
0.231 ms 1 /classes/Product.php:2902
2882
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4253
0.231 ms 1 /classes/Product.php:2902
2951
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4186
0.231 ms 1 /classes/Product.php:2902
3053
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3112
0.231 ms 1 /classes/Product.php:2902
3148
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10739
0.231 ms 1 /classes/Product.php:2902
241
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2934 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
2642
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4336
0.231 ms 1 /classes/Product.php:2902
3002
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8394
0.231 ms 1 /classes/Product.php:2902
682
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3256 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
1687
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4950 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
2240
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4708
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.230 ms 0 /classes/SpecificPrice.php:259
2377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5285 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
322
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4301 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
2756
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4580
0.230 ms 1 /classes/Product.php:2902
225
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
554
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4326
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.229 ms 0 /classes/SpecificPrice.php:259
667
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4017 LIMIT 1
0.229 ms 10 /classes/SpecificPrice.php:435
904
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2950 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
1247
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5267 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6876
1554
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4132) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:453
2003
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
2037
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` = 158 LIMIT 1
0.229 ms 1 /classes/Category.php:1378
2157
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:453
2603
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7582
0.229 ms 1 /classes/Product.php:2902
3062
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2729
0.229 ms 1 /classes/Product.php:2902
20
SELECT SQL_NO_CACHE * FROM `hgt78_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.229 ms 1 /classes/module/Module.php:2046
28
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.229 ms 6 /classes/Language.php:883
535
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4320 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
1837
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8426 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
2522
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10333
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.229 ms 1 /classes/SpecificPrice.php:259
2585
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2933
0.228 ms 1 /classes/Product.php:2902
2978
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5157
0.228 ms 1 /classes/Product.php:2902
547
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3013 AND `id_group` = 1 LIMIT 1
0.228 ms 0 /classes/GroupReduction.php:156
673
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.228 ms 1 /classes/stock/StockAvailable.php:453
699
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
2561
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4284
0.228 ms 1 /classes/Product.php:2902
440
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.227 ms 1 /classes/Product.php:5659
467
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3847 AND id_shop=1 LIMIT 1
0.227 ms 1 /classes/Product.php:6876
688
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.227 ms 1 /classes/Product.php:5659
1081
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4086 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
1424
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5109 LIMIT 1
0.227 ms 10 /classes/SpecificPrice.php:435
1459
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.227 ms 0 /classes/SpecificPrice.php:259
1991
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` = 262 LIMIT 1
0.227 ms 1 /classes/Category.php:1378
2133
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4566 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
2178
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4596 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
2206
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4686 LIMIT 1
0.227 ms 10 /classes/SpecificPrice.php:435
2915
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5516
0.227 ms 1 /classes/Product.php:2902
2969
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4546
0.227 ms 1 /classes/Product.php:2902
468
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3847 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
733
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.226 ms 1 /classes/Product.php:5659
898
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.226 ms 1 /classes/Product.php:5659
1131
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.226 ms 1 /classes/Product.php:5659
1826
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7781) 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
2084
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5875 LIMIT 1
0.226 ms 10 /classes/SpecificPrice.php:435
94
SELECT SQL_NO_CACHE `name`
FROM `hgt78_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1
0.225 ms 1 /classes/Manufacturer.php:316
324
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4301) 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
690
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.225 ms 0 /classes/SpecificPrice.php:259
909
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.225 ms 1 /classes/Product.php:5659
2440
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 266 LIMIT 1
0.225 ms 1 /classes/Product.php:5659
2876
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4252
0.225 ms 1 /classes/Product.php:2902
418
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.225 ms 1 /classes/Product.php:5659
1924
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8637 LIMIT 1
0.224 ms 10 /classes/SpecificPrice.php:435
2306
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4732
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.224 ms 0 /classes/SpecificPrice.php:259
2366
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4996 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6876
2885
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3521
0.224 ms 1 /classes/Product.php:2902
119
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4302 LIMIT 1
0.224 ms 10 /classes/SpecificPrice.php:435
706
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.224 ms 1 /classes/stock/StockAvailable.php:453
1570
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.224 ms 1 /classes/Product.php:5659
2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5350
0.224 ms 1 /classes/Product.php:2902
2930
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6199
0.224 ms 1 /classes/Product.php:2902
710
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.223 ms 1 /classes/Product.php:5659
1930
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8637) 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
2243
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4708 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6876
2867
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4246
0.223 ms 1 /classes/Product.php:2902
3251
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 172 AND `id_shop` = 1
0.223 ms 6 /src/Adapter/EntityMapper.php:79
226
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2933 LIMIT 1
0.222 ms 10 /classes/SpecificPrice.php:435
258
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 44 LIMIT 1
0.222 ms 1 /classes/Product.php:5659
823
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3391
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:259
1605
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4187
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:259
2054
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5072 AND id_shop=1 LIMIT 1
0.222 ms 1 /classes/Product.php:6876
2273
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9154
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:259
2504
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7544) 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
2621
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4273
0.222 ms 1 /classes/Product.php:2902
125
SELECT SQL_NO_CACHE *
FROM `hgt78_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.221 ms 1 /src/Adapter/EntityMapper.php:71
445
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4336 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6876
523
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4319 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6876
654
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` = 38 LIMIT 1
0.221 ms 1 /classes/Category.php:1378
757
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4209
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.221 ms 0 /classes/SpecificPrice.php:259
976
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
2298
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9156 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6876
2550
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10377) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.221 ms 1 /classes/stock/StockAvailable.php:453
2600
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3258
0.221 ms 1 /classes/Product.php:2902
2777
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3893
0.221 ms 1 /classes/Product.php:2902
3396
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1
0.221 ms 6 /src/Adapter/EntityMapper.php:79
804
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2894 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6876
1676
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4949 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
766
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
992
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5103 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
1125
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3978 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
1824
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7781 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
2138
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
3627
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.220 ms 1 /classes/module/Module.php:2137
728
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4036 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
1675
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4949 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
1819
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
2479
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6110 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
1097
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.219 ms 1 /classes/Product.php:5659
1388
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 185 LIMIT 1
0.219 ms 1 /classes/Product.php:5659
1541
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5111 AND id_shop=1 LIMIT 1
0.219 ms 1 /classes/Product.php:6876
2100
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5876 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
2972
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4949
0.219 ms 1 /classes/Product.php:2902
3134
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9155
0.219 ms 1 /classes/Product.php:2902
783
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3383 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
1603
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.219 ms 1 /classes/Product.php:5659
1660
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4546
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.219 ms 0 /classes/SpecificPrice.php:259
3101
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4589
0.219 ms 1 /classes/Product.php:2902
3143
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4836
0.219 ms 1 /classes/Product.php:2902
179
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
378
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3949 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6876
1447
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5515 LIMIT 1
0.218 ms 10 /classes/SpecificPrice.php:435
1750
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` = 37 LIMIT 1
0.218 ms 1 /classes/Category.php:1378
2129
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4566
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.218 ms 0 /classes/SpecificPrice.php:259
2338
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 125 LIMIT 1
0.218 ms 1 /classes/Product.php:5659
2417
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 261 LIMIT 1
0.218 ms 1 /classes/Product.php:5659
1878
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8536
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.218 ms 0 /classes/SpecificPrice.php:259
2996
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4675
0.218 ms 1 /classes/Product.php:2902
3294
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.218 ms 1 /src/Adapter/EntityMapper.php:71
3348
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1
0.218 ms 6 /src/Adapter/EntityMapper.php:79
49
SELECT SQL_NO_CACHE * FROM `hgt78_image_type`
0.217 ms 8 /classes/ImageType.php:161
117
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` = 36 LIMIT 1
0.217 ms 1 /classes/Category.php:1378
118
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.217 ms 1 /classes/Product.php:5659
518
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.217 ms 1 /classes/Product.php:5659
911
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4103
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.217 ms 0 /classes/SpecificPrice.php:259
971
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5102 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
1075
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.217 ms 1 /classes/Product.php:5659
2009
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3245 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
2065
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5121 AND id_shop=1 LIMIT 1
0.217 ms 1 /classes/Product.php:6876
2542
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` = 268 LIMIT 1
0.217 ms 1 /classes/Category.php:1378
2639
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3821
0.217 ms 1 /classes/Product.php:2902
252
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4312 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
425
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.216 ms 1 /classes/stock/StockAvailable.php:453
1009
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 208 LIMIT 1
0.216 ms 1 /classes/Product.php:5659
1180
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2503 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
1303
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5335 AND id_shop=1 LIMIT 1
0.216 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 = 49 LIMIT 1
0.216 ms 1 /classes/Product.php:5659
1997
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8801 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
2188
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4597 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
2329
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4899
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.216 ms 0 /classes/SpecificPrice.php:259
436
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3821) 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
1297
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` = 62 LIMIT 1
0.215 ms 1 /classes/Category.php:1378
1797
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 151 LIMIT 1
0.215 ms 1 /classes/Product.php:5659
1854
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 152 LIMIT 1
0.215 ms 1 /classes/Product.php:5659
2020
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2729 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6876
2152
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9088
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.215 ms 0 /classes/SpecificPrice.php:259
2334
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4899) 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
2538
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10334) 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
3213
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.215 ms 1 /classes/module/Module.php:2664
693
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4018 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6876
2110
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5877 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6876
2837
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4027
0.215 ms 1 /classes/Product.php:2902
367
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4273 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
789
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3332 LIMIT 1
0.214 ms 10 /classes/SpecificPrice.php:435
2062
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5121
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.214 ms 0 /classes/SpecificPrice.php:259
3187
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6130
0.214 ms 1 /classes/Product.php:2902
168
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
373
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
1087
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5639 LIMIT 1
0.214 ms 10 /classes/SpecificPrice.php:435
1339
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.214 ms 1 /classes/stock/StockAvailable.php:453
2060
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 125 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
2107
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5877
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.214 ms 0 /classes/SpecificPrice.php:259
2558
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4302
0.214 ms 1 /classes/Product.php:2902
3253
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 175 AND `id_shop` = 1
0.214 ms 6 /src/Adapter/EntityMapper.php:79
1005
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.213 ms 1 /classes/stock/StockAvailable.php:453
1208
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` = 113 LIMIT 1
0.213 ms 1 /classes/Category.php:1378
1887
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 152 LIMIT 1
0.213 ms 1 /classes/Product.php:5659
1941
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8651 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
1326
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5350 AND id_shop=1 LIMIT 1
0.213 ms 1 /classes/Product.php:6876
1733
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3330 AND id_shop=1 LIMIT 1
0.213 ms 1 /classes/Product.php:6876
2295
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9156
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.213 ms 0 /classes/SpecificPrice.php:259
2400
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5287 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
2834
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3936
0.213 ms 1 /classes/Product.php:2902
777
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 188 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
162
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2557 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
660
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3255 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6876
1315
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4252 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
1608
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4187 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6876
1872
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8535) 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
2249
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
2317
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4836
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.212 ms 0 /classes/SpecificPrice.php:259
2446
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5841 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
3014
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8426
0.212 ms 1 /classes/Product.php:2902
3398
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.212 ms 1 /classes/ObjectModel.php:1729
3630
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.212 ms 1 /classes/Category.php:1585
524
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4319 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:156
760
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4209 AND id_shop=1 LIMIT 1
0.211 ms 1 /classes/Product.php:6876
881
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3400 AND id_shop=1 LIMIT 1
0.211 ms 1 /classes/Product.php:6876
1069
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5638 AND id_shop=1 LIMIT 1
0.211 ms 1 /classes/Product.php:6876
1086
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.211 ms 1 /classes/Product.php:5659
1299
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5335 LIMIT 1
0.211 ms 10 /classes/SpecificPrice.php:435
1337
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4253 AND id_shop=1 LIMIT 1
0.211 ms 1 /classes/Product.php:6876
1671
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4949 LIMIT 1
0.211 ms 10 /classes/SpecificPrice.php:435
2502
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7544 AND id_shop=1 LIMIT 1
0.211 ms 1 /classes/Product.php:6876
2843
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4962
0.211 ms 1 /classes/Product.php:2902
3077
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4493
0.211 ms 1 /classes/Product.php:2902
3137
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9156
0.211 ms 1 /classes/Product.php:2902
3292
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.211 ms 1 /src/Adapter/EntityMapper.php:71
408
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3867 LIMIT 1
0.210 ms 10 /classes/SpecificPrice.php:435
942
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
1537
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5111 LIMIT 1
0.210 ms 10 /classes/SpecificPrice.php:435
2194
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.210 ms 1 /classes/Product.php:5659
2457
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6049 AND id_shop=1 LIMIT 1
0.210 ms 1 /classes/Product.php:6876
3044
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8656
0.210 ms 1 /classes/Product.php:2902
3637
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 912 LIMIT 1
0.210 ms 1 /classes/Hook.php:247
181
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.209 ms 0 /classes/SpecificPrice.php:259
666
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.209 ms 1 /classes/Product.php:5659
1119
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.209 ms 1 /classes/Category.php:1378
1371
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4334 AND `id_group` = 1 LIMIT 1
0.209 ms 0 /classes/GroupReduction.php:156
2040
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5001
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 0 /classes/SpecificPrice.php:259
2223
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4693) 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
3023
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8535
0.209 ms 1 /classes/Product.php:2902
108
SELECT SQL_NO_CACHE *
FROM `hgt78_tax_lang`
WHERE `id_tax` = 3
0.209 ms 6 /src/Adapter/EntityMapper.php:79
1491
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 311 LIMIT 1
0.209 ms 1 /classes/Product.php:5659
2250
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4723 LIMIT 1
0.209 ms 10 /classes/SpecificPrice.php:435
2594
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3242
0.209 ms 1 /classes/Product.php:2902
2753
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3559
0.209 ms 1 /classes/Product.php:2902
3172
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5610
0.208 ms 1 /classes/Product.php:2902
3281
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.208 ms 1 /src/Adapter/EntityMapper.php:71
375
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.208 ms 0 /classes/SpecificPrice.php:259
903
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2950 AND id_shop=1 LIMIT 1
0.208 ms 1 /classes/Product.php:6876
1159
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3936 AND `id_group` = 1 LIMIT 1
0.208 ms 0 /classes/GroupReduction.php:156
1177
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2503
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.208 ms 0 /classes/SpecificPrice.php:259
1658
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.208 ms 1 /classes/Product.php:5659
2765
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2950
0.208 ms 1 /classes/Product.php:2902
2975
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4950
0.208 ms 1 /classes/Product.php:2902
65
SELECT SQL_NO_CACHE `need_identification_number`
FROM `hgt78_country`
WHERE `id_country` = 8 LIMIT 1
0.207 ms 1 /classes/Country.php:405
81
SELECT SQL_NO_CACHE `id_category`
FROM `hgt78_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.207 ms 1 /classes/Category.php:2450
2732
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3383
0.207 ms 1 /classes/Product.php:2902
227
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2933
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 1 /classes/SpecificPrice.php:259
668
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.207 ms 0 /classes/SpecificPrice.php:259
816
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2895 AND `id_group` = 1 LIMIT 1
0.207 ms 0 /classes/GroupReduction.php:156
1402
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.207 ms 0 /classes/SpecificPrice.php:259
1552
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4132 AND id_shop=1 LIMIT 1
0.207 ms 1 /classes/Product.php:6876
2028
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3785
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 0 /classes/SpecificPrice.php:259
2111
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5877 AND `id_group` = 1 LIMIT 1
0.207 ms 0 /classes/GroupReduction.php:156
2531
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 152 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
3252
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.207 ms 1 /src/Adapter/EntityMapper.php:71
625
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2737 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6876
1561
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5181
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.206 ms 0 /classes/SpecificPrice.php:259
1597
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4186 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6876
1609
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4187 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:156
3291
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.206 ms 6 /src/Adapter/EntityMapper.php:79
180
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3420 LIMIT 1
0.205 ms 10 /classes/SpecificPrice.php:435
230
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2933 AND id_shop=1 LIMIT 1
0.205 ms 1 /classes/Product.php:6876
1220
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.205 ms 1 /classes/Product.php:5659
1323
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5350
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 0 /classes/SpecificPrice.php:259
1490
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` = 311 LIMIT 1
0.205 ms 1 /classes/Category.php:1378
1529
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6200 AND id_shop=1 LIMIT 1
0.205 ms 1 /classes/Product.php:6876
1598
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4186 AND `id_group` = 1 LIMIT 1
0.205 ms 0 /classes/GroupReduction.php:156
1641
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4192 AND id_shop=1 LIMIT 1
0.205 ms 1 /classes/Product.php:6876
1717
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5417 LIMIT 1
0.205 ms 10 /classes/SpecificPrice.php:435
1730
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3330
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 0 /classes/SpecificPrice.php:259
1786
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 174 LIMIT 1
0.205 ms 1 /classes/Product.php:5659
2573
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3420
0.205 ms 1 /classes/Product.php:2902
451
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
999
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3910 LIMIT 1
0.204 ms 10 /classes/SpecificPrice.php:435
2254
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4723 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6876
2260
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
2304
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
2352
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9306
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.204 ms 0 /classes/SpecificPrice.php:259
2405
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 163 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
821
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 188 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
3261
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 334 AND `id_shop` = 1
0.204 ms 6 /src/Adapter/EntityMapper.php:79
2099
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5876 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6876
2309
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4732 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6876
3175
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5841
0.203 ms 1 /classes/Product.php:2902
581
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4325 AND `id_group` = 1 LIMIT 1
0.203 ms 0 /classes/GroupReduction.php:156
677
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.203 ms 1 /classes/Product.php:5659
838
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3557 AND `id_group` = 1 LIMIT 1
0.203 ms 0 /classes/GroupReduction.php:156
1361
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4045) 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
2221
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4693 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6876
216
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.202 ms 0 /classes/SpecificPrice.php:259
916
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4103) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:453
611
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.202 ms 0 /classes/SpecificPrice.php:259
1011
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3039
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.202 ms 0 /classes/SpecificPrice.php:259
1064
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
1275
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
1292
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6025 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
1616
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4190
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.202 ms 0 /classes/SpecificPrice.php:259
1751
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
1830
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` = 278 LIMIT 1
0.202 ms 1 /classes/Category.php:1378
1992
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 262 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
2481
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6110) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:453
135
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4284
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.201 ms 0 /classes/SpecificPrice.php:259
446
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4336 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
655
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.201 ms 1 /classes/Product.php:5659
750
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3563 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
1787
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8394 LIMIT 1
0.201 ms 2 /classes/SpecificPrice.php:435
1860
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4847 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
2071
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.201 ms 1 /classes/Product.php:5659
2167
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4589 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
2363
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4996
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.201 ms 0 /classes/SpecificPrice.php:259
127
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4302 AND `id_group` = 1 LIMIT 1
0.200 ms 0 /classes/GroupReduction.php:156
2233
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4714 AND `id_group` = 1 LIMIT 1
0.200 ms 0 /classes/GroupReduction.php:156
107
SELECT SQL_NO_CACHE *
FROM `hgt78_tax` a
WHERE (a.`id_tax` = 3) LIMIT 1
0.200 ms 1 /src/Adapter/EntityMapper.php:71
1027
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.200 ms 1 /classes/stock/StockAvailable.php:453
735
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.199 ms 0 /classes/SpecificPrice.php:259
1462
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5516 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
2132
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4566 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
2630
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3950
0.199 ms 1 /classes/Product.php:2902
1321
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 95 LIMIT 1
0.199 ms 1 /classes/Product.php:5659
2374
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5285
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.199 ms 0 /classes/SpecificPrice.php:259
3282
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1
0.199 ms 6 /src/Adapter/EntityMapper.php:79
123
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4302 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6876
395
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.198 ms 1 /classes/Product.php:5659
712
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4110
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.198 ms 0 /classes/SpecificPrice.php:259
900
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.198 ms 0 /classes/SpecificPrice.php:259
2422
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5298 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6876
2570
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3630
0.198 ms 1 /classes/Product.php:2902
1253
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.198 ms 1 /classes/Product.php:5659
2819
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4087
0.198 ms 1 /classes/Product.php:2902
1354
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.197 ms 1 /classes/Product.php:5659
1164
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.197 ms 1 /classes/Product.php:5659
1524
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.197 ms 1 /classes/Product.php:5659
1910
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` = 146 LIMIT 1
0.197 ms 1 /classes/Category.php:1378
2051
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5072
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.197 ms 0 /classes/SpecificPrice.php:259
457
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7780 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:156
1091
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5639 AND id_shop=1 LIMIT 1
0.196 ms 1 /classes/Product.php:6876
1259
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2917 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:156
1348
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3521 AND id_shop=1 LIMIT 1
0.196 ms 1 /classes/Product.php:6876
1381
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5592 AND id_shop=1 LIMIT 1
0.196 ms 1 /classes/Product.php:6876
2533
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10334
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.196 ms 1 /classes/SpecificPrice.php:259
2813
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4086
0.196 ms 1 /classes/Product.php:2902
2852
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5640
0.196 ms 1 /classes/Product.php:2902
2981
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5175
0.196 ms 1 /classes/Product.php:2902
3166
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5288
0.196 ms 1 /classes/Product.php:2902
475
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.195 ms 0 /classes/SpecificPrice.php:259
597
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 188 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
988
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5103 LIMIT 1
0.195 ms 10 /classes/SpecificPrice.php:435
993
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5103 AND `id_group` = 1 LIMIT 1
0.195 ms 0 /classes/GroupReduction.php:156
998
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
1020
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
1264
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
2083
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 40 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
2310
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4732 AND `id_group` = 1 LIMIT 1
0.195 ms 0 /classes/GroupReduction.php:156
2442
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5841
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.195 ms 0 /classes/SpecificPrice.php:259
2496
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` = 232 LIMIT 1
0.195 ms 1 /classes/Category.php:1378
2894
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5592
0.195 ms 1 /classes/Product.php:2902
3122
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4708
0.195 ms 1 /classes/Product.php:2902
3125
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4723
0.195 ms 1 /classes/Product.php:2902
715
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4110 AND id_shop=1 LIMIT 1
0.195 ms 1 /classes/Product.php:6876
2038
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 158 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
622
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.194 ms 0 /classes/SpecificPrice.php:259
1435
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.194 ms 1 /classes/Product.php:5659
1694
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5157
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.194 ms 0 /classes/SpecificPrice.php:259
1774
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 151 LIMIT 1
0.194 ms 1 /classes/Product.php:5659
2702
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4017
0.194 ms 1 /classes/Product.php:2902
406
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.194 ms 1 /classes/Category.php:1378
620
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
793
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3332 AND id_shop=1 LIMIT 1
0.193 ms 1 /classes/Product.php:6876
845
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.193 ms 0 /classes/SpecificPrice.php:259
2430
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5610 LIMIT 1
0.193 ms 10 /classes/SpecificPrice.php:435
2061
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5121 LIMIT 1
0.193 ms 10 /classes/SpecificPrice.php:435
2515
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10019 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:156
2897
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5774
0.193 ms 1 /classes/Product.php:2902
3119
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4714
0.193 ms 1 /classes/Product.php:2902
599
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3352
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.192 ms 0 /classes/SpecificPrice.php:259
679
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3256
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.192 ms 0 /classes/SpecificPrice.php:259
1583
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4185
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.192 ms 0 /classes/SpecificPrice.php:259
1643
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4192) 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
1665
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4546) 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
1792
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8394 AND `id_group` = 1 LIMIT 1
0.192 ms 0 /classes/GroupReduction.php:156
2927
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6132
0.192 ms 1 /classes/Product.php:2902
3131
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9154
0.192 ms 1 /classes/Product.php:2902
1721
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5417 AND id_shop=1 LIMIT 1
0.191 ms 1 /classes/Product.php:6876
79
SELECT SQL_NO_CACHE * FROM hgt78_range_price WHERE id_carrier = 282 LIMIT 1
0.191 ms 2 /modules/colissimo_simplicite/colissimo_simplicite.php:1415
512
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3913 AND id_shop=1 LIMIT 1
0.191 ms 1 /classes/Product.php:6876
1032
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3418 LIMIT 1
0.191 ms 10 /classes/SpecificPrice.php:435
1378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5592
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
2143
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4588 AND id_shop=1 LIMIT 1
0.191 ms 1 /classes/Product.php:6876
2429
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 289 LIMIT 1
0.191 ms 1 /classes/Product.php:5659
74
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "colissimo_simplicite" LIMIT 1
0.190 ms 1 /classes/module/Module.php:2664
1055
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3514
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:259
1271
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
0.190 ms 1 /classes/stock/StockAvailable.php:453
1803
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3732 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
1814
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4628 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
1842
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.190 ms 1 /classes/Product.php:5659
1847
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4495 AND id_shop=1 LIMIT 1
0.190 ms 1 /classes/Product.php:6876
2780
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4065
0.190 ms 1 /classes/Product.php:2902
109
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3518 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
602
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3352 AND id_shop=1 LIMIT 1
0.190 ms 1 /classes/Product.php:6876
99
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.189 ms 1 /classes/SpecificPrice.php:381
402
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.189 ms 1 /classes/stock/StockAvailable.php:453
661
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3255 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
771
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2914 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6876
1393
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5774 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6876
2189
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4597 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
2278
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9154) 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
3215
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.189 ms 1 /classes/module/Module.php:2664
126
SELECT SQL_NO_CACHE *
FROM `hgt78_tax_lang`
WHERE `id_tax` = 1
0.189 ms 6 /src/Adapter/EntityMapper.php:79
1899
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 125 LIMIT 1
0.189 ms 1 /classes/Product.php:5659
2085
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5875
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.189 ms 0 /classes/SpecificPrice.php:259
3285
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1
0.189 ms 6 /src/Adapter/EntityMapper.php:79
1406
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4951 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:156
1513
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
1802
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3732 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6876
649
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4016 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:156
815
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2895 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6876
1037
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3418 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:156
2984
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5417
0.188 ms 1 /classes/Product.php:2902
1753
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4651
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.187 ms 0 /classes/SpecificPrice.php:259
2073
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4493
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.187 ms 0 /classes/SpecificPrice.php:259
3154
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4996
0.187 ms 1 /classes/Product.php:2902
3169
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5298
0.187 ms 1 /classes/Product.php:2902
1741
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3427
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
442
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4336
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
1059
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3514 AND `id_group` = 1 LIMIT 1
0.186 ms 0 /classes/GroupReduction.php:156
1280
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4246 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
2066
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5121 AND `id_group` = 1 LIMIT 1
0.186 ms 0 /classes/GroupReduction.php:156
2265
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4711 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
2355
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9306 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
2579
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3108
0.186 ms 1 /classes/Product.php:2902
2990
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3427
0.186 ms 1 /classes/Product.php:2902
1066
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.185 ms 0 /classes/SpecificPrice.php:259
1553
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4132 AND `id_group` = 1 LIMIT 1
0.185 ms 0 /classes/GroupReduction.php:156
1756
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4651 AND id_shop=1 LIMIT 1
0.185 ms 1 /classes/Product.php:6876
1865
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 152 LIMIT 1
0.185 ms 1 /classes/Product.php:5659
2222
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4693 AND `id_group` = 1 LIMIT 1
0.185 ms 0 /classes/GroupReduction.php:156
2526
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10333 AND `id_group` = 1 LIMIT 1
0.185 ms 0 /classes/GroupReduction.php:156
2582
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3234
0.185 ms 1 /classes/Product.php:2902
2792
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3910
0.184 ms 1 /classes/Product.php:2902
2804
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5165
0.184 ms 1 /classes/Product.php:2902
434
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3821 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6876
3080
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5875
0.184 ms 1 /classes/Product.php:2902
3288
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 200 AND `id_shop` = 1
0.184 ms 6 /src/Adapter/EntityMapper.php:79
931
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
1535
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` = 149 LIMIT 1
0.183 ms 1 /classes/Category.php:1378
1901
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8557
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.183 ms 0 /classes/SpecificPrice.php:259
2088
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5875 AND id_shop=1 LIMIT 1
0.183 ms 1 /classes/Product.php:6876
2096
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5876
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.183 ms 0 /classes/SpecificPrice.php:259
3209
SELECT SQL_NO_CACHE id_group FROM hgt78_cart_rule_group WHERE id_cart_rule = 0
0.183 ms 1 /classes/CartRule.php:438
1951
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8656 AND id_shop=1 LIMIT 1
0.183 ms 1 /classes/Product.php:6876
2156
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9088 AND `id_group` = 1 LIMIT 1
0.183 ms 0 /classes/GroupReduction.php:156
3216
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.183 ms 1 /classes/module/Module.php:2137
384
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
788
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
1122
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.182 ms 0 /classes/SpecificPrice.php:259
1980
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 163 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
3211
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.182 ms 1 /classes/module/Module.php:2137
61
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.182 ms 0 /classes/module/Module.php:2664
672
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4017 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
859
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3559 AND id_shop=1 LIMIT 1
0.182 ms 1 /classes/Product.php:6876
956
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4065
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.182 ms 0 /classes/SpecificPrice.php:259
1304
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5335 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
1985
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3112 AND id_shop=1 LIMIT 1
0.182 ms 1 /classes/Product.php:6876
1928
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8637 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
2174
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4596
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.181 ms 0 /classes/SpecificPrice.php:259
344
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3875 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
761
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4209 AND `id_group` = 1 LIMIT 1
0.181 ms 0 /classes/GroupReduction.php:156
389
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3819 AND id_shop=1 LIMIT 1
0.180 ms 1 /classes/Product.php:6876
1715
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` = 210 LIMIT 1
0.180 ms 1 /classes/Category.php:1378
2344
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10739 AND id_shop=1 LIMIT 1
0.180 ms 1 /classes/Product.php:6876
2487
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6130
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.180 ms 0 /classes/SpecificPrice.php:259
2490
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6130 AND id_shop=1 LIMIT 1
0.180 ms 1 /classes/Product.php:6876
78
SELECT SQL_NO_CACHE * FROM hgt78_carrier_group WHERE id_carrier = 282 LIMIT 1
0.179 ms 8 /modules/colissimo_simplicite/colissimo_simplicite.php:1388
1711
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5175) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.179 ms 1 /classes/stock/StockAvailable.php:453
2283
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9155 LIMIT 1
0.179 ms 18 /classes/SpecificPrice.php:435
2345
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10739 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:156
3140
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4732
0.179 ms 1 /classes/Product.php:2902
1844
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4495
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.179 ms 0 /classes/SpecificPrice.php:259
2873
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5335
0.179 ms 1 /classes/Product.php:2902
400
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3950 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
746
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
0.178 ms 0 /classes/SpecificPrice.php:259
1359
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4045 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
1627
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4191
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.178 ms 0 /classes/SpecificPrice.php:259
2262
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4711
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.178 ms 0 /classes/SpecificPrice.php:259
2492
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6130) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
2789
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5103
0.178 ms 1 /classes/Product.php:2902
73
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 746 LIMIT 1
0.178 ms 1 /classes/Hook.php:247
882
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3400 AND `id_group` = 1 LIMIT 1
0.178 ms 0 /classes/GroupReduction.php:156
1014
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3039 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
1170
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4027 AND `id_group` = 1 LIMIT 1
0.178 ms 0 /classes/GroupReduction.php:156
1916
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2804 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
2055
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5072 AND `id_group` = 1 LIMIT 1
0.178 ms 0 /classes/GroupReduction.php:156
2287
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9155 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
1904
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8557 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
3092
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4566
0.177 ms 1 /classes/Product.php:2902
520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4319
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.177 ms 0 /classes/SpecificPrice.php:259
615
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2399 AND `id_group` = 1 LIMIT 1
0.177 ms 0 /classes/GroupReduction.php:156
637
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4005 AND `id_group` = 1 LIMIT 1
0.177 ms 0 /classes/GroupReduction.php:156
2200
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4598 AND `id_group` = 1 LIMIT 1
0.177 ms 0 /classes/GroupReduction.php:156
3157
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5285
0.177 ms 1 /classes/Product.php:2902
2987
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3330
0.176 ms 1 /classes/Product.php:2902
1269
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6018 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6876
1356
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4045
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.176 ms 0 /classes/SpecificPrice.php:259
1649
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4300
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.176 ms 0 /classes/SpecificPrice.php:259
1870
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8535 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6876
2017
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2729
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.176 ms 0 /classes/SpecificPrice.php:259
3128
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4711
0.176 ms 1 /classes/Product.php:2902
1025
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5164 AND id_shop=1 LIMIT 1
0.175 ms 1 /classes/Product.php:6876
1277
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.175 ms 0 /classes/SpecificPrice.php:259
1440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5514 AND id_shop=1 LIMIT 1
0.175 ms 1 /classes/Product.php:6876
1833
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8426
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.175 ms 0 /classes/SpecificPrice.php:259
2864
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6018
0.175 ms 1 /classes/Product.php:2902
1255
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2917
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 0 /classes/SpecificPrice.php:259
2044
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5001 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:156
2840
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2503
0.174 ms 1 /classes/Product.php:2902
2476
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6110
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 0 /classes/SpecificPrice.php:259
173
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3630 AND id_shop=1 LIMIT 1
0.173 ms 1 /classes/Product.php:6876
1493
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5180
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.173 ms 0 /classes/SpecificPrice.php:259
2434
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5610 AND id_shop=1 LIMIT 1
0.173 ms 1 /classes/Product.php:6876
716
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4110 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
1226
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5640 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
1417
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6106 AND id_shop=1 LIMIT 1
0.173 ms 1 /classes/Product.php:6876
1672
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4949
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.173 ms 0 /classes/SpecificPrice.php:259
1825
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7781 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
2244
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4708 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
2255
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4723 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
643
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.172 ms 1 /classes/Product.php:5659
657
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3255
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.172 ms 0 /classes/SpecificPrice.php:259
1043
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5165 LIMIT 1
0.172 ms 10 /classes/SpecificPrice.php:435
2288
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9155 AND `id_group` = 1 LIMIT 1
0.172 ms 0 /classes/GroupReduction.php:156
3151
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9306
0.172 ms 1 /classes/Product.php:2902
479
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3850 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:156
462
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.171 ms 1 /classes/Product.php:5659
1003
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3910 AND id_shop=1 LIMIT 1
0.171 ms 1 /classes/Product.php:6876
1867
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8535
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 0 /classes/SpecificPrice.php:259
2555
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3518
0.171 ms 1 /classes/Product.php:2902
2588
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2934
0.171 ms 1 /classes/Product.php:2902
174
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3630 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:156
989
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.170 ms 0 /classes/SpecificPrice.php:259
1211
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5265
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.170 ms 0 /classes/SpecificPrice.php:259
1831
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 278 LIMIT 1
0.170 ms 1 /classes/Product.php:5659
2499
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7544
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.170 ms 0 /classes/SpecificPrice.php:259
3631
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `hgt78_category` c
WHERE c.`id_category` = 1 LIMIT 1
0.170 ms 1 /classes/Category.php:1591
3644
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.170 ms 1 /classes/module/Module.php:2664
1266
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.169 ms 0 /classes/SpecificPrice.php:259
1692
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.168 ms 1 /classes/Product.php:5659
3642
SELECT SQL_NO_CACHE button2 FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.168 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
1776
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3728
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.168 ms 0 /classes/SpecificPrice.php:259
1922
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` = 100 LIMIT 1
0.168 ms 1 /classes/Category.php:1378
379
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3949 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:156
1515
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.167 ms 0 /classes/SpecificPrice.php:259
1871
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8535 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:156
982
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3909 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:156
1716
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 210 LIMIT 1
0.167 ms 1 /classes/Product.php:5659
2196
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4598
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.167 ms 0 /classes/SpecificPrice.php:259
2548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10377 AND id_shop=1 LIMIT 1
0.167 ms 1 /classes/Product.php:6876
854
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.166 ms 1 /classes/Product.php:5659
1463
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5516 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:156
1638
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4192
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.166 ms 0 /classes/SpecificPrice.php:259
2795
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3039
0.166 ms 1 /classes/Product.php:2902
3645
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.166 ms 1 /classes/module/Module.php:2137
645
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.165 ms 0 /classes/SpecificPrice.php:259
812
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.165 ms 0 /classes/SpecificPrice.php:259
1536
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 149 LIMIT 1
0.165 ms 1 /classes/Product.php:5659
1653
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4300 AND `id_group` = 1 LIMIT 1
0.165 ms 0 /classes/GroupReduction.php:156
1697
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5157 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
1709
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5175 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
1722
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5417 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` = 8426 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
2798
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5164
0.165 ms 1 /classes/Product.php:2902
3146
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4899
0.165 ms 1 /classes/Product.php:2902
1181
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2503 AND `id_group` = 1 LIMIT 1
0.164 ms 0 /classes/GroupReduction.php:156
1889
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8540
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.164 ms 0 /classes/SpecificPrice.php:259
2849
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5265
0.164 ms 1 /classes/Product.php:2902
2428
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` = 289 LIMIT 1
0.163 ms 1 /classes/Category.php:1378
790
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.163 ms 0 /classes/SpecificPrice.php:259
2783
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5102
0.163 ms 1 /classes/Product.php:2902
138
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4284 AND id_shop=1 LIMIT 1
0.162 ms 1 /classes/Product.php:6876
592
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3995 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
947
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3893 AND id_shop=1 LIMIT 1
0.162 ms 1 /classes/Product.php:6876
1088
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.161 ms 0 /classes/SpecificPrice.php:259
1507
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6132 AND id_shop=1 LIMIT 1
0.161 ms 1 /classes/Product.php:6876
2536
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10334 AND id_shop=1 LIMIT 1
0.161 ms 1 /classes/Product.php:6876
1044
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.161 ms 0 /classes/SpecificPrice.php:259
1070
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5638 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
1338
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4253 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
2807
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3514
0.161 ms 1 /classes/Product.php:2902
2855
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5266
0.161 ms 1 /classes/Product.php:2902
1448
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.160 ms 0 /classes/SpecificPrice.php:259
2043
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5001 AND id_shop=1 LIMIT 1
0.160 ms 1 /classes/Product.php:6876
1092
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5639 AND `id_group` = 1 LIMIT 1
0.159 ms 0 /classes/GroupReduction.php:156
1982
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3112
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.159 ms 0 /classes/SpecificPrice.php:259
2332
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4899 AND id_shop=1 LIMIT 1
0.159 ms 1 /classes/Product.php:6876
2825
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3978
0.159 ms 1 /classes/Product.php:2902
2497
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 232 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
397
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.158 ms 0 /classes/SpecificPrice.php:259
1911
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 146 LIMIT 1
0.158 ms 1 /classes/Product.php:5659
2140
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4588
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.158 ms 0 /classes/SpecificPrice.php:259
2251
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4723
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.158 ms 0 /classes/SpecificPrice.php:259
2846
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4093
0.158 ms 1 /classes/Product.php:2902
683
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3256 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
1703
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` = 128 LIMIT 1
0.157 ms 1 /classes/Category.php:1378
67
SELECT SQL_NO_CACHE *
FROM `hgt78_country_lang`
WHERE `id_country` = 8
0.157 ms 6 /src/Adapter/EntityMapper.php:79
1209
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 113 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
2858
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5267
0.157 ms 1 /classes/Product.php:2902
2861
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2917
0.157 ms 1 /classes/Product.php:2902
3074
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5121
0.157 ms 1 /classes/Product.php:2902
1526
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.156 ms 0 /classes/SpecificPrice.php:259
120
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4302
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.156 ms 0 /classes/SpecificPrice.php:259
1015
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3039 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
1360
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4045 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
1425
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.156 ms 0 /classes/SpecificPrice.php:259
1757
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4651 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
1114
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4081 AND `id_group` = 1 LIMIT 1
0.155 ms 0 /classes/GroupReduction.php:156
2282
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 312 LIMIT 1
0.155 ms 1 /classes/Product.php:5659
409
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.155 ms 0 /classes/SpecificPrice.php:259
1033
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3418
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.155 ms 0 /classes/SpecificPrice.php:259
1042
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.155 ms 1 /classes/Product.php:5659
1327
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5350 AND `id_group` = 1 LIMIT 1
0.155 ms 0 /classes/GroupReduction.php:156
1913
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2804
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.155 ms 0 /classes/SpecificPrice.php:259
2768
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4103
0.154 ms 1 /classes/Product.php:2902
2786
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3909
0.154 ms 1 /classes/Product.php:2902
915
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4103 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
2284
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9155
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.153 ms 1 /classes/SpecificPrice.php:259
3641
SELECT SQL_NO_CACHE button1 FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.153 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
2810
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5638
0.153 ms 1 /classes/Product.php:2902
386
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3819
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.152 ms 0 /classes/SpecificPrice.php:259
1349
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3521 AND `id_group` = 1 LIMIT 1
0.152 ms 0 /classes/GroupReduction.php:156
1905
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8557 AND `id_group` = 1 LIMIT 1
0.152 ms 0 /classes/GroupReduction.php:156
3634
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1
0.151 ms 1 /classes/module/Module.php:2137
1437
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.151 ms 0 /classes/SpecificPrice.php:259
1882
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8536 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:156
1952
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8656 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:156
2458
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6049 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:156
2537
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10334 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:156
193
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3010
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.150 ms 0 /classes/SpecificPrice.php:259
1031
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 188 LIMIT 1
0.150 ms 1 /classes/Product.php:5659
323
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4301 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
925
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3891 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6876
1215
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5265 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
1281
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4246 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
1418
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6106 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
1394
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5774 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
2423
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5298 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
3017
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4495
0.148 ms 1 /classes/Product.php:2902
3214
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.148 ms 1 /classes/module/Module.php:2137
68
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM hgt78_required_field
0.148 ms 2 /classes/ObjectModel.php:1592
1669
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` = 215 LIMIT 1
0.147 ms 1 /classes/Category.php:1378
2435
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5610 AND `id_group` = 1 LIMIT 1
0.147 ms 0 /classes/GroupReduction.php:156
2822
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4081
0.147 ms 1 /classes/Product.php:2902
2144
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4588 AND `id_group` = 1 LIMIT 1
0.146 ms 0 /classes/GroupReduction.php:156
423
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3951 AND id_shop=1 LIMIT 1
0.146 ms 1 /classes/Product.php:6876
914
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4103 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
860
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3559 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:156
1298
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 62 LIMIT 1
0.145 ms 1 /classes/Product.php:5659
2816
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5639
0.145 ms 1 /classes/Product.php:2902
1998
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8801 AND `id_group` = 1 LIMIT 1
0.144 ms 0 /classes/GroupReduction.php:156
2480
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6110 AND `id_group` = 1 LIMIT 1
0.144 ms 0 /classes/GroupReduction.php:156
794
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3332 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
1917
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2804 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
2356
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9306 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
390
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3819 AND `id_group` = 1 LIMIT 1
0.142 ms 1 /classes/GroupReduction.php:156
2276
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9154 AND id_shop=1 LIMIT 1
0.142 ms 1 /classes/Product.php:6876
2333
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4899 AND `id_group` = 1 LIMIT 1
0.142 ms 0 /classes/GroupReduction.php:156
2831
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3930
0.142 ms 1 /classes/Product.php:2902
2266
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4711 AND `id_group` = 1 LIMIT 1
0.142 ms 0 /classes/GroupReduction.php:156
231
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2933 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
1000
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.140 ms 0 /classes/SpecificPrice.php:259
1710
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5175 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
1925
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8637
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.140 ms 0 /classes/SpecificPrice.php:259
1022
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.140 ms 0 /classes/SpecificPrice.php:259
1788
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8394
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.140 ms 0 /classes/SpecificPrice.php:259
1929
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8637 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
2503
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7544 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
2801
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3418
0.140 ms 1 /classes/Product.php:2902
1780
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3728 AND `id_group` = 1 LIMIT 1
0.139 ms 0 /classes/GroupReduction.php:156
1923
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 100 LIMIT 1
0.138 ms 1 /classes/Product.php:5659
772
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2914 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:156
1663
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4546 AND id_shop=1 LIMIT 1
0.137 ms 1 /classes/Product.php:6876
1986
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3112 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:156
139
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4284 AND `id_group` = 1 LIMIT 1
0.135 ms 0 /classes/GroupReduction.php:156
345
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3875 AND `id_group` = 1 LIMIT 1
0.135 ms 0 /classes/GroupReduction.php:156
412
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3867 AND id_shop=1 LIMIT 1
0.135 ms 1 /classes/Product.php:6876
1441
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5514 AND `id_group` = 1 LIMIT 1
0.135 ms 0 /classes/GroupReduction.php:156
1508
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6132 AND `id_group` = 1 LIMIT 1
0.134 ms 0 /classes/GroupReduction.php:156
62
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.133 ms 0 /classes/module/Module.php:2137
1036
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3418 AND id_shop=1 LIMIT 1
0.133 ms 1 /classes/Product.php:6876
413
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3867 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:156
1004
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3910 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:156
110
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_group`
WHERE `id_group` = 1 LIMIT 1
0.131 ms 1 /classes/Group.php:154
1026
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5164 AND `id_group` = 1 LIMIT 1
0.126 ms 0 /classes/GroupReduction.php:156
1698
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5157 AND `id_group` = 1 LIMIT 1
0.126 ms 0 /classes/GroupReduction.php:156
1270
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6018 AND `id_group` = 1 LIMIT 1
0.124 ms 0 /classes/GroupReduction.php:156
1664
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4546 AND `id_group` = 1 LIMIT 1
0.124 ms 0 /classes/GroupReduction.php:156
2277
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9154 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
401
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3950 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
1704
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 128 LIMIT 1
0.120 ms 1 /classes/Product.php:5659
2549
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10377 AND `id_group` = 1 LIMIT 1
0.120 ms 0 /classes/GroupReduction.php:156
424
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3951 AND `id_group` = 1 LIMIT 1
0.118 ms 0 /classes/GroupReduction.php:156
926
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3891 AND `id_group` = 1 LIMIT 1
0.117 ms 0 /classes/GroupReduction.php:156
1670
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 215 LIMIT 1
0.111 ms 1 /classes/Product.php:5659

Doubles

218 queries
SELECT XX FROM `hgtXX_specific_price` WHERE id_product = XX LIMIT XX
217 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
217 queries
SELECT name FROM hgtXX_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
217 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
217 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
217 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)
217 queries
                            SELECT `id_tax_rules_group`
                            FROM `hgtXX_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
217 queries
			SELECT `reduction`
			FROM `hgtXX_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
217 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
217 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
217 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
217 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
217 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`
217 queries
SELECT `id_product_attribute`
            FROM `hgtXX_product_attribute`
            WHERE `id_product` = XX
217 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;
72 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
72 queries
SELECT *
							FROM `hgtXX_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
56 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
26 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
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
				
11 queries
SELECT `id_module` FROM `hgtXX_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
5 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
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 *
FROM `hgtXX_shop_url` aXX
2 queries
				SELECT `name`
				FROM `hgtXX_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
2 queries
SELECT *
FROM `hgtXX_tax` a
WHERE (a.`id_tax` = XX) LIMIT XX
2 queries
SELECT *
							FROM `hgtXX_tax_lang`
							WHERE `id_tax` = XX
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 `id_module` FROM `hgtXX_module` WHERE `name` = "iqitmegamenu" LIMIT XX
2 queries
SELECT buttonXX FROM hgtXX_lgcookieslaw_lang WHERE id_lang = XX LIMIT XX

Tables stress

654 product
654 product_shop
438 specific_price
436 cart_product
435 product_attribute
434 image
434 image_shop
434 product_attribute_shop
395 category_lang
220 stock_available
218 attribute_group
218 feature
218 feature_shop
218 feature_lang
218 product_attribute_combination
218 product_lang
217 specific_price_priority
217 product_group_reduction_cache
217 pack
217 feature_product
217 feature_value_lang
217 image_lang
217 attribute
217 attribute_lang
143 category
120 category_shop
22 category_group
18 module
15 module_shop
12 hook
10 currency
8 currency_shop
7 lang
6 shop_url
5 hook_alias
5 image_type
5 tax_rule
5 tax_rules_group
5 lgcookieslaw_lang
4 shop
4 lang_shop
4 currency_lang
4 cart_rule
3 country
3 hook_module
3 group_shop
3 manufacturer
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 module_group
2 hook_module_exceptions
2 group
2 category_product
2 tax
2 tax_lang
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 219 /classes/Link.php:113 (__construct) [id: 10739]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3518]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4302]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4284]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2556]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2557]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3630]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3420]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3010]
/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: 2933]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2934]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4312]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3242]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3257]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3258]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7582]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4480]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4301]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4261]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3875]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4265]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4273]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3949]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3819]
/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: 3821]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4336]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7780]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3847]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3850]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4947]
/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: 4319]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4320]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3013]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4326]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3989]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4325]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3995]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3352]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2399]
/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: 4016]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3255]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4017]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3256]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4018]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4019]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4110]
/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: 4209]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2914]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3383]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3332]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2894]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2895]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3391]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3557]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3856]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3559]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4580]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3400]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2950]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4103]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3891]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3892]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3893]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4065]
/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: 3039]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5164]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3418]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5165]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3514]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5638]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4086]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5639]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4087]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4081]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3978]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4073]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3930]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3936]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4027]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2503]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4962]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4093]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5265]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5640]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5266]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5267]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2917]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6018]
/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: 5335]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4252]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5350]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4253]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3521]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4045]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4334]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5592]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5774]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4951]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6106]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5109]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5514]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5515]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5516]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4085]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5069]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5180]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6132]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6199]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6200]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5111]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4132]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5181]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4139]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4185]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4186]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4187]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4190]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4191]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4192]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4300]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4546]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4949]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4950]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5157]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5175]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5417]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3330]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3427]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4651]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4675]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3728]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8394]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3732]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4628]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7781]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8426]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4495]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4847]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8535]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8536]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8540]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8557]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2804]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8637]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8651]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8656]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3512]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3081]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3112]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8801]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3245]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2729]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3785]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5001]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5072]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5121]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4493]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5875]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5876]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5877]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4551]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4566]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4588]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9088]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4589]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4596]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4597]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4598]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4686]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4693]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4714]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4708]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4723]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4711]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9154]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9155]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9156]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4732]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4836]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4899]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10739]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9306]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4996]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5285]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5286]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5287]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5288]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5298]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5610]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5841]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6049]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6061]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6110]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6130]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7544]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10019]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10333]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10334]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10377]
/classes/Link.php:113 (__construct) [id: 10739]
Category 106 /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: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/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]
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]
Tax 4 /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 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
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 /modules/ps_facetedsearch/src/Definition/Availability.php
1048 /classes/Manufacturer.php
1049 /src/Core/Util/String/StringModifier.php
1050 /src/Core/Util/String/StringModifierInterface.php
1051 /modules/ps_facetedsearch/src/Product/Search.php
1052 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1053 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1054 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1055 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1056 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1057 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1058 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1059 /modules/ps_facetedsearch/src/Filters/Products.php
1060 /classes/stock/StockAvailable.php
1061 /modules/ps_facetedsearch/src/Filters/Block.php
1062 /src/Core/Product/Search/Facet.php
1063 /src/Core/Product/Search/Filter.php
1064 /vendor/prestashop/decimal/src/DecimalNumber.php
1065 /vendor/prestashop/decimal/src/Builder.php
1066 /src/Core/Product/Search/FacetCollection.php
1067 /classes/ProductAssembler.php
1068 /classes/tax/Tax.php
1069 /classes/SpecificPrice.php
1070 /classes/tax/TaxManagerFactory.php
1071 /classes/tax/TaxRulesTaxManager.php
1072 /classes/tax/TaxManagerInterface.php
1073 /classes/tax/TaxCalculator.php
1074 /classes/GroupReduction.php
1075 /src/Core/Localization/CLDR/ComputingPrecision.php
1076 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1077 /classes/Pack.php
1078 /classes/order/Order.php
1079 /classes/Feature.php
1080 /classes/ProductPresenterFactory.php
1081 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1082 /src/Adapter/Presenter/Product/ProductPresenter.php
1083 /src/Adapter/Product/ProductColorsRetriever.php
1084 /src/Core/Product/ProductPresentationSettings.php
1085 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1086 /src/Adapter/Presenter/Product/ProductLazyArray.php
1087 /classes/Image.php
1088 /vendor/prestashop/decimal/src/Operation/Division.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