Accueil

Load Time 6055 ms
Querying Time 4659 ms
Queries 5015
Memory Peak Usage 88.9 Mb
Included Files 1204 files - 13.59 Mb
PrestaShop Cache - Mb
Global vars 0.41 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 5.455 ms 5.455 ms 3.21 Mb 3.6 Mb
__construct 0.031 ms 5.486 ms - Mb 3.6 Mb
init 62.058 ms 67.544 ms 0.89 Mb 4.4 Mb
checkAccess 0.004 ms 67.548 ms - Mb 4.4 Mb
setMedia 30.860 ms 98.408 ms 0.61 Mb 4.7 Mb
postProcess 0.003 ms 98.411 ms - Mb 4.7 Mb
initHeader 0.003 ms 98.414 ms - Mb 4.7 Mb
initContent 5122 ms 5220 ms 58.08 Mb 62.9 Mb
initFooter 0.003 ms 5220 ms - Mb 62.9 Mb
display 834 ms 6055 ms 22.01 Mb 88.9 Mb
Hook Time Memory Usage
displayMainMenu 177.439 ms 5.67 Mb
displayLeftColumn 23.400 ms 0.74 Mb
ActionFrontControllerSetMedia 14.135 ms 0.19 Mb
DisplayHeader 9.218 ms 0.09 Mb
displayNav2 7.320 ms 0.19 Mb
displayFooter 7.106 ms 0.39 Mb
Footer 4.345 ms 0.18 Mb
displayNav1 2.670 ms 0.08 Mb
renderWidget 1.591 ms 0.05 Mb
DisplayBeforeBodyClosingTag 1.434 ms 0.05 Mb
DisplayGDPRConsent 1.258 ms 0.08 Mb
DisplayLeftColumn 0.595 ms 0.03 Mb
ProductSearchProvider 0.404 ms - Mb
IsJustElementor 0.282 ms 0.02 Mb
Header 0.111 ms - Mb
OverrideLayoutTemplate 0.081 ms - Mb
Top 0.025 ms - Mb
ActionDispatcher 0.018 ms - Mb
displayVerticalMenu 0.016 ms - Mb
ActionProductSearchAfter 0.015 ms - Mb
DisplayNavFullWidth 0.014 ms - Mb
DisplayFooterBefore 0.013 ms - Mb
DisplayAfterBodyOpeningTag 0.012 ms - Mb
DisplayFooterAfter 0.011 ms - Mb
ModuleRoutes 0.008 ms - Mb
25 hook(s) 251.521 ms 7.77 Mb
Module Time Memory Usage
ps_checkout 17.172 ms 0.22 Mb
iqitthemeeditor 1.627 ms 0.18 Mb
ps_emailsubscription 3.829 ms 0.25 Mb
blockreassurance 0.321 ms 0.02 Mb
nkmgls 11.527 ms 0.30 Mb
paybox 3.367 ms 0.08 Mb
ps_emailalerts 0.756 ms 0.01 Mb
ps_accounts 0.761 ms - Mb
revsliderprestashop 5.451 ms 0.05 Mb
productcomments 0.267 ms 0.01 Mb
ps_shoppingcart 0.158 ms 0.01 Mb
iqitcontactpage 2.773 ms 0.09 Mb
iqitsociallogin 0.171 ms 0.01 Mb
iqitmegamenu 177.826 ms 5.69 Mb
iqitelementor 0.897 ms 0.03 Mb
iqitfreedeliverycount 0.187 ms 0.01 Mb
sendinblue 4.183 ms 0.04 Mb
colissimo_simplicite 8.126 ms 0.09 Mb
lgcookieslaw 4.839 ms 0.19 Mb
ps_facetedsearch 1.550 ms 0.09 Mb
iqithtmlandbanners 3.195 ms 0.16 Mb
ps_languageselector 1.216 ms 0.05 Mb
ps_currencyselector 6.438 ms 0.15 Mb
iqitsearch 2.000 ms - Mb
ps_customersignin 0.245 ms 0.01 Mb
ps_categorytree 23.596 ms 0.75 Mb
iqitlinksmanager 1.829 ms 0.08 Mb
psgdpr 1.684 ms 0.18 Mb
statsdata 1.719 ms 0.05 Mb
29 module(s) 287.711 ms 8.75 Mb

Stopwatch SQL - 5015 queries

# Query Time (ms) Rows Filesort Group By Location
89
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM hgt78_product p LEFT JOIN hgt78_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN hgt78_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN hgt78_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN hgt78_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN hgt78_category_product cp ON (p.id_product = cp.id_product) INNER JOIN hgt78_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN hgt78_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN hgt78_category_group cg ON (cg.id_category = c.id_category) WHERE ((sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (33, 34, 35, 319) 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
525.842 ms 35424 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
1784
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
17.309 ms 1 /classes/Product.php:5659
91
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-01 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM hgt78_product p
LEFT JOIN hgt78_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN hgt78_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN hgt78_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2595,2478,3019,2489,2475,4691,2596,2502,4692,2594,2504,4694,2419,3551,2808,2479,3552,2889,2480,3623,2890,2481,3624,2555,3625,3626,3627,2918,2944,3629,3196,3197,2929,3198,2930,3199,3200,3235,3227,3236,3228,3229,3230,2972,3231,3087,3232,3088,3233,3089,3520,3090,3095,3096,3097,3873,3098,3133,3942,3134,3943,3878,3135,3944,3136,3945,3881,3251,3946,3882,3772,3947,3773,3818,3820,3952,3853,3822,6079,6103,6104,6414,6655,3848,3849,3015,2441,3985,2442,3986,3987,3988,3990,2702,3992,2730,3993,2440,3994,3996,3997,2434,3998,3999,2432,4000,4001,2400,4002,2438,4003,4004,3014,2398,2403,2846,2817,2816,4021,2815,4022,2814,4029,2813,4030,2812,4032,2785,4033,4034,4035,3550,2946,4236,4238,4239,4241,2420,4413,2731,4490,4491,4492,4506,2896,4507,4508,3852,3854,4540,4541,3859,3860,3861,4582,3863,4583,3864,3874,4698,4699,4700,4701,4702,4703,3894,4704,4718,4989,5076,5077,5080,5104,3911,5166,5167,5336,3919,5337,3922,3923,4488,3924,4489,3927,3928,3979,3980,3981,3982,3983,3984,3940,3956,3957,4023,3974,4024,4007,4025,4008,4026,4009,4010,4011,5084,5083,5085,4041,5101,5328,5352,5641,5642,6023,6024,4247,6105,6134,6135,4295,8429,4296,8946,8947,8948,4332,8969,4333,8970,9264,4335,9721,9723,4709,9742,9743,9744,4946,9745,4945,9746,9747,5108,9749,9751,5116,9752,5262,9767,9768,5323,9769,9771,9772,9773,5623,9774,5896,9788,6076,9789,6077,9790,6078,9791,6131,9792,9794,6133,9819,9820,9821,7751,7752,9830,7753,9842,9843,9844,9845,7757,9846,9847,7760,9848,9849,9850,9851,7765,9852,10517,7767,10738,12539,7782,12576,8414,12682,8415,8416,8979,9262,9381,9735,10627,10931,12563,12561,3628)
13.991 ms 310 /classes/ProductAssembler.php:95
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `hgt78_configuration` c
LEFT JOIN `hgt78_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
13.298 ms 5859 /classes/Configuration.php:180
4993
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
12.946 ms 242 Yes Yes /classes/Category.php:799
601
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3231 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
8.834 ms 10 Yes /classes/SpecificPrice.php:576
1330
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4003 LIMIT 1
8.623 ms 10 /classes/SpecificPrice.php:435
1633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2420 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
8.153 ms 10 Yes /classes/SpecificPrice.php:576
2425
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5101
ORDER BY `id_specific_price_priority` DESC LIMIT 1
7.949 ms 0 /classes/SpecificPrice.php:259
3399
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8414)
7.894 ms 1 /classes/Product.php:3860
1311
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4002)
7.492 ms 1 /classes/Product.php:3860
2369
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4011 LIMIT 1
7.197 ms 10 /classes/SpecificPrice.php:435
4892
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5352) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
7.094 ms 1 Yes Yes /classes/Product.php:4524
3027
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9790 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9790 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
6.941 ms 0 /classes/Cart.php:1430
2432
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5101
ORDER BY f.position ASC
6.694 ms 5 Yes /classes/Product.php:6021
3066
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9792 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
6.614 ms 11 Yes /classes/SpecificPrice.php:576
760
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3942 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3942 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
6.319 ms 0 /classes/Cart.php:1430
1050
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3849
ORDER BY f.position ASC
6.158 ms 5 Yes /classes/Product.php:6021
1344
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4004)
6.156 ms 1 /classes/Product.php:3860
1936
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4703
ORDER BY f.position ASC
6.006 ms 5 Yes /classes/Product.php:6021
4117
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3981
5.976 ms 1 /classes/Product.php:2902
1670
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
5.942 ms 1 /classes/stock/StockAvailable.php:453
1942
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3894)
5.889 ms 1 /classes/Product.php:3860
3
SELECT SQL_NO_CACHE value FROM `hgt78_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
5.886 ms 1 /classes/shop/Shop.php:1183
1834
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3863 AND `id_group` = 1 LIMIT 1
5.657 ms 0 /classes/GroupReduction.php:156
1711
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2896)
5.652 ms 1 /classes/Product.php:3860
1317
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2438
AND image_shop.`cover` = 1 LIMIT 1
5.589 ms 1 /classes/Product.php:3570
1867
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3874 AND `id_group` = 1 LIMIT 1
5.558 ms 0 /classes/GroupReduction.php:156
3534
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 12561 AND id_shop=1 LIMIT 1
5.521 ms 1 /classes/Product.php:6876
3770
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3773
5.518 ms 1 /classes/Product.php:2902
3735
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3878) AND (b.`id_shop` = 1) LIMIT 1
5.442 ms 1 /src/Adapter/EntityMapper.php:71
3416
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12682
ORDER BY f.position ASC
5.439 ms 5 Yes /classes/Product.php:6021
3438
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8416 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8416 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
5.437 ms 0 /classes/Cart.php:1430
1864
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3874 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
5.415 ms 10 Yes /classes/SpecificPrice.php:576
3971
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4490) AND (b.`id_shop` = 1) LIMIT 1
5.342 ms 1 /src/Adapter/EntityMapper.php:71
3446
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`
5.294 ms 219 Yes Yes /classes/Hook.php:1289
916
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3773
ORDER BY f.position ASC
5.214 ms 5 Yes /classes/Product.php:6021
3415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12682 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12682 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
5.212 ms 0 /classes/Cart.php:1430
3591
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3551) AND (b.`id_shop` = 1) LIMIT 1
5.163 ms 1 /src/Adapter/EntityMapper.php:71
1904
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4701
AND image_shop.`cover` = 1 LIMIT 1
5.139 ms 1 /classes/Product.php:3570
3468
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9262 AND `id_group` = 1 LIMIT 1
5.089 ms 0 /classes/GroupReduction.php:156
1323
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2438 AND id_shop=1 LIMIT 1
5.079 ms 1 /classes/Product.php:6876
106
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `hgt78_hook_module` hm
STRAIGHT_JOIN `hgt78_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `hgt78_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
5.054 ms 721 /classes/Hook.php:459
1919
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4702 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
5.021 ms 10 Yes /classes/SpecificPrice.php:576
1832
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3863)
5.012 ms 1 /classes/Product.php:3860
1337
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4003 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4003 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
4.972 ms 0 /classes/Cart.php:1430
2119
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4488)
4.939 ms 1 /classes/Product.php:3860
1355
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3014)
4.928 ms 1 /classes/Product.php:3860
4508
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
4.915 ms 12 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
3712
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3096
ORDER BY `position`
4.914 ms 1 Yes /classes/Product.php:3545
1372
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2398
ORDER BY f.position ASC
4.892 ms 5 Yes /classes/Product.php:6021
1915
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4702
AND image_shop.`cover` = 1 LIMIT 1
4.868 ms 1 /classes/Product.php:3570
3832
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2702
4.864 ms 1 /classes/Product.php:2902
3783
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3822) AND (b.`id_shop` = 1) LIMIT 1
4.851 ms 1 /src/Adapter/EntityMapper.php:71
1686
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4492 LIMIT 1
4.847 ms 10 /classes/SpecificPrice.php:435
1377
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2403 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
4.845 ms 10 Yes /classes/SpecificPrice.php:576
1322
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2438)
4.816 ms 1 /classes/Product.php:3860
1696
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
4.766 ms 1 /classes/Product.php:5659
3681
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2972) AND (b.`id_shop` = 1) LIMIT 1
4.720 ms 1 /src/Adapter/EntityMapper.php:71
2978
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9788 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
4.637 ms 11 Yes /classes/SpecificPrice.php:576
4587
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 37 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
4.620 ms 148 Yes Yes /classes/Category.php:799
3718
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3873
ORDER BY `position`
4.589 ms 1 Yes /classes/Product.php:3545
3193
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9843
ORDER BY f.position ASC
4.569 ms 5 Yes /classes/Product.php:6021
1353
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3014
ORDER BY `id_specific_price_priority` DESC LIMIT 1
4.568 ms 0 /classes/SpecificPrice.php:259
1783
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3859
AND image_shop.`cover` = 1 LIMIT 1
4.448 ms 1 /classes/Product.php:3570
1935
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4703 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4703 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
4.421 ms 0 /classes/Cart.php:1430
2093
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3922 LIMIT 1
4.405 ms 10 /classes/SpecificPrice.php:435
3654
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2930) AND (b.`id_shop` = 1) LIMIT 1
4.399 ms 1 /src/Adapter/EntityMapper.php:71
949
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3952
ORDER BY f.position ASC
4.365 ms 5 Yes /classes/Product.php:6021
3893
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2403) AND (b.`id_shop` = 1) LIMIT 1
4.354 ms 1 /src/Adapter/EntityMapper.php:71
3651
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3198) AND (b.`id_shop` = 1) LIMIT 1
4.336 ms 1 /src/Adapter/EntityMapper.php:71
3821
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3987) AND (b.`id_shop` = 1) LIMIT 1
4.326 ms 1 /src/Adapter/EntityMapper.php:71
2135
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3924
ORDER BY f.position ASC
4.324 ms 5 Yes /classes/Product.php:6021
3616
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2481
ORDER BY `position`
4.317 ms 1 Yes /classes/Product.php:3545
1033
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3848 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
4.314 ms 10 Yes /classes/SpecificPrice.php:576
1360
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3014
ORDER BY f.position ASC
4.313 ms 5 Yes /classes/Product.php:6021
1821
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4582)
4.308 ms 1 /classes/Product.php:3860
3777
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3952) AND (b.`id_shop` = 1) LIMIT 1
4.307 ms 1 /src/Adapter/EntityMapper.php:71
1023
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6655)
4.294 ms 1 /classes/Product.php:3860
3019
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
4.291 ms 1 /classes/Product.php:5659
3011
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6077 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
4.283 ms 10 Yes /classes/SpecificPrice.php:576
700
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3096 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.280 ms 10 Yes /classes/SpecificPrice.php:576
2961
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9774 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
4.263 ms 0 /classes/Cart.php:1430
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
4.246 ms 1 /classes/Category.php:1754
3588
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2419) AND (b.`id_shop` = 1) LIMIT 1
4.239 ms 1 /src/Adapter/EntityMapper.php:71
2453
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5352 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5352 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
4.210 ms 0 /classes/Cart.php:1430
1893
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4700
AND image_shop.`cover` = 1 LIMIT 1
4.189 ms 1 /classes/Product.php:3570
4065
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5080
ORDER BY `position`
4.189 ms 1 Yes /classes/Product.php:3545
3656
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2930
4.186 ms 1 /classes/Product.php:2902
3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7767)
4.168 ms 1 /classes/Product.php:3860
1914
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4701
ORDER BY f.position ASC
4.166 ms 5 Yes /classes/Product.php:6021
3828
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3990
ORDER BY `position`
4.153 ms 1 Yes /classes/Product.php:3545
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
4.148 ms 1 /src/Adapter/EntityMapper.php:71
2985
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6076
AND image_shop.`cover` = 1 LIMIT 1
4.138 ms 1 /classes/Product.php:3570
3279
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9849) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
4.131 ms 1 /classes/stock/StockAvailable.php:453
2952
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9774
AND image_shop.`cover` = 1 LIMIT 1
4.127 ms 1 /classes/Product.php:3570
1618
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4241
AND image_shop.`cover` = 1 LIMIT 1
4.123 ms 1 /classes/Product.php:3570
845
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3881)
4.114 ms 1 /classes/Product.php:3860
82
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM hgt78_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
4.109 ms 12 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
3657
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3199) AND (b.`id_shop` = 1) LIMIT 1
4.097 ms 1 /src/Adapter/EntityMapper.php:71
3926
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2812) AND (b.`id_shop` = 1) LIMIT 1
4.092 ms 1 /src/Adapter/EntityMapper.php:71
3271
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9849
AND image_shop.`cover` = 1 LIMIT 1
4.088 ms 1 /classes/Product.php:3570
2995
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6076
ORDER BY f.position ASC
4.082 ms 5 Yes /classes/Product.php:6021
987
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6103
ORDER BY `id_specific_price_priority` DESC LIMIT 1
4.067 ms 0 /classes/SpecificPrice.php:259
1364
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2398 LIMIT 1
4.050 ms 11 /classes/SpecificPrice.php:435
1719
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4507 LIMIT 1
4.046 ms 10 /classes/SpecificPrice.php:435
105
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `hgt78_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `hgt78_hook_alias` ha
INNER JOIN `hgt78_hook` h ON ha.name = h.name
4.045 ms 0 /classes/Hook.php:1348
3351
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10738 LIMIT 1
4.010 ms 10 /classes/SpecificPrice.php:435
3433
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8416 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
4.007 ms 10 Yes /classes/SpecificPrice.php:576
1645
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4413)
3.993 ms 1 /classes/Product.php:3860
1612
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4239)
3.985 ms 1 /classes/Product.php:3860
2439
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5328 AND id_shop=1 LIMIT 1
3.957 ms 1 /classes/Product.php:6876
1853
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3864 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.955 ms 10 Yes /classes/SpecificPrice.php:576
3907
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4021
3.955 ms 1 /classes/Product.php:2902
1636
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2420 AND `id_group` = 1 LIMIT 1
3.949 ms 0 /classes/GroupReduction.php:156
3887
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3014) AND (b.`id_shop` = 1) LIMIT 1
3.946 ms 1 /src/Adapter/EntityMapper.php:71
1931
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4703)
3.925 ms 1 /classes/Product.php:3860
3580
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2594
ORDER BY `position`
3.920 ms 1 Yes /classes/Product.php:3545
3057
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6131 AND id_shop=1 LIMIT 1
3.908 ms 1 /classes/Product.php:6876
1859
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3864
ORDER BY f.position ASC
3.903 ms 5 Yes /classes/Product.php:6021
1751
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
3.900 ms 1 /classes/Product.php:5659
3004
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9789) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.887 ms 1 /classes/stock/StockAvailable.php:453
856
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3251)
3.886 ms 1 /classes/Product.php:3860
3570
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2596) AND (b.`id_shop` = 1) LIMIT 1
3.885 ms 1 /src/Adapter/EntityMapper.php:71
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
3.877 ms 1 /src/Adapter/EntityMapper.php:71
2933
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9773
ORDER BY `id_specific_price_priority` DESC LIMIT 1
3.863 ms 0 /classes/SpecificPrice.php:259
3565
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2475
ORDER BY `position`
3.862 ms 1 Yes /classes/Product.php:3545
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
3.859 ms 1 /src/Adapter/EntityMapper.php:71
1626
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4241) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.841 ms 1 /classes/stock/StockAvailable.php:453
70
SELECT SQL_NO_CACHE * FROM hgt78_revslider_sliders
3.828 ms 2 /modules/revsliderprestashop/includes/revslider_db.class.php:214
3674
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3228
3.824 ms 1 /classes/Product.php:2902
3724
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3133
ORDER BY `position`
3.824 ms 1 Yes /classes/Product.php:3545
1968
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4718 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4718 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.798 ms 0 /classes/Cart.php:1430
3394
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8414
AND image_shop.`cover` = 1 LIMIT 1
3.795 ms 1 /classes/Product.php:3570
3170
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7753 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7753 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.786 ms 0 /classes/Cart.php:1430
2409
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5085 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5085 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.780 ms 0 /classes/Cart.php:1430
4124
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3984) AND (b.`id_shop` = 1) LIMIT 1
3.774 ms 1 /src/Adapter/EntityMapper.php:71
2943
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5623 LIMIT 1
3.768 ms 10 /classes/SpecificPrice.php:435
3726
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3942) AND (b.`id_shop` = 1) LIMIT 1
3.767 ms 1 /src/Adapter/EntityMapper.php:71
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
3.752 ms 31 Yes Yes /classes/Category.php:924
3663
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3235) AND (b.`id_shop` = 1) LIMIT 1
3.747 ms 1 /src/Adapter/EntityMapper.php:71
2460
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5641)
3.736 ms 1 /classes/Product.php:3860
3739
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3135
ORDER BY `position`
3.714 ms 1 Yes /classes/Product.php:3545
3728
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3942
3.710 ms 1 /classes/Product.php:2902
2142
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4489 AND id_shop=1 LIMIT 1
3.705 ms 1 /classes/Product.php:6876
1303
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2400) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.682 ms 1 /classes/stock/StockAvailable.php:453
3405
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12682
AND image_shop.`cover` = 1 LIMIT 1
3.678 ms 2 /classes/Product.php:3570
3852
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3997
ORDER BY `position`
3.667 ms 1 Yes /classes/Product.php:3545
3649
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2929
ORDER BY `position`
3.661 ms 1 Yes /classes/Product.php:3545
863
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
3.657 ms 1 /classes/Product.php:5659
3879
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2438
ORDER BY `position`
3.644 ms 1 Yes /classes/Product.php:3545
3934
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2785
3.611 ms 1 /classes/Product.php:2902
3311
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7765 AND `id_group` = 1 LIMIT 1
3.610 ms 0 /classes/GroupReduction.php:156
3870
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4001
ORDER BY `position`
3.607 ms 1 Yes /classes/Product.php:3545
1842
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4583 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.586 ms 10 Yes /classes/SpecificPrice.php:576
1805
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3861
AND image_shop.`cover` = 1 LIMIT 1
3.578 ms 1 /classes/Product.php:3570
2471
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5642)
3.560 ms 1 /classes/Product.php:3860
1950
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4704 LIMIT 1
3.553 ms 10 /classes/SpecificPrice.php:435
1683
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4491
ORDER BY f.position ASC
3.550 ms 5 Yes /classes/Product.php:6021
3765
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3947) AND (b.`id_shop` = 1) LIMIT 1
3.536 ms 1 /src/Adapter/EntityMapper.php:71
1845
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4583 AND `id_group` = 1 LIMIT 1
3.527 ms 0 /classes/GroupReduction.php:156
3693
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3088) AND (b.`id_shop` = 1) LIMIT 1
3.526 ms 1 /src/Adapter/EntityMapper.php:71
1930
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4703 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.508 ms 10 Yes /classes/SpecificPrice.php:576
3746
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3136
3.507 ms 1 /classes/Product.php:2902
3673
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3228
ORDER BY `position`
3.505 ms 1 Yes /classes/Product.php:3545
2452
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5352) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.504 ms 1 /classes/stock/StockAvailable.php:453
3655
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2930
ORDER BY `position`
3.495 ms 2 Yes /classes/Product.php:3545
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` = 4540
AND image_shop.`cover` = 1 LIMIT 1
3.485 ms 1 /classes/Product.php:3570
883
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3882
ORDER BY f.position ASC
3.469 ms 5 Yes /classes/Product.php:6021
1039
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3848
ORDER BY f.position ASC
3.469 ms 5 Yes /classes/Product.php:6021
1948
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4704
AND image_shop.`cover` = 1 LIMIT 1
3.465 ms 1 /classes/Product.php:3570
71
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_url` a0
3.463 ms 1 /classes/PrestaShopCollection.php:383
3033
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6078 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.463 ms 10 Yes /classes/SpecificPrice.php:576
747
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3133 AND `id_group` = 1 LIMIT 1
3.455 ms 0 /classes/GroupReduction.php:156
870
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.449 ms 1 /classes/stock/StockAvailable.php:453
3149
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7752
ORDER BY f.position ASC
3.440 ms 5 Yes /classes/Product.php:6021
1708
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2896 LIMIT 1
3.439 ms 10 /classes/SpecificPrice.php:435
1909
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4701)
3.426 ms 1 /classes/Product.php:3860
1888
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4699 AND id_shop=1 LIMIT 1
3.418 ms 1 /classes/Product.php:6876
76
SELECT SQL_NO_CACHE *
FROM `hgt78_carrier_lang`
WHERE `id_carrier` = 282 AND `id_shop` = 1
3.405 ms 198 /src/Adapter/EntityMapper.php:79
785
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
3.401 ms 1 /classes/Product.php:5659
3842
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2440) AND (b.`id_shop` = 1) LIMIT 1
3.401 ms 1 /src/Adapter/EntityMapper.php:71
1927
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
3.399 ms 1 /classes/Product.php:5659
1338
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4003
ORDER BY f.position ASC
3.396 ms 5 Yes /classes/Product.php:6021
3593
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3551
3.395 ms 1 /classes/Product.php:2902
2372
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4011)
3.391 ms 1 /classes/Product.php:3860
3945
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3550
ORDER BY `position`
3.389 ms 1 Yes /classes/Product.php:3545
3612
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2890) AND (b.`id_shop` = 1) LIMIT 1
3.381 ms 1 /src/Adapter/EntityMapper.php:71
3810
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2441
ORDER BY `position`
3.381 ms 1 Yes /classes/Product.php:3545
2104
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3923 LIMIT 1
3.366 ms 10 /classes/SpecificPrice.php:435
3969
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2731
ORDER BY `position`
3.353 ms 1 Yes /classes/Product.php:3545
2398
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5083 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5083 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.350 ms 0 /classes/Cart.php:1430
3447
SELECT SQL_NO_CACHE `name`, `alias` FROM `hgt78_hook_alias`
3.350 ms 88 /classes/Hook.php:290
4292
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9752) AND (b.`id_shop` = 1) LIMIT 1
3.350 ms 1 /src/Adapter/EntityMapper.php:71
4118
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3982) AND (b.`id_shop` = 1) LIMIT 1
3.342 ms 1 /src/Adapter/EntityMapper.php:71
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`
3.319 ms 219 Yes Yes /classes/Hook.php:1289
2970
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5896 AND `id_group` = 1 LIMIT 1
3.313 ms 0 /classes/GroupReduction.php:156
1872
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
3.308 ms 1 /classes/Product.php:5659
3455
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8979 AND id_shop=1 LIMIT 1
3.300 ms 1 /classes/Product.php:6876
3389
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 12576 AND id_shop=1 LIMIT 1
3.292 ms 1 /classes/Product.php:6876
3774
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3820) AND (b.`id_shop` = 1) LIMIT 1
3.286 ms 1 /src/Adapter/EntityMapper.php:71
3702
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3520) AND (b.`id_shop` = 1) LIMIT 1
3.284 ms 1 /src/Adapter/EntityMapper.php:71
4287
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9751
ORDER BY `position`
3.279 ms 1 Yes /classes/Product.php:3545
1883
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
3.276 ms 1 /classes/Product.php:5659
1787
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3859 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.274 ms 10 Yes /classes/SpecificPrice.php:576
3304
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7765
AND image_shop.`cover` = 1 LIMIT 1
3.266 ms 1 /classes/Product.php:3570
3577
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4692
ORDER BY `position`
3.260 ms 1 Yes /classes/Product.php:3545
1876
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4698)
3.259 ms 1 /classes/Product.php:3860
3382
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12576
AND image_shop.`cover` = 1 LIMIT 1
3.242 ms 1 /classes/Product.php:3570
988
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6103 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.239 ms 10 Yes /classes/SpecificPrice.php:576
2010
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5080 AND `id_group` = 1 LIMIT 1
3.237 ms 0 /classes/GroupReduction.php:156
1060
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3015 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.224 ms 0 /classes/Cart.php:1430
1891
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4699 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4699 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.208 ms 0 /classes/Cart.php:1430
1389
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2846 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.206 ms 10 Yes /classes/SpecificPrice.php:576
4511
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
3.199 ms 73 Yes Yes /classes/Category.php:799
1921
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4702 AND id_shop=1 LIMIT 1
3.181 ms 1 /classes/Product.php:6876
2158
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3928
AND image_shop.`cover` = 1 LIMIT 1
3.181 ms 1 /classes/Product.php:3570
4293
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9752
ORDER BY `position`
3.180 ms 1 Yes /classes/Product.php:3545
1798
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3860 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.179 ms 10 Yes /classes/SpecificPrice.php:576
3862
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3999
3.164 ms 1 /classes/Product.php:2902
3597
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2479) AND (b.`id_shop` = 1) LIMIT 1
3.128 ms 1 /src/Adapter/EntityMapper.php:71
1992
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5077
AND image_shop.`cover` = 1 LIMIT 1
3.125 ms 1 /classes/Product.php:3570
888
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3772 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.121 ms 10 Yes /classes/SpecificPrice.php:576
3729
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3134) AND (b.`id_shop` = 1) LIMIT 1
3.117 ms 1 /src/Adapter/EntityMapper.php:71
1817
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
3.106 ms 1 /classes/Product.php:5659
2288
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3974 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3974 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.106 ms 0 /classes/Cart.php:1430
3556
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2478
ORDER BY `position`
3.106 ms 1 Yes /classes/Product.php:3545
951
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
3.100 ms 1 /classes/Product.php:5659
3902
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2816) AND (b.`id_shop` = 1) LIMIT 1
3.095 ms 1 /src/Adapter/EntityMapper.php:71
4451
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8416) AND (b.`id_shop` = 1) LIMIT 1
3.091 ms 1 /src/Adapter/EntityMapper.php:71
4545
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
3.075 ms 7 Yes Yes /classes/Category.php:799
3836
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2730) AND (b.`id_shop` = 1) LIMIT 1
3.052 ms 1 /src/Adapter/EntityMapper.php:71
1886
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4699 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.049 ms 10 Yes /classes/SpecificPrice.php:576
3398
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8414 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.032 ms 10 Yes /classes/SpecificPrice.php:576
3558
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3019) AND (b.`id_shop` = 1) LIMIT 1
3.015 ms 1 /src/Adapter/EntityMapper.php:71
3750
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3881) AND (b.`id_shop` = 1) LIMIT 1
3.008 ms 1 /src/Adapter/EntityMapper.php:71
4301
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9768) AND (b.`id_shop` = 1) LIMIT 1
3.004 ms 1 /src/Adapter/EntityMapper.php:71
1065
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2441
ORDER BY `id_specific_price_priority` DESC LIMIT 1
3.000 ms 0 /classes/SpecificPrice.php:259
49
SELECT SQL_NO_CACHE * FROM `hgt78_image_type`
2.991 ms 8 /classes/ImageType.php:161
2510
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6105
AND image_shop.`cover` = 1 LIMIT 1
2.983 ms 1 /classes/Product.php:3570
881
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3882) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.980 ms 1 /classes/stock/StockAvailable.php:453
3435
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8416 AND id_shop=1 LIMIT 1
2.980 ms 1 /classes/Product.php:6876
3117
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9821
AND image_shop.`cover` = 1 LIMIT 1
2.979 ms 1 /classes/Product.php:3570
3329
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10517
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.975 ms 1 /classes/SpecificPrice.php:259
3199
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9844)
2.966 ms 1 /classes/Product.php:3860
1746
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3852 AND `id_group` = 1 LIMIT 1
2.965 ms 0 /classes/GroupReduction.php:156
1925
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4702
ORDER BY f.position ASC
2.964 ms 5 Yes /classes/Product.php:6021
1967
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4718) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.958 ms 1 /classes/stock/StockAvailable.php:453
607
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3231
ORDER BY f.position ASC
2.949 ms 5 Yes /classes/Product.php:6021
3703
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3520
ORDER BY `position`
2.935 ms 1 Yes /classes/Product.php:3545
1371
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2398 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2398 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.927 ms 0 /classes/Cart.php:1430
2475
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5642 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5642 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.921 ms 0 /classes/Cart.php:1430
3287
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9850)
2.910 ms 1 /classes/Product.php:3860
2020
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5104 AND id_shop=1 LIMIT 1
2.906 ms 1 /classes/Product.php:6876
3553
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2595
ORDER BY `position`
2.904 ms 2 Yes /classes/Product.php:3545
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `hgt78_hook` h
WHERE (h.active = 1)
2.890 ms 1185 /classes/Hook.php:1388
1981
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5076
AND image_shop.`cover` = 1 LIMIT 1
2.885 ms 2 /classes/Product.php:3570
3914
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2814) AND (b.`id_shop` = 1) LIMIT 1
2.867 ms 1 /src/Adapter/EntityMapper.php:71
3896
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2846) AND (b.`id_shop` = 1) LIMIT 1
2.849 ms 1 /src/Adapter/EntityMapper.php:71
3125
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9821) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.841 ms 1 /classes/stock/StockAvailable.php:453
2109
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3923 AND `id_group` = 1 LIMIT 1
2.819 ms 0 /classes/GroupReduction.php:156
1959
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4718
AND image_shop.`cover` = 1 LIMIT 1
2.818 ms 1 /classes/Product.php:3570
3178
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9842 AND id_shop=1 LIMIT 1
2.818 ms 1 /classes/Product.php:6876
3122
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9821)
2.807 ms 1 /classes/Product.php:3860
3100
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9819)
2.806 ms 1 /classes/Product.php:3860
3549
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3628) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.806 ms 1 /classes/stock/StockAvailable.php:453
2424
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5101 LIMIT 1
2.803 ms 10 /classes/SpecificPrice.php:435
2423
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
2.803 ms 1 /classes/Product.php:5659
3555
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2478) AND (b.`id_shop` = 1) LIMIT 1
2.796 ms 1 /src/Adapter/EntityMapper.php:71
1725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4507) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.787 ms 1 /classes/stock/StockAvailable.php:453
3336
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10517
ORDER BY f.position ASC
2.757 ms 5 Yes /classes/Product.php:6021
3428
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8415
ORDER BY f.position ASC
2.754 ms 5 Yes /classes/Product.php:6021
960
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3853
ORDER BY f.position ASC
2.750 ms 5 Yes /classes/Product.php:6021
1336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4003) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.748 ms 1 /classes/stock/StockAvailable.php:453
774
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
2.744 ms 1 /classes/Product.php:5659
2140
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4489 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.739 ms 10 Yes /classes/SpecificPrice.php:576
3944
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3550) AND (b.`id_shop` = 1) LIMIT 1
2.739 ms 1 /src/Adapter/EntityMapper.php:71
3920
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2813) AND (b.`id_shop` = 1) LIMIT 1
2.738 ms 1 /src/Adapter/EntityMapper.php:71
3203
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9844 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9844 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.737 ms 0 /classes/Cart.php:1430
1691
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4492 AND `id_group` = 1 LIMIT 1
2.726 ms 0 /classes/GroupReduction.php:156
729
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3098
AND image_shop.`cover` = 1 LIMIT 1
2.718 ms 1 /classes/Product.php:3570
1707
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
2.706 ms 1 /classes/Product.php:5659
1860
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3874
AND image_shop.`cover` = 1 LIMIT 1
2.702 ms 1 /classes/Product.php:3570
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM hgt78_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
2.701 ms 1 /classes/shop/ShopUrl.php:182
1910
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4701 AND id_shop=1 LIMIT 1
2.696 ms 1 /classes/Product.php:6876
3039
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6078
ORDER BY f.position ASC
2.696 ms 5 Yes /classes/Product.php:6021
827
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3136 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3136 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.695 ms 0 /classes/Cart.php:1430
2674
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4335
ORDER BY f.position ASC
2.692 ms 5 Yes /classes/Product.php:6021
936
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.680 ms 1 /classes/stock/StockAvailable.php:453
3205
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9845
AND image_shop.`cover` = 1 LIMIT 1
2.679 ms 1 /classes/Product.php:3570
3792
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6104) AND (b.`id_shop` = 1) LIMIT 1
2.675 ms 1 /src/Adapter/EntityMapper.php:71
885
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
2.654 ms 1 /classes/Product.php:5659
4656
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.654 ms 73 Yes Yes /classes/Category.php:799
3172
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9842
AND image_shop.`cover` = 1 LIMIT 1
2.653 ms 1 /classes/Product.php:3570
4523
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.646 ms 93 Yes Yes /classes/Category.php:799
3258
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7760 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7760 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.632 ms 0 /classes/Cart.php:1430
3494
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10627
AND image_shop.`cover` = 1 LIMIT 1
2.632 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
2.631 ms 8 Yes /classes/ImageType.php:109
1704
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4506 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4506 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.622 ms 0 /classes/Cart.php:1430
1737
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4508 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.616 ms 0 /classes/Cart.php:1430
3137
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7751 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7751 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.614 ms 0 /classes/Cart.php:1430
993
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6103 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6103 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.610 ms 0 /classes/Cart.php:1430
1830
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3863
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.600 ms 0 /classes/SpecificPrice.php:259
3323
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.596 ms 1 /classes/stock/StockAvailable.php:453
4571
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
2.588 ms 27 Yes Yes /classes/Category.php:799
1702
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4506 AND `id_group` = 1 LIMIT 1
2.587 ms 0 /classes/GroupReduction.php:156
668
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3520)
2.585 ms 1 /classes/Product.php:3860
3648
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2929) AND (b.`id_shop` = 1) LIMIT 1
2.579 ms 1 /src/Adapter/EntityMapper.php:71
2310
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4007 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4007 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.578 ms 0 /classes/Cart.php:1430
3793
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6104
ORDER BY `position`
2.578 ms 1 Yes /classes/Product.php:3545
3094
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6133
ORDER BY f.position ASC
2.568 ms 5 Yes /classes/Product.php:6021
3628
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3626
ORDER BY `position`
2.568 ms 1 Yes /classes/Product.php:3545
2113
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4488
AND image_shop.`cover` = 1 LIMIT 1
2.567 ms 1 /classes/Product.php:3570
3736
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3878
ORDER BY `position`
2.565 ms 1 Yes /classes/Product.php:3545
1366
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2398 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.560 ms 11 Yes /classes/SpecificPrice.php:576
3710
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3095
2.555 ms 1 /classes/Product.php:2902
3296
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9851
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.549 ms 1 /classes/SpecificPrice.php:259
1705
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4506
ORDER BY f.position ASC
2.548 ms 5 Yes /classes/Product.php:6021
3129
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
2.529 ms 1 /classes/Product.php:5659
3826
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3988
2.515 ms 1 /classes/Product.php:2902
1986
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5076)
2.510 ms 1 /classes/Product.php:3860
3362
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 12539 LIMIT 1
2.503 ms 8 /classes/SpecificPrice.php:435
1908
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4701 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.502 ms 10 Yes /classes/SpecificPrice.php:576
3848
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3996) AND (b.`id_shop` = 1) LIMIT 1
2.499 ms 1 /src/Adapter/EntityMapper.php:71
2447
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5352
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.491 ms 0 /classes/SpecificPrice.php:259
3595
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2808
ORDER BY `position`
2.484 ms 1 Yes /classes/Product.php:3545
1672
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4490
ORDER BY f.position ASC
2.484 ms 5 Yes /classes/Product.php:6021
4436
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7782) AND (b.`id_shop` = 1) LIMIT 1
2.479 ms 1 /src/Adapter/EntityMapper.php:71
2566
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
2.474 ms 1 /classes/Product.php:5659
929
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
2.473 ms 1 /classes/Product.php:5659
18
SELECT SQL_NO_CACHE name, alias FROM `hgt78_hook_alias`
2.464 ms 88 /classes/Hook.php:342
1870
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3874
ORDER BY f.position ASC
2.459 ms 5 Yes /classes/Product.php:6021
3803
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3849) AND (b.`id_shop` = 1) LIMIT 1
2.444 ms 1 /src/Adapter/EntityMapper.php:71
3483
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9735
AND image_shop.`cover` = 1 LIMIT 1
2.439 ms 1 /classes/Product.php:3570
1684
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4492
AND image_shop.`cover` = 1 LIMIT 1
2.437 ms 1 /classes/Product.php:3570
2154
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3927 AND `id_group` = 1 LIMIT 1
2.433 ms 0 /classes/GroupReduction.php:156
1468
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4029 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.427 ms 10 Yes /classes/SpecificPrice.php:576
3866
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4000) AND (b.`id_shop` = 1) LIMIT 1
2.418 ms 1 /src/Adapter/EntityMapper.php:71
3034
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6078)
2.413 ms 1 /classes/Product.php:3860
86
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Coffret'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
2.408 ms 7 /classes/Category.php:1500
2045
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5166 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5166 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.406 ms 0 /classes/Cart.php:1430
1655
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2731 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.406 ms 3 Yes /classes/SpecificPrice.php:576
3028
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9790
ORDER BY f.position ASC
2.401 ms 5 Yes /classes/Product.php:6021
3477
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9381)
2.396 ms 1 /classes/Product.php:3860
2079
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3919
ORDER BY f.position ASC
2.395 ms 5 Yes /classes/Product.php:6021
2003
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5080
AND image_shop.`cover` = 1 LIMIT 1
2.390 ms 1 /classes/Product.php:3570
3176
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9842 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.387 ms 11 Yes /classes/SpecificPrice.php:576
1998
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5077 AND id_shop=1 LIMIT 1
2.386 ms 1 /classes/Product.php:6876
1003
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.385 ms 1 /classes/stock/StockAvailable.php:453
1665
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4490
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.385 ms 0 /classes/SpecificPrice.php:259
3645
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3197) AND (b.`id_shop` = 1) LIMIT 1
2.385 ms 1 /src/Adapter/EntityMapper.php:71
3697
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3233
ORDER BY `position`
2.379 ms 1 Yes /classes/Product.php:3545
1738
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4508
ORDER BY f.position ASC
2.363 ms 5 Yes /classes/Product.php:6021
4912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4335) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.360 ms 1 Yes Yes /classes/Product.php:4524
3980
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4506) AND (b.`id_shop` = 1) LIMIT 1
2.355 ms 1 /src/Adapter/EntityMapper.php:71
3680
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3230
2.353 ms 1 /classes/Product.php:2902
3820
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3986
2.344 ms 1 /classes/Product.php:2902
1706
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2896
AND image_shop.`cover` = 1 LIMIT 1
2.342 ms 1 /classes/Product.php:3570
4555
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
2.340 ms 10 Yes Yes /classes/Category.php:799
2222
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3983 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3983 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.337 ms 0 /classes/Cart.php:1430
669
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3520 AND id_shop=1 LIMIT 1
2.324 ms 1 /classes/Product.php:6876
1803
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3860 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3860 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.323 ms 0 /classes/Cart.php:1430
981
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6079) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.323 ms 1 /classes/stock/StockAvailable.php:453
1978
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4989) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.319 ms 1 /classes/stock/StockAvailable.php:453
2371
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4011 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.316 ms 10 Yes /classes/SpecificPrice.php:576
2421
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4041
ORDER BY f.position ASC
2.316 ms 5 Yes /classes/Product.php:6021
1882
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4699
AND image_shop.`cover` = 1 LIMIT 1
2.314 ms 1 /classes/Product.php:3570
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` = 3232 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3232 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.313 ms 0 /classes/Cart.php:1430
3875
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4002) AND (b.`id_shop` = 1) LIMIT 1
2.312 ms 1 /src/Adapter/EntityMapper.php:71
3924
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4030
ORDER BY `position`
2.310 ms 1 Yes /classes/Product.php:3545
895
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3947
AND image_shop.`cover` = 1 LIMIT 1
2.307 ms 1 /classes/Product.php:3570
3155
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9830)
2.304 ms 1 /classes/Product.php:3860
4419
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7765
ORDER BY `position`
2.303 ms 1 Yes /classes/Product.php:3545
2127
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3924 LIMIT 1
2.300 ms 10 /classes/SpecificPrice.php:435
3160
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9830
ORDER BY f.position ASC
2.297 ms 5 Yes /classes/Product.php:6021
3266
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9848 AND id_shop=1 LIMIT 1
2.294 ms 1 /classes/Product.php:6876
3665
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3235
2.292 ms 1 /classes/Product.php:2902
1810
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3861)
2.288 ms 1 /classes/Product.php:3860
2456
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
2.270 ms 1 /classes/Product.php:5659
3370
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12539
ORDER BY f.position ASC
2.267 ms 5 Yes /classes/Product.php:6021
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` = 3911 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.266 ms 10 Yes /classes/SpecificPrice.php:576
3977
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4492) AND (b.`id_shop` = 1) LIMIT 1
2.255 ms 1 /src/Adapter/EntityMapper.php:71
711
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3097 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.253 ms 10 Yes /classes/SpecificPrice.php:576
3198
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9844 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.237 ms 10 Yes /classes/SpecificPrice.php:576
2278
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4023
ORDER BY f.position ASC
2.229 ms 5 Yes /classes/Product.php:6021
882
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3882 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3882 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.222 ms 0 /classes/Cart.php:1430
3869
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4001) AND (b.`id_shop` = 1) LIMIT 1
2.209 ms 1 /src/Adapter/EntityMapper.php:71
1325
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2438) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.208 ms 1 /classes/stock/StockAvailable.php:453
3860
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3999) AND (b.`id_shop` = 1) LIMIT 1
2.194 ms 1 /src/Adapter/EntityMapper.php:71
3600
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3552) AND (b.`id_shop` = 1) LIMIT 1
2.192 ms 1 /src/Adapter/EntityMapper.php:71
892
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3772) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.189 ms 1 /classes/stock/StockAvailable.php:453
1026
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6655) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.185 ms 1 /classes/stock/StockAvailable.php:453
3700
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3089
ORDER BY `position`
2.183 ms 1 Yes /classes/Product.php:3545
1022
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6655 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.180 ms 10 Yes /classes/SpecificPrice.php:576
813
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3944 AND id_shop=1 LIMIT 1
2.170 ms 1 /classes/Product.php:6876
3082
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9794 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9794 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.167 ms 0 /classes/Cart.php:1430
2918
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9771
ORDER BY f.position ASC
2.165 ms 5 Yes /classes/Product.php:6021
3981
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4506
ORDER BY `position`
2.159 ms 1 Yes /classes/Product.php:3545
2017
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5104
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.157 ms 0 /classes/SpecificPrice.php:259
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` = 3088 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.155 ms 10 Yes /classes/SpecificPrice.php:576
1677
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4491 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.155 ms 10 Yes /classes/SpecificPrice.php:576
3817
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2442
2.153 ms 1 /classes/Product.php:2902
877
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3882 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.146 ms 10 Yes /classes/SpecificPrice.php:576
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` = 3232 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.145 ms 10 Yes /classes/SpecificPrice.php:576
3050
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9791
ORDER BY f.position ASC
2.138 ms 5 Yes /classes/Product.php:6021
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` = 5104 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.138 ms 10 Yes /classes/SpecificPrice.php:576
1916
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
2.126 ms 1 /classes/Product.php:5659
4299
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9767
ORDER BY `position`
2.117 ms 1 Yes /classes/Product.php:3545
3637
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2944
ORDER BY `position`
2.107 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` = 3088)
2.104 ms 1 /classes/Product.php:3860
800
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3135)
2.104 ms 1 /classes/Product.php:3860
3925
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4030
2.093 ms 1 /classes/Product.php:2902
1815
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3861
ORDER BY f.position ASC
2.088 ms 5 Yes /classes/Product.php:6021
3932
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2785) AND (b.`id_shop` = 1) LIMIT 1
2.085 ms 1 /src/Adapter/EntityMapper.php:71
973
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` = 80 LIMIT 1
2.083 ms 1 /classes/Category.php:1378
2446
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5352 LIMIT 1
2.075 ms 10 /classes/SpecificPrice.php:435
3568
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4691
ORDER BY `position`
2.064 ms 1 Yes /classes/Product.php:3545
2283
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3974 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.059 ms 10 Yes /classes/SpecificPrice.php:576
701
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3096)
2.053 ms 1 /classes/Product.php:3860
3876
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4002
ORDER BY `position`
2.048 ms 1 Yes /classes/Product.php:3545
907
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
2.045 ms 1 /classes/Product.php:5659
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
2.041 ms 1 /src/Adapter/EntityMapper.php:71
2051
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5167 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.038 ms 10 Yes /classes/SpecificPrice.php:576
3708
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3095) AND (b.`id_shop` = 1) LIMIT 1
2.038 ms 1 /src/Adapter/EntityMapper.php:71
904
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3947 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3947 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.036 ms 0 /classes/Cart.php:1430
914
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3773) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.035 ms 1 /classes/stock/StockAvailable.php:453
3845
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3994) AND (b.`id_shop` = 1) LIMIT 1
2.030 ms 1 /src/Adapter/EntityMapper.php:71
3188
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9843)
2.029 ms 1 /classes/Product.php:3860
3641
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3629
2.017 ms 1 /classes/Product.php:2902
1747
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3852) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.016 ms 1 /classes/stock/StockAvailable.php:453
783
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3943
ORDER BY f.position ASC
2.012 ms 5 Yes /classes/Product.php:6021
3640
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3629
ORDER BY `position`
2.012 ms 1 Yes /classes/Product.php:3545
1395
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2846
ORDER BY f.position ASC
2.002 ms 5 Yes /classes/Product.php:6021
3126
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9821 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.001 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 = 4540
ORDER BY f.position ASC
1.997 ms 5 Yes /classes/Product.php:6021
3699
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3089) AND (b.`id_shop` = 1) LIMIT 1
1.991 ms 1 /src/Adapter/EntityMapper.php:71
3833
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3992) AND (b.`id_shop` = 1) LIMIT 1
1.983 ms 1 /src/Adapter/EntityMapper.php:71
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
1.974 ms 1 /src/Adapter/EntityMapper.php:71
984
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6103
AND image_shop.`cover` = 1 LIMIT 1
1.973 ms 2 /classes/Product.php:3570
3204
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9844
ORDER BY f.position ASC
1.972 ms 5 Yes /classes/Product.php:6021
3928
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2812
1.968 ms 1 /classes/Product.php:2902
2200
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3981 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3981 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.965 ms 0 /classes/Cart.php:1430
3191
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9843) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.960 ms 1 /classes/stock/StockAvailable.php:453
3959
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4241) AND (b.`id_shop` = 1) LIMIT 1
1.940 ms 1 /src/Adapter/EntityMapper.php:71
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
1.927 ms 1 /src/Adapter/EntityMapper.php:71
3504
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10627 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.927 ms 0 /classes/Cart.php:1430
2273
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4023)
1.926 ms 1 /classes/Product.php:3860
2027
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3911 LIMIT 1
1.925 ms 10 /classes/SpecificPrice.php:435
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `hgt78_hook`
1.924 ms 1185 /classes/Hook.php:1348
3679
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3230
ORDER BY `position`
1.918 ms 1 Yes /classes/Product.php:3545
1800
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3860 AND id_shop=1 LIMIT 1
1.915 ms 1 /classes/Product.php:6876
2077
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3919) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.914 ms 1 /classes/stock/StockAvailable.php:453
2151
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3927 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.904 ms 10 Yes /classes/SpecificPrice.php:576
4434
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12539
ORDER BY `position`
1.901 ms 1 Yes /classes/Product.php:3545
1965
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4718 AND id_shop=1 LIMIT 1
1.895 ms 1 /classes/Product.php:6876
3733
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3943
ORDER BY `position`
1.895 ms 1 Yes /classes/Product.php:3545
3745
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3136
ORDER BY `position`
1.893 ms 1 Yes /classes/Product.php:3545
1786
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3859
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.890 ms 0 /classes/SpecificPrice.php:259
1729
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
1.889 ms 1 /classes/Product.php:5659
1924
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4702 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4702 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.886 ms 0 /classes/Cart.php:1430
2039
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5166
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.886 ms 0 /classes/SpecificPrice.php:259
3658
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3199
ORDER BY `position`
1.881 ms 1 Yes /classes/Product.php:3545
4907
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4332) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.876 ms 1 Yes Yes /classes/Product.php:4524
3522
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12563)
1.871 ms 1 /classes/Product.php:3860
3341
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7767 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.870 ms 10 Yes /classes/SpecificPrice.php:576
3670
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3236
ORDER BY `position`
1.867 ms 1 Yes /classes/Product.php:3545
4439
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12576) AND (b.`id_shop` = 1) LIMIT 1
1.866 ms 1 /src/Adapter/EntityMapper.php:71
3457
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8979 AND `id_group` = 1 LIMIT 1
1.863 ms 0 /classes/GroupReduction.php:156
4778
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2440) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.863 ms 1 Yes Yes /classes/Product.php:4524
1666
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4490 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.860 ms 10 Yes /classes/SpecificPrice.php:576
1014
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6414) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.853 ms 1 /classes/stock/StockAvailable.php:453
575
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3230
AND image_shop.`cover` = 1 LIMIT 1
1.849 ms 1 /classes/Product.php:3570
4565
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 199 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.844 ms 13 Yes Yes /classes/Category.php:799
3950
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4236) AND (b.`id_shop` = 1) LIMIT 1
1.842 ms 1 /src/Adapter/EntityMapper.php:71
3144
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7752)
1.839 ms 1 /classes/Product.php:3860
1529
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2785
ORDER BY f.position ASC
1.836 ms 5 Yes /classes/Product.php:6021
2066
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.835 ms 1 /classes/stock/StockAvailable.php:453
2044
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5166) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.831 ms 1 /classes/stock/StockAvailable.php:453
3369
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12539 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12539 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.828 ms 0 /classes/Cart.php:1430
1473
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4029 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.818 ms 0 /classes/Cart.php:1430
3388
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12576)
1.815 ms 1 /classes/Product.php:3860
576
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
1.811 ms 1 /classes/Product.php:5659
344
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2481 LIMIT 1
1.804 ms 10 /classes/SpecificPrice.php:435
3445
SELECT SQL_NO_CACHE lower(name) as name
FROM `hgt78_hook` h
WHERE (h.active = 1)
1.802 ms 1185 /classes/Hook.php:1388
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` = 3233
AND image_shop.`cover` = 1 LIMIT 1
1.800 ms 1 /classes/Product.php:3570
1697
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4506 LIMIT 1
1.797 ms 10 /classes/SpecificPrice.php:435
2206
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3982 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.794 ms 10 Yes /classes/SpecificPrice.php:576
4875
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3957) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.792 ms 1 Yes Yes /classes/Product.php:4524
3055
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6131 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.788 ms 10 Yes /classes/SpecificPrice.php:576
2013
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5080
ORDER BY f.position ASC
1.787 ms 5 Yes /classes/Product.php:6021
3942
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4035
ORDER BY `position`
1.786 ms 1 Yes /classes/Product.php:3545
3320
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9852)
1.784 ms 1 /classes/Product.php:3860
3132
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7751 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.784 ms 10 Yes /classes/SpecificPrice.php:576
4295
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5262) AND (b.`id_shop` = 1) LIMIT 1
1.783 ms 1 /src/Adapter/EntityMapper.php:71
3138
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7751
ORDER BY f.position ASC
1.780 ms 5 Yes /classes/Product.php:6021
3741
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3944) AND (b.`id_shop` = 1) LIMIT 1
1.780 ms 1 /src/Adapter/EntityMapper.php:71
3727
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3942
ORDER BY `position`
1.780 ms 1 Yes /classes/Product.php:3545
2388
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5084
ORDER BY f.position ASC
1.777 ms 5 Yes /classes/Product.php:6021
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` = 3087)
1.776 ms 1 /classes/Product.php:3860
3166
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7753)
1.771 ms 1 /classes/Product.php:3860
2735
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9744)
1.769 ms 1 /classes/Product.php:3860
4479
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `hgt78_hook`
1.768 ms 1185 /classes/Hook.php:1348
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 = 3911
ORDER BY f.position ASC
1.764 ms 5 Yes /classes/Product.php:6021
1354
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3014 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.759 ms 10 Yes /classes/SpecificPrice.php:576
3690
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3232) AND (b.`id_shop` = 1) LIMIT 1
1.758 ms 1 /src/Adapter/EntityMapper.php:71
4281
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5108
ORDER BY `position`
1.758 ms 1 Yes /classes/Product.php:3545
3791
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6103
1.755 ms 1 /classes/Product.php:2902
955
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3853)
1.752 ms 1 /classes/Product.php:3860
906
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3773
AND image_shop.`cover` = 1 LIMIT 1
1.750 ms 1 /classes/Product.php:3570
1774
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4541 LIMIT 1
1.749 ms 10 /classes/SpecificPrice.php:435
4672
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.742 ms 73 Yes Yes /classes/Category.php:799
3378
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7782 AND `id_group` = 1 LIMIT 1
1.741 ms 0 /classes/GroupReduction.php:156
4286
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9751) AND (b.`id_shop` = 1) LIMIT 1
1.741 ms 1 /src/Adapter/EntityMapper.php:71
2621
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
1.739 ms 1 /classes/Product.php:5659
1854
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3864)
1.738 ms 1 /classes/Product.php:3860
3610
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3623
ORDER BY `position`
1.736 ms 1 Yes /classes/Product.php:3545
1804
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3860
ORDER BY f.position ASC
1.729 ms 5 Yes /classes/Product.php:6021
1728
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4508
AND image_shop.`cover` = 1 LIMIT 1
1.728 ms 1 /classes/Product.php:3570
4642
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.728 ms 7 Yes Yes /classes/Category.php:799
717
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3097
ORDER BY f.position ASC
1.727 ms 5 Yes /classes/Product.php:6021
4026
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3874
ORDER BY `position`
1.726 ms 1 Yes /classes/Product.php:3545
2386
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5084) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.726 ms 1 /classes/stock/StockAvailable.php:453
4506
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
1.722 ms 1 /classes/module/Module.php:2137
3687
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3087) AND (b.`id_shop` = 1) LIMIT 1
1.721 ms 1 /src/Adapter/EntityMapper.php:71
3586
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4694
ORDER BY `position`
1.713 ms 1 Yes /classes/Product.php:3545
3056
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6131)
1.712 ms 1 /classes/Product.php:3860
3797
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6414
1.712 ms 1 /classes/Product.php:2902
3948
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2946
ORDER BY `position`
1.710 ms 1 Yes /classes/Product.php:3545
1307
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
1.708 ms 1 /classes/Product.php:5659
766
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3134 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.707 ms 10 Yes /classes/SpecificPrice.php:576
1943
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3894 AND id_shop=1 LIMIT 1
1.707 ms 1 /classes/Product.php:6876
4305
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5323
ORDER BY `position`
1.707 ms 1 Yes /classes/Product.php:3545
1822
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4582 AND id_shop=1 LIMIT 1
1.706 ms 1 /classes/Product.php:6876
1375
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2403 LIMIT 1
1.703 ms 10 /classes/SpecificPrice.php:435
3156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9830 AND id_shop=1 LIMIT 1
1.694 ms 1 /classes/Product.php:6876
1875
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4698 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.694 ms 10 Yes /classes/SpecificPrice.php:576
3754
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3251
ORDER BY `position`
1.694 ms 1 Yes /classes/Product.php:3545
1608
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
1.692 ms 1 /classes/Product.php:5659
970
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3822 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.691 ms 0 /classes/Cart.php:1430
1600
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4238 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.688 ms 10 Yes /classes/SpecificPrice.php:576
3220
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7757 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.687 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` = 3854 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3854 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.686 ms 0 /classes/Cart.php:1430
3146
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7752 AND `id_group` = 1 LIMIT 1
1.686 ms 0 /classes/GroupReduction.php:156
3635
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2918
1.685 ms 1 /classes/Product.php:2902
990
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6103 AND id_shop=1 LIMIT 1
1.677 ms 1 /classes/Product.php:6876
3921
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2813
ORDER BY `position`
1.676 ms 1 Yes /classes/Product.php:3545
4780
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3996) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.675 ms 1 Yes Yes /classes/Product.php:4524
3071
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9792 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.674 ms 0 /classes/Cart.php:1430
950
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3853
AND image_shop.`cover` = 1 LIMIT 1
1.673 ms 1 /classes/Product.php:3570
4568
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.670 ms 14 Yes Yes /classes/Category.php:799
4308
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9769
ORDER BY `position`
1.670 ms 1 Yes /classes/Product.php:3545
2261
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3957 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.669 ms 10 Yes /classes/SpecificPrice.php:576
825
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3136 AND `id_group` = 1 LIMIT 1
1.667 ms 0 /classes/GroupReduction.php:156
4938
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9774) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.666 ms 1 Yes Yes /classes/Product.php:4524
3141
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7752 LIMIT 1
1.662 ms 10 /classes/SpecificPrice.php:435
1644
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4413 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.660 ms 10 Yes /classes/SpecificPrice.php:576
3843
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2440
ORDER BY `position`
1.659 ms 1 Yes /classes/Product.php:3545
1455
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2814 LIMIT 1
1.659 ms 10 /classes/SpecificPrice.php:435
820
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3136 LIMIT 1
1.657 ms 10 /classes/SpecificPrice.php:435
1928
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4703 LIMIT 1
1.657 ms 10 /classes/SpecificPrice.php:435
997
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6104 LIMIT 1
1.656 ms 10 /classes/SpecificPrice.php:435
4707
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3627) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.655 ms 1 Yes Yes /classes/Product.php:4524
706
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3096
ORDER BY f.position ASC
1.653 ms 5 Yes /classes/Product.php:6021
1490
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4030 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.647 ms 10 Yes /classes/SpecificPrice.php:576
4133
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3957) AND (b.`id_shop` = 1) LIMIT 1
1.643 ms 1 /src/Adapter/EntityMapper.php:71
2233
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3984 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3984 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.641 ms 0 /classes/Cart.php:1430
2403
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5085
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.641 ms 0 /classes/SpecificPrice.php:259
1726
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4507 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4507 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.640 ms 0 /classes/Cart.php:1430
2007
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5080 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.636 ms 10 Yes /classes/SpecificPrice.php:576
3815
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2442) AND (b.`id_shop` = 1) LIMIT 1
1.634 ms 1 /src/Adapter/EntityMapper.php:71
1741
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3852 LIMIT 1
1.631 ms 10 /classes/SpecificPrice.php:435
3491
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9735) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.630 ms 1 /classes/stock/StockAvailable.php:453
3499
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10627 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.628 ms 10 Yes /classes/SpecificPrice.php:576
2433
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5328
AND image_shop.`cover` = 1 LIMIT 1
1.625 ms 1 /classes/Product.php:3570
3521
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 12563 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.625 ms 11 Yes /classes/SpecificPrice.php:576
2047
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5167
AND image_shop.`cover` = 1 LIMIT 1
1.616 ms 1 /classes/Product.php:3570
2090
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5337
ORDER BY f.position ASC
1.613 ms 5 Yes /classes/Product.php:6021
884
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3772
AND image_shop.`cover` = 1 LIMIT 1
1.611 ms 1 /classes/Product.php:3570
1819
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4582
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.611 ms 0 /classes/SpecificPrice.php:259
1715
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2896 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2896 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.608 ms 0 /classes/Cart.php:1430
4549
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
1.606 ms 8 Yes Yes /classes/Category.php:799
1714
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2896) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.603 ms 1 /classes/stock/StockAvailable.php:453
3209
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9845 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.602 ms 11 Yes /classes/SpecificPrice.php:576
2008
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5080)
1.598 ms 1 /classes/Product.php:3860
3762
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3772) AND (b.`id_shop` = 1) LIMIT 1
1.598 ms 1 /src/Adapter/EntityMapper.php:71
2041
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5166)
1.597 ms 1 /classes/Product.php:3860
1584
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2946
ORDER BY f.position ASC
1.596 ms 5 Yes /classes/Product.php:6021
667
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3520 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.595 ms 10 Yes /classes/SpecificPrice.php:576
4944
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9790) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.587 ms 1 Yes Yes /classes/Product.php:4524
3947
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2946) AND (b.`id_shop` = 1) LIMIT 1
1.586 ms 1 /src/Adapter/EntityMapper.php:71
999
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6104 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.585 ms 10 Yes /classes/SpecificPrice.php:576
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` = 5166
AND image_shop.`cover` = 1 LIMIT 1
1.585 ms 1 /classes/Product.php:3570
3488
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9735)
1.585 ms 1 /classes/Product.php:3860
3517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12563
AND image_shop.`cover` = 1 LIMIT 1
1.581 ms 1 /classes/Product.php:3570
4415
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9851) AND (b.`id_shop` = 1) LIMIT 1
1.581 ms 1 /src/Adapter/EntityMapper.php:71
1758
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3854) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.580 ms 1 /classes/stock/StockAvailable.php:453
2060
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5336 LIMIT 1
1.580 ms 10 /classes/SpecificPrice.php:435
3592
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3551
ORDER BY `position`
1.580 ms 1 Yes /classes/Product.php:3545
3134
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7751 AND id_shop=1 LIMIT 1
1.579 ms 1 /classes/Product.php:6876
1440
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2815
ORDER BY f.position ASC
1.578 ms 5 Yes /classes/Product.php:6021
1735
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4508 AND `id_group` = 1 LIMIT 1
1.575 ms 0 /classes/GroupReduction.php:156
3851
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3997) AND (b.`id_shop` = 1) LIMIT 1
1.575 ms 1 /src/Adapter/EntityMapper.php:71
3808
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3015
1.572 ms 1 /classes/Product.php:2902
728
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3873
ORDER BY f.position ASC
1.571 ms 5 Yes /classes/Product.php:6021
908
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3773 LIMIT 1
1.571 ms 10 /classes/SpecificPrice.php:435
948
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3952 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.567 ms 0 /classes/Cart.php:1430
2099
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3922) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.566 ms 1 /classes/stock/StockAvailable.php:453
1485
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2813
ORDER BY f.position ASC
1.563 ms 5 Yes /classes/Product.php:6021
903
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3947) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.562 ms 1 /classes/stock/StockAvailable.php:453
958
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3853) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.562 ms 1 /classes/stock/StockAvailable.php:453
2082
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5337 LIMIT 1
1.561 ms 10 /classes/SpecificPrice.php:435
899
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3947 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.556 ms 10 Yes /classes/SpecificPrice.php:576
2178
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3979 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.554 ms 0 /classes/Cart.php:1430
3260
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9848
AND image_shop.`cover` = 1 LIMIT 1
1.554 ms 1 /classes/Product.php:3570
3381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7782
ORDER BY f.position ASC
1.550 ms 5 Yes /classes/Product.php:6021
3475
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9381
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.549 ms 0 /classes/SpecificPrice.php:259
2056
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5167 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5167 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.547 ms 0 /classes/Cart.php:1430
889
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3772)
1.546 ms 1 /classes/Product.php:3860
1692
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.545 ms 1 /classes/stock/StockAvailable.php:453
982
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6079 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6079 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.544 ms 0 /classes/Cart.php:1430
3165
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7753 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.543 ms 10 Yes /classes/SpecificPrice.php:576
831
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3945 LIMIT 1
1.542 ms 10 /classes/SpecificPrice.php:435
1777
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4541)
1.540 ms 1 /classes/Product.php:3860
3878
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2438) AND (b.`id_shop` = 1) LIMIT 1
1.538 ms 1 /src/Adapter/EntityMapper.php:71
4443
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8414
ORDER BY `position`
1.538 ms 1 Yes /classes/Product.php:3545
1923
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.538 ms 1 /classes/stock/StockAvailable.php:453
1035
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3848 AND id_shop=1 LIMIT 1
1.537 ms 1 /classes/Product.php:6876
3721
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3098
ORDER BY `position`
1.534 ms 1 Yes /classes/Product.php:3545
2088
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5337) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.533 ms 1 /classes/stock/StockAvailable.php:453
3253
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7760 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.529 ms 10 Yes /classes/SpecificPrice.php:576
705
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3096 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3096 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.527 ms 0 /classes/Cart.php:1430
4290
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5116
ORDER BY `position`
1.527 ms 1 Yes /classes/Product.php:3545
2857
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5262 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.525 ms 10 Yes /classes/SpecificPrice.php:576
1989
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.524 ms 1 /classes/stock/StockAvailable.php:453
1072
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2441
ORDER BY f.position ASC
1.521 ms 5 Yes /classes/Product.php:6021
3374
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7782
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.518 ms 0 /classes/SpecificPrice.php:259
1062
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2441
AND image_shop.`cover` = 1 LIMIT 1
1.515 ms 1 /classes/Product.php:3570
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` = 3911
AND image_shop.`cover` = 1 LIMIT 1
1.514 ms 1 /classes/Product.php:3570
653
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
1.514 ms 1 /classes/Product.php:5659
1601
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4238)
1.514 ms 1 /classes/Product.php:3860
2470
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5642 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.508 ms 10 Yes /classes/SpecificPrice.php:576
3646
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3197
ORDER BY `position`
1.508 ms 1 Yes /classes/Product.php:3545
778
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3943)
1.503 ms 1 /classes/Product.php:3860
3215
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9845
ORDER BY f.position ASC
1.502 ms 5 Yes /classes/Product.php:6021
1748
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3852 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3852 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.500 ms 0 /classes/Cart.php:1430
3601
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3552
ORDER BY `position`
1.500 ms 1 Yes /classes/Product.php:3545
3359
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10738
ORDER BY f.position ASC
1.497 ms 5 Yes /classes/Product.php:6021
1721
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4507 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.491 ms 10 Yes /classes/SpecificPrice.php:576
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
1.490 ms 1 /src/Adapter/EntityMapper.php:71
3855
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2434
ORDER BY `position`
1.486 ms 1 Yes /classes/Product.php:3545
19
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `hgt78_meta` m
LEFT JOIN `hgt78_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.485 ms 129 Yes /classes/Dispatcher.php:654
2399
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5083
ORDER BY f.position ASC
1.484 ms 5 Yes /classes/Product.php:6021
4114
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3980
1.483 ms 1 /classes/Product.php:2902
2052
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5167)
1.481 ms 1 /classes/Product.php:3860
2071
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3919 LIMIT 1
1.481 ms 10 /classes/SpecificPrice.php:435
4575
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
INNER JOIN hgt78_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `hgt78_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `hgt78_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `hgt78_category` c2 ON c2.`id_category` = 44 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.480 ms 24 Yes Yes /classes/Category.php:799
3116
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9820
ORDER BY f.position ASC
1.479 ms 5 Yes /classes/Product.php:6021
4122
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3983
ORDER BY `position`
1.478 ms 1 Yes /classes/Product.php:3545
2145
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4489 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4489 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.477 ms 0 /classes/Cart.php:1430
4472
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12563
ORDER BY `position`
1.474 ms 1 Yes /classes/Product.php:3545
3922
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2813
1.474 ms 1 /classes/Product.php:2902
2415
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4041 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.470 ms 10 Yes /classes/SpecificPrice.php:576
3734
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3943
1.470 ms 1 /classes/Product.php:2902
2110
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3923) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.468 ms 1 /classes/stock/StockAvailable.php:453
4622
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
1.465 ms 6 /src/Adapter/EntityMapper.php:79
1833
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3863 AND id_shop=1 LIMIT 1
1.463 ms 1 /classes/Product.php:6876
875
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3882 LIMIT 1
1.462 ms 10 /classes/SpecificPrice.php:435
665
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3520 LIMIT 1
1.460 ms 10 /classes/SpecificPrice.php:435
3642
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3196) AND (b.`id_shop` = 1) LIMIT 1
1.458 ms 1 /src/Adapter/EntityMapper.php:71
3830
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2702) AND (b.`id_shop` = 1) LIMIT 1
1.458 ms 1 /src/Adapter/EntityMapper.php:71
3505
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10627
ORDER BY f.position ASC
1.457 ms 5 Yes /classes/Product.php:6021
3805
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3849
1.457 ms 1 /classes/Product.php:2902
3935
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4033) AND (b.`id_shop` = 1) LIMIT 1
1.456 ms 1 /src/Adapter/EntityMapper.php:71
2011
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5080) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.455 ms 1 /classes/stock/StockAvailable.php:453
971
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3822
ORDER BY f.position ASC
1.455 ms 5 Yes /classes/Product.php:6021
3029
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6078
AND image_shop.`cover` = 1 LIMIT 1
1.454 ms 1 /classes/Product.php:3570
4559
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.453 ms 11 Yes Yes /classes/Category.php:799
3523
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 12563 AND id_shop=1 LIMIT 1
1.452 ms 1 /classes/Product.php:6876
1827
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3863
AND image_shop.`cover` = 1 LIMIT 1
1.450 ms 1 /classes/Product.php:3570
1559
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4035 AND `id_group` = 1 LIMIT 1
1.449 ms 0 /classes/GroupReduction.php:156
833
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3945 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.447 ms 10 Yes /classes/SpecificPrice.php:576
4612
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
1.445 ms 1 /src/Adapter/EntityMapper.php:71
3767
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3947
1.443 ms 1 /classes/Product.php:2902
2091
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3922
AND image_shop.`cover` = 1 LIMIT 1
1.439 ms 1 /classes/Product.php:3570
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
1.437 ms 1 /src/Adapter/EntityMapper.php:71
2420
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4041 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4041 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.436 ms 0 /classes/Cart.php:1430
3882
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4003
ORDER BY `position`
1.435 ms 1 Yes /classes/Product.php:3545
4497
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
1.435 ms 2 Yes /classes/Currency.php:694
4967
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9849) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.433 ms 1 Yes Yes /classes/Product.php:4524
3816
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2442
ORDER BY `position`
1.430 ms 1 Yes /classes/Product.php:3545
2299
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4024 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4024 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.429 ms 0 /classes/Cart.php:1430
3941
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4035) AND (b.`id_shop` = 1) LIMIT 1
1.427 ms 1 /src/Adapter/EntityMapper.php:71
3301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.426 ms 1 /classes/stock/StockAvailable.php:453
3550
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3628 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3628 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.423 ms 0 /classes/Cart.php:1430
1890
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4699) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.423 ms 1 /classes/stock/StockAvailable.php:453
3742
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3944
ORDER BY `position`
1.422 ms 1 Yes /classes/Product.php:3545
2014
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5104
AND image_shop.`cover` = 1 LIMIT 1
1.421 ms 1 /classes/Product.php:3570
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` = 3087 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.420 ms 0 /classes/Cart.php:1430
1348
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4004 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.419 ms 0 /classes/Cart.php:1430
3128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7751
AND image_shop.`cover` = 1 LIMIT 1
1.417 ms 1 /classes/Product.php:3570
2217
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3983 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.415 ms 10 Yes /classes/SpecificPrice.php:576
4163
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4011) AND (b.`id_shop` = 1) LIMIT 1
1.411 ms 1 /src/Adapter/EntityMapper.php:71
1764
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4540
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.410 ms 0 /classes/SpecificPrice.php:259
3427
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8415 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8415 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.410 ms 0 /classes/Cart.php:1430
756
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3942)
1.409 ms 1 /classes/Product.php:3860
3466
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9262)
1.409 ms 1 /classes/Product.php:3860
1794
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3860
AND image_shop.`cover` = 1 LIMIT 1
1.407 ms 1 /classes/Product.php:3570
4584
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
1.407 ms 1 /src/Adapter/EntityMapper.php:71
2295
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4024)
1.407 ms 1 /classes/Product.php:3860
2400
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5085
AND image_shop.`cover` = 1 LIMIT 1
1.406 ms 1 /classes/Product.php:3570
1653
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2731 LIMIT 1
1.405 ms 2 /classes/SpecificPrice.php:435
1868
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3874) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.399 ms 1 /classes/stock/StockAvailable.php:453
1593
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.397 ms 1 /classes/stock/StockAvailable.php:453
2080
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5337
AND image_shop.`cover` = 1 LIMIT 1
1.397 ms 4 /classes/Product.php:3570
3119
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9821 LIMIT 1
1.391 ms 10 /classes/SpecificPrice.php:435
2316
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4025 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.387 ms 10 Yes /classes/SpecificPrice.php:576
959
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3853 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3853 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.387 ms 0 /classes/Cart.php:1430
4709
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2944) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.387 ms 1 Yes Yes /classes/Product.php:4524
1671
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4490 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4490 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.386 ms 0 /classes/Cart.php:1430
3376
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7782)
1.383 ms 1 /classes/Product.php:3860
2377
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4011
ORDER BY f.position ASC
1.381 ms 5 Yes /classes/Product.php:6021
1497
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2812
AND image_shop.`cover` = 1 LIMIT 1
1.380 ms 1 /classes/Product.php:3570
1843
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4583)
1.380 ms 1 /classes/Product.php:3860
3487
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9735 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.377 ms 11 Yes /classes/SpecificPrice.php:576
1974
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4989 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.376 ms 10 Yes /classes/SpecificPrice.php:576
2272
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4023 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3575
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2502
1.372 ms 1 /classes/Product.php:2902
4296
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5262
ORDER BY `position`
1.371 ms 1 Yes /classes/Product.php:3545
4981
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8416) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.371 ms 1 Yes Yes /classes/Product.php:4524
2057
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5167
ORDER BY f.position ASC
1.370 ms 5 Yes /classes/Product.php:6021
3594
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2808) AND (b.`id_shop` = 1) LIMIT 1
1.370 ms 1 /src/Adapter/EntityMapper.php:71
4828
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3852) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.370 ms 1 Yes Yes /classes/Product.php:4524
1807
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3861 LIMIT 1
1.369 ms 10 /classes/SpecificPrice.php:435
1507
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2812
ORDER BY f.position ASC
1.368 ms 5 Yes /classes/Product.php:6021
1723
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4507 AND id_shop=1 LIMIT 1
1.368 ms 1 /classes/Product.php:6876
3752
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3881
1.366 ms 1 /classes/Product.php:2902
1836
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3863 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3863 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.366 ms 0 /classes/Cart.php:1430
1448
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4022 AND id_shop=1 LIMIT 1
1.365 ms 1 /classes/Product.php:6876
3185
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9843 LIMIT 1
1.365 ms 11 /classes/SpecificPrice.php:435
3685
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3231
ORDER BY `position`
1.362 ms 1 Yes /classes/Product.php:3545
1793
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3859
ORDER BY f.position ASC
1.362 ms 5 Yes /classes/Product.php:6021
1432
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2815 LIMIT 1
1.361 ms 10 /classes/SpecificPrice.php:435
1716
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2896
ORDER BY f.position ASC
1.358 ms 5 Yes /classes/Product.php:6021
1579
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2946)
1.354 ms 1 /classes/Product.php:3860
3460
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8979
ORDER BY f.position ASC
1.353 ms 5 Yes /classes/Product.php:6021
1660
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2731 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2731 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.352 ms 0 /classes/Cart.php:1430
3088
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6133 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.352 ms 10 Yes /classes/SpecificPrice.php:576
3151
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
1.351 ms 1 /classes/Product.php:5659
1638
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2420 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.351 ms 0 /classes/Cart.php:1430
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 = 3088
ORDER BY f.position ASC
1.349 ms 5 Yes /classes/Product.php:6021
1844
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4583 AND id_shop=1 LIMIT 1
1.348 ms 1 /classes/Product.php:6876
4829
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3854) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.348 ms 1 Yes Yes /classes/Product.php:4524
4789
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4002) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.347 ms 1 Yes Yes /classes/Product.php:4524
3493
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9735
ORDER BY f.position ASC
1.344 ms 5 Yes /classes/Product.php:6021
663
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3520
AND image_shop.`cover` = 1 LIMIT 1
1.341 ms 1 /classes/Product.php:3570
3722
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3098
1.340 ms 1 /classes/Product.php:2902
4962
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7757) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.340 ms 1 Yes Yes /classes/Product.php:4524
1975
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4989)
1.338 ms 1 /classes/Product.php:3860
2284
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3974)
1.338 ms 1 /classes/Product.php:3860
4488
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_%"
1.338 ms 1 /classes/CartRule.php:423
900
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3947)
1.337 ms 1 /classes/Product.php:3860
707
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3097
AND image_shop.`cover` = 1 LIMIT 1
1.336 ms 1 /classes/Product.php:3570
689
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3095 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.331 ms 10 Yes /classes/SpecificPrice.php:576
3589
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2419
ORDER BY `position`
1.329 ms 1 Yes /classes/Product.php:3545
744
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3133 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.329 ms 10 Yes /classes/SpecificPrice.php:576
1668
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4490 AND id_shop=1 LIMIT 1
1.327 ms 1 /classes/Product.php:6876
1941
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3894 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.326 ms 10 Yes /classes/SpecificPrice.php:576
661
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3089 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3089 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.320 ms 0 /classes/Cart.php:1430
3404
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8414
ORDER BY f.position ASC
1.319 ms 5 Yes /classes/Product.php:6021
3801
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3848
ORDER BY `position`
1.316 ms 1 Yes /classes/Product.php:3545
1952
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4704 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.314 ms 10 Yes /classes/SpecificPrice.php:576
3164
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7753
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.311 ms 0 /classes/SpecificPrice.php:259
1829
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3863 LIMIT 1
1.310 ms 10 /classes/SpecificPrice.php:435
1074
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
1.307 ms 1 /classes/Product.php:5659
4445
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12682) AND (b.`id_shop` = 1) LIMIT 1
1.307 ms 1 /src/Adapter/EntityMapper.php:71
954
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3853 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.304 ms 10 Yes /classes/SpecificPrice.php:576
3582
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2504) AND (b.`id_shop` = 1) LIMIT 1
1.304 ms 1 /src/Adapter/EntityMapper.php:71
2083
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5337
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.303 ms 0 /classes/SpecificPrice.php:259
3769
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3773
ORDER BY `position`
1.301 ms 1 Yes /classes/Product.php:3545
891
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3772 AND `id_group` = 1 LIMIT 1
1.299 ms 0 /classes/GroupReduction.php:156
2053
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5167 AND id_shop=1 LIMIT 1
1.297 ms 1 /classes/Product.php:6876
4498
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
1.297 ms 1 /src/Adapter/EntityMapper.php:71
1828
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
1.296 ms 1 /classes/Product.php:5659
3809
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2441) AND (b.`id_shop` = 1) LIMIT 1
1.294 ms 1 /src/Adapter/EntityMapper.php:71
646
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3233)
1.294 ms 1 /classes/Product.php:3860
1824
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4582) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.293 ms 1 /classes/stock/StockAvailable.php:453
1912
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4701) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.288 ms 1 /classes/stock/StockAvailable.php:453
2405
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5085)
1.288 ms 1 /classes/Product.php:3860
3956
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4239) AND (b.`id_shop` = 1) LIMIT 1
1.288 ms 1 /src/Adapter/EntityMapper.php:71
3561
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2489) AND (b.`id_shop` = 1) LIMIT 1
1.285 ms 1 /src/Adapter/EntityMapper.php:71
3462
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
1.284 ms 1 /classes/Product.php:5659
3510
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10931 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.284 ms 10 Yes /classes/SpecificPrice.php:576
1334
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4003 AND id_shop=1 LIMIT 1
1.283 ms 1 /classes/Product.php:6876
678
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3090 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.281 ms 10 Yes /classes/SpecificPrice.php:576
2089
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5337 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.281 ms 0 /classes/Cart.php:1430
2321
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4025 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4025 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.277 ms 0 /classes/Cart.php:1430
4871
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3983) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.277 ms 1 Yes Yes /classes/Product.php:4524
2123
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4488 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.276 ms 0 /classes/Cart.php:1430
3143
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7752 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.276 ms 10 Yes /classes/SpecificPrice.php:576
3358
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10738 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10738 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.276 ms 0 /classes/Cart.php:1430
1541
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4034
AND image_shop.`cover` = 1 LIMIT 1
1.272 ms 1 /classes/Product.php:3570
3979
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4492
1.272 ms 1 /classes/Product.php:2902
4969
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9851) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.271 ms 1 Yes Yes /classes/Product.php:4524
633
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3088
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.271 ms 0 /classes/SpecificPrice.php:259
3023
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9790)
1.270 ms 1 /classes/Product.php:3860
3026
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9790) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.269 ms 1 /classes/stock/StockAvailable.php:453
3975
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4491
ORDER BY `position`
1.269 ms 1 Yes /classes/Product.php:3545
4298
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9767) AND (b.`id_shop` = 1) LIMIT 1
1.269 ms 1 /src/Adapter/EntityMapper.php:71
953
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3853
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.268 ms 0 /classes/SpecificPrice.php:259
77
SELECT SQL_NO_CACHE * FROM hgt78_carrier_zone WHERE id_carrier = 282 LIMIT 1
1.268 ms 4 /modules/colissimo_simplicite/colissimo_simplicite.php:1383
1566
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3550
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.267 ms 0 /classes/SpecificPrice.php:259
1687
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4492
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.266 ms 0 /classes/SpecificPrice.php:259
2130
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3924)
1.266 ms 1 /classes/Product.php:3860
3242
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9847 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.266 ms 11 Yes /classes/SpecificPrice.php:576
4893
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5641) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.266 ms 1 Yes Yes /classes/Product.php:4524
1008
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6414 LIMIT 1
1.265 ms 10 /classes/SpecificPrice.php:435
3265
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9848)
1.265 ms 1 /classes/Product.php:3860
4826
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4507) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.264 ms 1 Yes Yes /classes/Product.php:4524
1720
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4507
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.263 ms 0 /classes/SpecificPrice.php:259
3636
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2944) AND (b.`id_shop` = 1) LIMIT 1
1.262 ms 1 /src/Adapter/EntityMapper.php:71
1635
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2420 AND id_shop=1 LIMIT 1
1.260 ms 1 /classes/Product.php:6876
2001
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.260 ms 0 /classes/Cart.php:1430
2138
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4489 LIMIT 1
1.260 ms 10 /classes/SpecificPrice.php:435
3532
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 12561 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.259 ms 16 Yes /classes/SpecificPrice.php:576
3764
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3772
1.257 ms 1 /classes/Product.php:2902
3161
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7753
AND image_shop.`cover` = 1 LIMIT 1
1.257 ms 1 /classes/Product.php:3570
2129
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3924 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.256 ms 10 Yes /classes/SpecificPrice.php:576
3811
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2441
1.254 ms 1 /classes/Product.php:2902
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
1.252 ms 1 Yes /classes/shop/Shop.php:715
4310
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9771) AND (b.`id_shop` = 1) LIMIT 1
1.251 ms 1 /src/Adapter/EntityMapper.php:71
1917
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4702 LIMIT 1
1.251 ms 10 /classes/SpecificPrice.php:435
2162
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3928 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.248 ms 10 Yes /classes/SpecificPrice.php:576
5006
SELECT SQL_NO_CACHE button1 FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
1.248 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
3181
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9842 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9842 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.247 ms 0 /classes/Cart.php:1430
3804
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3849
ORDER BY `position`
1.244 ms 1 Yes /classes/Product.php:3545
1849
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3864
AND image_shop.`cover` = 1 LIMIT 1
1.243 ms 1 /classes/Product.php:3570
3145
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7752 AND id_shop=1 LIMIT 1
1.243 ms 1 /classes/Product.php:6876
1985
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5076 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.241 ms 10 Yes /classes/SpecificPrice.php:576
683
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3090 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3090 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.237 ms 0 /classes/Cart.php:1430
4552
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.237 ms 9 Yes Yes /classes/Category.php:799
643
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3233 LIMIT 1
1.236 ms 10 /classes/SpecificPrice.php:435
2087
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5337 AND `id_group` = 1 LIMIT 1
1.235 ms 0 /classes/GroupReduction.php:156
780
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3943 AND `id_group` = 1 LIMIT 1
1.234 ms 0 /classes/GroupReduction.php:156
4409
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9849) AND (b.`id_shop` = 1) LIMIT 1
1.230 ms 1 /src/Adapter/EntityMapper.php:71
3051
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6131
AND image_shop.`cover` = 1 LIMIT 1
1.229 ms 1 /classes/Product.php:3570
3784
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3822
ORDER BY `position`
1.228 ms 1 Yes /classes/Product.php:3545
1383
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2403
ORDER BY f.position ASC
1.227 ms 5 Yes /classes/Product.php:6021
1776
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4541 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.226 ms 10 Yes /classes/SpecificPrice.php:576
2189
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3980 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3980 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.226 ms 0 /classes/Cart.php:1430
3458
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8979) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.226 ms 1 /classes/stock/StockAvailable.php:453
1769
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4540) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.223 ms 1 /classes/stock/StockAvailable.php:453
3850
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3996
1.222 ms 1 /classes/Product.php:2902
658
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3089 AND id_shop=1 LIMIT 1
1.221 ms 1 /classes/Product.php:6876
2306
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4007)
1.221 ms 1 /classes/Product.php:3860
716
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3097 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3097 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.220 ms 0 /classes/Cart.php:1430
823
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3136)
1.220 ms 1 /classes/Product.php:3860
4825
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2896) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.219 ms 1 Yes Yes /classes/Product.php:4524
3633
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2918) AND (b.`id_shop` = 1) LIMIT 1
1.218 ms 1 /src/Adapter/EntityMapper.php:71
2277
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4023 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4023 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.217 ms 0 /classes/Cart.php:1430
1480
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2813)
1.216 ms 1 /classes/Product.php:3860
3380
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7782 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7782 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.216 ms 0 /classes/Cart.php:1430
4211
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4295) AND (b.`id_shop` = 1) LIMIT 1
1.212 ms 1 /src/Adapter/EntityMapper.php:71
3625
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3625
ORDER BY `position`
1.211 ms 1 Yes /classes/Product.php:3545
4478
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3628
1.211 ms 1 /classes/Product.php:2902
4971
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9852) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.210 ms 1 Yes Yes /classes/Product.php:4524
3154
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9830 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.210 ms 11 Yes /classes/SpecificPrice.php:576
3496
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10627) AND (b.`id_shop` = 1) LIMIT 1
1.210 ms 1 /src/Adapter/EntityMapper.php:71
3104
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9819 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.209 ms 0 /classes/Cart.php:1430
2387
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5084 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5084 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.208 ms 0 /classes/Cart.php:1430
2156
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3927 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3927 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.207 ms 0 /classes/Cart.php:1430
978
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6079)
1.206 ms 1 /classes/Product.php:3860
4832
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3859) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.206 ms 1 Yes Yes /classes/Product.php:4524
4827
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4508) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.205 ms 1 Yes Yes /classes/Product.php:4524
1588
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4236
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.205 ms 0 /classes/SpecificPrice.php:259
3115
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.204 ms 0 /classes/Cart.php:1430
3963
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2420
ORDER BY `position`
1.204 ms 1 Yes /classes/Product.php:3545
4284
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9749
ORDER BY `position`
1.204 ms 1 Yes /classes/Product.php:3545
4952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.201 ms 1 Yes Yes /classes/Product.php:4524
3905
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4021) AND (b.`id_shop` = 1) LIMIT 1
1.201 ms 1 /src/Adapter/EntityMapper.php:71
2223
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3983
ORDER BY f.position ASC
1.200 ms 5 Yes /classes/Product.php:6021
3208
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9845
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.199 ms 0 /classes/SpecificPrice.php:259
4830
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4540) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.199 ms 1 Yes Yes /classes/Product.php:4524
84
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Bien-etre'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
1.196 ms 7 /classes/Category.php:1500
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` = 4540 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4540 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.196 ms 0 /classes/Cart.php:1430
4570
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 200 AND `id_shop` = 1
1.196 ms 6 /src/Adapter/EntityMapper.php:79
1905
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
1.195 ms 1 /classes/Product.php:5659
2141
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4489)
1.195 ms 1 /classes/Product.php:3860
4942
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9789) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.195 ms 1 Yes Yes /classes/Product.php:4524
4834
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3861) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.193 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` = 3087 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.189 ms 10 Yes /classes/SpecificPrice.php:576
3917
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4029) AND (b.`id_shop` = 1) LIMIT 1
1.187 ms 1 /src/Adapter/EntityMapper.php:71
1990
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5076 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5076 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.186 ms 0 /classes/Cart.php:1430
2000
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.186 ms 1 /classes/stock/StockAvailable.php:453
1898
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4700)
1.185 ms 1 /classes/Product.php:3860
2022
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.185 ms 1 /classes/stock/StockAvailable.php:453
1452
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4022
ORDER BY f.position ASC
1.184 ms 5 Yes /classes/Product.php:6021
1825
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4582 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4582 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.182 ms 0 /classes/Cart.php:1430
1946
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3894 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3894 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.179 ms 0 /classes/Cart.php:1430
1997
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5077)
1.179 ms 1 /classes/Product.php:3860
4157
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4009) AND (b.`id_shop` = 1) LIMIT 1
1.177 ms 1 /src/Adapter/EntityMapper.php:71
3812
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3985) AND (b.`id_shop` = 1) LIMIT 1
1.174 ms 1 /src/Adapter/EntityMapper.php:71
3660
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3200) AND (b.`id_shop` = 1) LIMIT 1
1.173 ms 1 /src/Adapter/EntityMapper.php:71
4546
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.170 ms 15 Yes Yes /classes/Category.php:799
672
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3520 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3520 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.168 ms 0 /classes/Cart.php:1430
727
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3873 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3873 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.168 ms 0 /classes/Cart.php:1430
750
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3133
ORDER BY f.position ASC
1.167 ms 5 Yes /classes/Product.php:6021
3073
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9794
AND image_shop.`cover` = 1 LIMIT 1
1.167 ms 1 /classes/Product.php:3570
3743
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3944
1.167 ms 1 /classes/Product.php:2902
722
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3873 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.166 ms 10 Yes /classes/SpecificPrice.php:576
4984
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9381) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.162 ms 1 Yes Yes /classes/Product.php:4524
4461
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9381
ORDER BY `position`
1.162 ms 1 Yes /classes/Product.php:3545
1514
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4032 AND id_shop=1 LIMIT 1
1.161 ms 1 /classes/Product.php:6876
3573
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2502) AND (b.`id_shop` = 1) LIMIT 1
1.160 ms 1 /src/Adapter/EntityMapper.php:71
4289
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5116) AND (b.`id_shop` = 1) LIMIT 1
1.160 ms 1 /src/Adapter/EntityMapper.php:71
3915
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2814
ORDER BY `position`
1.160 ms 1 Yes /classes/Product.php:3545
3506
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10931
AND image_shop.`cover` = 1 LIMIT 1
1.159 ms 1 /classes/Product.php:3570
3829
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3990
1.159 ms 1 /classes/Product.php:2902
4412
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9850) AND (b.`id_shop` = 1) LIMIT 1
1.159 ms 1 /src/Adapter/EntityMapper.php:71
3682
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2972
ORDER BY `position`
1.156 ms 1 Yes /classes/Product.php:3545
3776
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3820
1.156 ms 1 /classes/Product.php:2902
4428
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7767
ORDER BY `position`
1.156 ms 1 Yes /classes/Product.php:3545
2100
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3922 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3922 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.155 ms 0 /classes/Cart.php:1430
340
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2890 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2890 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.155 ms 0 /classes/Cart.php:1430
3148
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7752 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7752 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.155 ms 0 /classes/Cart.php:1430
4831
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4541) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.155 ms 1 Yes Yes /classes/Product.php:4524
656
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3089 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
1857
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3864) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.153 ms 1 /classes/stock/StockAvailable.php:453
3672
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3228) AND (b.`id_shop` = 1) LIMIT 1
1.152 ms 1 /src/Adapter/EntityMapper.php:71
1046
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3849 AND id_shop=1 LIMIT 1
1.150 ms 1 /classes/Product.php:6876
2073
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3919 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.149 ms 10 Yes /classes/SpecificPrice.php:576
4140
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3974
ORDER BY `position`
1.149 ms 1 Yes /classes/Product.php:3545
3545
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3628 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.148 ms 10 Yes /classes/SpecificPrice.php:576
3171
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7753
ORDER BY f.position ASC
1.147 ms 5 Yes /classes/Product.php:6021
638
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.145 ms 1 /classes/stock/StockAvailable.php:453
2134
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3924 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3924 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.145 ms 0 /classes/Cart.php:1430
3775
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3820
ORDER BY `position`
1.144 ms 1 Yes /classes/Product.php:3545
777
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3943 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.144 ms 10 Yes /classes/SpecificPrice.php:576
1869
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3874 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3874 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.143 ms 0 /classes/Cart.php:1430
2552
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4295 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4295 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.143 ms 0 /classes/Cart.php:1430
3707
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3090
1.143 ms 1 /classes/Product.php:2902
3840
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3993
ORDER BY `position`
1.143 ms 1 Yes /classes/Product.php:3545
745
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3133)
1.142 ms 1 /classes/Product.php:3860
3747
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3945) AND (b.`id_shop` = 1) LIMIT 1
1.142 ms 1 /src/Adapter/EntityMapper.php:71
3827
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3990) AND (b.`id_shop` = 1) LIMIT 1
1.137 ms 1 /src/Adapter/EntityMapper.php:71
3772
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3818
ORDER BY `position`
1.136 ms 1 Yes /classes/Product.php:3545
762
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3134
AND image_shop.`cover` = 1 LIMIT 1
1.134 ms 1 /classes/Product.php:3570
1954
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4704 AND id_shop=1 LIMIT 1
1.133 ms 1 /classes/Product.php:6876
2095
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3922 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.132 ms 10 Yes /classes/SpecificPrice.php:576
2404
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5085 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.131 ms 10 Yes /classes/SpecificPrice.php:576
3249
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7760
AND image_shop.`cover` = 1 LIMIT 1
1.131 ms 1 /classes/Product.php:3570
3799
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6655
ORDER BY `position`
1.129 ms 1 Yes /classes/Product.php:3545
3846
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3994
ORDER BY `position`
1.126 ms 1 Yes /classes/Product.php:3545
4720
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3236) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.125 ms 1 Yes Yes /classes/Product.php:4524
3904
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2816
1.120 ms 1 /classes/Product.php:2902
4791
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4003) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.120 ms 1 Yes Yes /classes/Product.php:4524
3459
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8979 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.119 ms 0 /classes/Cart.php:1430
685
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3095
AND image_shop.`cover` = 1 LIMIT 1
1.117 ms 1 /classes/Product.php:3570
4933
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9769) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.117 ms 1 Yes Yes /classes/Product.php:4524
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` = 3911)
1.116 ms 1 /classes/Product.php:3860
2448
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5352 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.115 ms 10 Yes /classes/SpecificPrice.php:576
3554
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2595
1.112 ms 1 /classes/Product.php:2902
3634
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2918
ORDER BY `position`
1.109 ms 1 Yes /classes/Product.php:3545
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` = 3088 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3088 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.107 ms 0 /classes/Cart.php:1430
4759
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6079) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.107 ms 1 Yes Yes /classes/Product.php:4524
4474
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12561) AND (b.`id_shop` = 1) LIMIT 1
1.106 ms 1 /src/Adapter/EntityMapper.php:71
1463
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2814
ORDER BY f.position ASC
1.105 ms 5 Yes /classes/Product.php:6021
2058
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5336
AND image_shop.`cover` = 1 LIMIT 1
1.105 ms 2 /classes/Product.php:3570
3621
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2555) AND (b.`id_shop` = 1) LIMIT 1
1.104 ms 1 /src/Adapter/EntityMapper.php:71
3375
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7782 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.103 ms 10 Yes /classes/SpecificPrice.php:576
3627
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3626) AND (b.`id_shop` = 1) LIMIT 1
1.103 ms 1 /src/Adapter/EntityMapper.php:71
772
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3134
ORDER BY f.position ASC
1.102 ms 5 Yes /classes/Product.php:6021
4710
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3629) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.102 ms 1 Yes Yes /classes/Product.php:4524
4446
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12682
ORDER BY `position`
1.101 ms 2 Yes /classes/Product.php:3545
2133
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3924) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.100 ms 1 /classes/stock/StockAvailable.php:453
4793
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.100 ms 1 Yes Yes /classes/Product.php:4524
4934
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9771) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.100 ms 1 Yes Yes /classes/Product.php:4524
1894
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
1.099 ms 1 /classes/Product.php:5659
977
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6079 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3079
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9794 AND id_shop=1 LIMIT 1
1.098 ms 1 /classes/Product.php:6876
3547
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3628 AND id_shop=1 LIMIT 1
1.098 ms 1 /classes/Product.php:6876
2239
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3940 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.097 ms 10 Yes /classes/SpecificPrice.php:576
905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3947
ORDER BY f.position ASC
1.096 ms 5 Yes /classes/Product.php:6021
3824
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3988) AND (b.`id_shop` = 1) LIMIT 1
1.095 ms 1 /src/Adapter/EntityMapper.php:71
4781
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3997) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.095 ms 1 Yes Yes /classes/Product.php:4524
4613
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1
1.093 ms 6 /src/Adapter/EntityMapper.php:79
1858
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3864 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3864 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.092 ms 0 /classes/Cart.php:1430
3901
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2817
1.092 ms 1 /classes/Product.php:2902
4774
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2702) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.092 ms 1 Yes Yes /classes/Product.php:4524
4835
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4582) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.092 ms 1 Yes Yes /classes/Product.php:4524
1574
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2946
AND image_shop.`cover` = 1 LIMIT 1
1.091 ms 1 /classes/Product.php:3570
1658
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2731 AND `id_group` = 1 LIMIT 1
1.091 ms 0 /classes/GroupReduction.php:156
2118
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4488 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.091 ms 10 Yes /classes/SpecificPrice.php:576
3326
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10517
AND image_shop.`cover` = 1 LIMIT 1
1.090 ms 1 /classes/Product.php:3570
1479
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2813 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.090 ms 10 Yes /classes/SpecificPrice.php:576
3113
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9820 AND `id_group` = 1 LIMIT 1
1.088 ms 0 /classes/GroupReduction.php:156
3753
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3251) AND (b.`id_shop` = 1) LIMIT 1
1.088 ms 1 /src/Adapter/EntityMapper.php:71
2254
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3956) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.087 ms 1 /classes/stock/StockAvailable.php:453
3630
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3627) AND (b.`id_shop` = 1) LIMIT 1
1.087 ms 1 /src/Adapter/EntityMapper.php:71
3825
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3988
ORDER BY `position`
1.087 ms 1 Yes /classes/Product.php:3545
3360
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12539
AND image_shop.`cover` = 1 LIMIT 1
1.085 ms 1 /classes/Product.php:3570
964
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3822
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.083 ms 1 /classes/SpecificPrice.php:259
4113
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3980
ORDER BY `position`
1.083 ms 1 Yes /classes/Product.php:3545
2459
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5641 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.082 ms 10 Yes /classes/SpecificPrice.php:576
31
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
1.081 ms 6 /classes/Language.php:883
1478
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2813
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.081 ms 0 /classes/SpecificPrice.php:259
2002
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5077
ORDER BY f.position ASC
1.081 ms 5 Yes /classes/Product.php:6021
4433
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12539) AND (b.`id_shop` = 1) LIMIT 1
1.081 ms 1 /src/Adapter/EntityMapper.php:71
1569
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3550 AND id_shop=1 LIMIT 1
1.079 ms 1 /classes/Product.php:6876
1818
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4582 LIMIT 1
1.077 ms 10 /classes/SpecificPrice.php:435
4481
SELECT SQL_NO_CACHE name, alias FROM `hgt78_hook_alias`
1.077 ms 88 /classes/Hook.php:342
1411
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2816 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.076 ms 10 Yes /classes/SpecificPrice.php:576
822
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3136 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
4824
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4506) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.075 ms 1 Yes Yes /classes/Product.php:4524
2112
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3923
ORDER BY f.position ASC
1.074 ms 5 Yes /classes/Product.php:6021
1920
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4702)
1.073 ms 1 /classes/Product.php:3860
3671
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3236
1.073 ms 1 /classes/Product.php:2902
3796
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6414
ORDER BY `position`
1.071 ms 1 Yes /classes/Product.php:3545
4935
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9772) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.070 ms 1 Yes Yes /classes/Product.php:4524
2354
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4009 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4009 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.068 ms 0 /classes/Cart.php:1430
3044
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9791 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.068 ms 11 Yes /classes/SpecificPrice.php:576
680
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3090 AND id_shop=1 LIMIT 1
1.067 ms 1 /classes/Product.php:6876
3062
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9792
AND image_shop.`cover` = 1 LIMIT 1
1.067 ms 1 /classes/Product.php:3570
3392
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12576 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12576 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.065 ms 0 /classes/Cart.php:1430
2790
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9747 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.064 ms 11 Yes /classes/SpecificPrice.php:576
3254
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7760)
1.064 ms 1 /classes/Product.php:3860
2076
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3919 AND `id_group` = 1 LIMIT 1
1.062 ms 0 /classes/GroupReduction.php:156
1066
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2441 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.061 ms 10 Yes /classes/SpecificPrice.php:576
1675
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4491 LIMIT 1
1.060 ms 10 /classes/SpecificPrice.php:435
2173
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3979 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.060 ms 10 Yes /classes/SpecificPrice.php:576
2327
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4008 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.060 ms 10 Yes /classes/SpecificPrice.php:576
1678
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4491)
1.059 ms 1 /classes/Product.php:3860
1840
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4583 LIMIT 1
1.059 ms 10 /classes/SpecificPrice.php:435
1799
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3860)
1.059 ms 1 /classes/Product.php:3860
1863
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3874
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.059 ms 0 /classes/SpecificPrice.php:259
1522
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2785
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.057 ms 0 /classes/SpecificPrice.php:259
3127
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9821
ORDER BY f.position ASC
1.057 ms 5 Yes /classes/Product.php:6021
3964
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2420
1.057 ms 1 /classes/Product.php:2902
712
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3097)
1.054 ms 1 /classes/Product.php:3860
1423
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4021 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.054 ms 10 Yes /classes/SpecificPrice.php:576
3859
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3998
1.053 ms 1 /classes/Product.php:2902
1865
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3874)
1.052 ms 1 /classes/Product.php:3860
1742
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3852
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.052 ms 0 /classes/SpecificPrice.php:259
2046
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5166
ORDER BY f.position ASC
1.052 ms 5 Yes /classes/Product.php:6021
3367
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 12539 AND `id_group` = 1 LIMIT 1
1.051 ms 0 /classes/GroupReduction.php:156
1855
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3864 AND id_shop=1 LIMIT 1
1.050 ms 1 /classes/Product.php:6876
2037
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
1.050 ms 1 /classes/Product.php:5659
3872
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2400) AND (b.`id_shop` = 1) LIMIT 1
1.050 ms 1 /src/Adapter/EntityMapper.php:71
1996
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5077 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.049 ms 10 Yes /classes/SpecificPrice.php:576
645
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3233 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.048 ms 10 Yes /classes/SpecificPrice.php:576
4908
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8969) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.048 ms 1 Yes Yes /classes/Product.php:4524
3719
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3873
1.047 ms 1 /classes/Product.php:2902
1902
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4700 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4700 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.047 ms 0 /classes/Cart.php:1430
1549
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4034) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.044 ms 1 /classes/stock/StockAvailable.php:453
2437
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5328 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.044 ms 10 Yes /classes/SpecificPrice.php:576
33
SELECT SQL_NO_CACHE *
FROM `hgt78_currency_lang`
WHERE `id_currency` = 1
1.043 ms 6 /src/Adapter/EntityMapper.php:79
3849
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3996
ORDER BY `position`
1.043 ms 1 Yes /classes/Product.php:3545
1790
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3859 AND `id_group` = 1 LIMIT 1
1.042 ms 0 /classes/GroupReduction.php:156
2164
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3928 AND id_shop=1 LIMIT 1
1.042 ms 1 /classes/Product.php:6876
2360
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4010 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.041 ms 10 Yes /classes/SpecificPrice.php:576
943
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3952 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.040 ms 10 Yes /classes/SpecificPrice.php:576
1820
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4582 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.040 ms 10 Yes /classes/SpecificPrice.php:576
2646
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8970 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.040 ms 17 Yes /classes/SpecificPrice.php:576
291
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3552 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.039 ms 10 Yes /classes/SpecificPrice.php:576
3099
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9819 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.039 ms 10 Yes /classes/SpecificPrice.php:576
3159
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.039 ms 0 /classes/Cart.php:1430
4929
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5262) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.038 ms 1 Yes Yes /classes/Product.php:4524
145
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2489 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.037 ms 10 Yes /classes/SpecificPrice.php:576
2393
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5083 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.037 ms 10 Yes /classes/SpecificPrice.php:576
1552
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4035
AND image_shop.`cover` = 1 LIMIT 1
1.036 ms 1 /classes/Product.php:3570
3515
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10931 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10931 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.036 ms 0 /classes/Cart.php:1430
4484
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
1.036 ms 1 /classes/Cart.php:4255
1288
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4001 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.035 ms 10 Yes /classes/SpecificPrice.php:576
1010
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6414 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.034 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` = 3992 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.034 ms 10 Yes /classes/SpecificPrice.php:576
1846
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4583) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.033 ms 1 /classes/stock/StockAvailable.php:453
3951
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4236
ORDER BY `position`
1.033 ms 1 Yes /classes/Product.php:3545
4448
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8415) AND (b.`id_shop` = 1) LIMIT 1
1.033 ms 1 /src/Adapter/EntityMapper.php:71
1782
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4541
ORDER BY f.position ASC
1.033 ms 5 Yes /classes/Product.php:6021
2074
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3919)
1.033 ms 1 /classes/Product.php:3860
2120
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4488 AND id_shop=1 LIMIT 1
1.032 ms 1 /classes/Product.php:6876
2294
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4024 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
3732
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3943) AND (b.`id_shop` = 1) LIMIT 1
1.031 ms 1 /src/Adapter/EntityMapper.php:71
1393
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2846) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.030 ms 1 /classes/stock/StockAvailable.php:453
1750
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3854
AND image_shop.`cover` = 1 LIMIT 1
1.030 ms 1 /classes/Product.php:3570
927
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3818
ORDER BY f.position ASC
1.029 ms 5 Yes /classes/Product.php:6021
2170
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
1.029 ms 1 /classes/Product.php:5659
4682
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2478) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.029 ms 1 Yes Yes /classes/Product.php:4524
784
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3878
AND image_shop.`cover` = 1 LIMIT 1
1.027 ms 1 /classes/Product.php:3570
2185
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3980)
1.027 ms 1 /classes/Product.php:3860
1139
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3990
ORDER BY f.position ASC
1.026 ms 5 Yes /classes/Product.php:6021
224
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2504 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.026 ms 10 Yes /classes/SpecificPrice.php:576
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
1.025 ms 118 /classes/module/Module.php:346
2218
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3983)
1.025 ms 1 /classes/Product.php:3860
2305
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4007 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.025 ms 10 Yes /classes/SpecificPrice.php:576
3221
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7757)
1.025 ms 1 /classes/Product.php:3860
3715
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3097
ORDER BY `position`
1.025 ms 1 Yes /classes/Product.php:3545
3888
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3014
ORDER BY `position`
1.025 ms 1 Yes /classes/Product.php:3545
3048
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9791) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.024 ms 1 /classes/stock/StockAvailable.php:453
3098
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9819
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.024 ms 0 /classes/SpecificPrice.php:259
755
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3942 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.023 ms 10 Yes /classes/SpecificPrice.php:576
4020
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4583
ORDER BY `position`
1.023 ms 2 Yes /classes/Product.php:3545
4562
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
1.023 ms 12 Yes Yes /classes/Category.php:799
4147
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4007
1.022 ms 1 /classes/Product.php:2902
1831
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3863 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.022 ms 10 Yes /classes/SpecificPrice.php:576
345
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2481
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.021 ms 0 /classes/SpecificPrice.php:259
910
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3773 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.018 ms 10 Yes /classes/SpecificPrice.php:576
3110
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.018 ms 10 Yes /classes/SpecificPrice.php:576
3675
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3229) AND (b.`id_shop` = 1) LIMIT 1
1.018 ms 1 /src/Adapter/EntityMapper.php:71
1458
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2814)
1.017 ms 1 /classes/Product.php:3860
4127
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3940) AND (b.`id_shop` = 1) LIMIT 1
1.017 ms 1 /src/Adapter/EntityMapper.php:71
1622
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4241 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.017 ms 10 Yes /classes/SpecificPrice.php:576
4833
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3860) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.015 ms 1 Yes Yes /classes/Product.php:4524
2069
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3919
AND image_shop.`cover` = 1 LIMIT 1
1.015 ms 1 /classes/Product.php:3570
2167
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3928 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3928 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.014 ms 0 /classes/Cart.php:1430
4843
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4701) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.014 ms 1 Yes Yes /classes/Product.php:4524
4721
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3228) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.013 ms 1 Yes Yes /classes/Product.php:4524
3930
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4032
ORDER BY `position`
1.011 ms 1 Yes /classes/Product.php:3545
3270
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9848
ORDER BY f.position ASC
1.011 ms 5 Yes /classes/Product.php:6021
1352
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3014 LIMIT 1
1.009 ms 10 /classes/SpecificPrice.php:435
1594
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4236 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4236 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.009 ms 0 /classes/Cart.php:1430
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` = 5104 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.009 ms 0 /classes/Cart.php:1430
2085
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5337)
1.008 ms 1 /classes/Product.php:3860
1699
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4506 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.007 ms 10 Yes /classes/SpecificPrice.php:576
2734
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9744 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.007 ms 11 Yes /classes/SpecificPrice.php:576
1937
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3894
AND image_shop.`cover` = 1 LIMIT 1
1.007 ms 1 /classes/Product.php:3570
2289
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3974
ORDER BY f.position ASC
1.004 ms 5 Yes /classes/Product.php:6021
339
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2890) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.003 ms 1 /classes/stock/StockAvailable.php:453
4894
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5642) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.003 ms 1 Yes Yes /classes/Product.php:4524
60
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_accounts" LIMIT 1
1.002 ms 1 /src/Adapter/Module/ModuleDataProvider.php:257
2845
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9752 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.000 ms 11 Yes /classes/SpecificPrice.php:576
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` = 3993 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.000 ms 10 Yes /classes/SpecificPrice.php:576
3022
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9790 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.998 ms 11 Yes /classes/SpecificPrice.php:576
3476
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9381 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.998 ms 10 Yes /classes/SpecificPrice.php:576
3779
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3952
0.998 ms 1 /classes/Product.php:2902
4025
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3874) AND (b.`id_shop` = 1) LIMIT 1
0.998 ms 1 /src/Adapter/EntityMapper.php:71
4416
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9851
ORDER BY `position`
0.998 ms 1 Yes /classes/Product.php:3545
4130
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3956) AND (b.`id_shop` = 1) LIMIT 1
0.996 ms 1 /src/Adapter/EntityMapper.php:71
652
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3089
AND image_shop.`cover` = 1 LIMIT 1
0.996 ms 1 /classes/Product.php:3570
1991
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5076
ORDER BY f.position ASC
0.995 ms 5 Yes /classes/Product.php:6021
1244
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3998 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.994 ms 10 Yes /classes/SpecificPrice.php:576
761
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3942
ORDER BY f.position ASC
0.993 ms 5 Yes /classes/Product.php:6021
1255
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3999 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.993 ms 10 Yes /classes/SpecificPrice.php:576
4823
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4492) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.993 ms 1 Yes Yes /classes/Product.php:4524
3121
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9821 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.992 ms 10 Yes /classes/SpecificPrice.php:576
4951
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.991 ms 1 Yes Yes /classes/Product.php:4524
886
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3772 LIMIT 1
0.989 ms 10 /classes/SpecificPrice.php:435
3756
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3946) AND (b.`id_shop` = 1) LIMIT 1
0.989 ms 1 /src/Adapter/EntityMapper.php:71
133
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3019 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.986 ms 10 Yes /classes/SpecificPrice.php:576
1077
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3985 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.986 ms 10 Yes /classes/SpecificPrice.php:576
2213
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3983
AND image_shop.`cover` = 1 LIMIT 1
0.985 ms 1 /classes/Product.php:3570
2580
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8946 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.985 ms 16 Yes /classes/SpecificPrice.php:576
2084
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5337 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.984 ms 10 Yes /classes/SpecificPrice.php:576
855
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3251 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
4840
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4698) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.983 ms 1 Yes Yes /classes/Product.php:4524
1900
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4700 AND `id_group` = 1 LIMIT 1
0.981 ms 0 /classes/GroupReduction.php:156
4558
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.981 ms 10 Yes Yes /classes/Category.php:799
280
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2479 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.980 ms 10 Yes /classes/SpecificPrice.php:576
3465
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9262 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.980 ms 10 Yes /classes/SpecificPrice.php:576
3936
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4033
ORDER BY `position`
0.980 ms 1 Yes /classes/Product.php:3545
1211
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3996 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.979 ms 10 Yes /classes/SpecificPrice.php:576
1321
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2438 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.978 ms 10 Yes /classes/SpecificPrice.php:576
4115
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3981) AND (b.`id_shop` = 1) LIMIT 1
0.978 ms 1 /src/Adapter/EntityMapper.php:71
939
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3952
AND image_shop.`cover` = 1 LIMIT 1
0.977 ms 1 /classes/Product.php:3570
2834
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5116 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.977 ms 10 Yes /classes/SpecificPrice.php:576
3560
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3019
0.977 ms 1 /classes/Product.php:2902
2244
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3940 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3940 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.976 ms 0 /classes/Cart.php:1430
3968
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2731) AND (b.`id_shop` = 1) LIMIT 1
0.974 ms 1 /src/Adapter/EntityMapper.php:71
3192
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9843 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9843 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.973 ms 0 /classes/Cart.php:1430
771
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3134 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.973 ms 0 /classes/Cart.php:1430
2839
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5116 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5116 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.973 ms 0 /classes/Cart.php:1430
1567
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3550 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.972 ms 10 Yes /classes/SpecificPrice.php:576
3000
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9789 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.972 ms 11 Yes /classes/SpecificPrice.php:576
2180
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3980
AND image_shop.`cover` = 1 LIMIT 1
0.971 ms 1 /classes/Product.php:3570
4927
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5116) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.971 ms 1 Yes Yes /classes/Product.php:4524
4424
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10517) AND (b.`id_shop` = 1) LIMIT 1
0.970 ms 1 /src/Adapter/EntityMapper.php:71
879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3882 AND id_shop=1 LIMIT 1
0.970 ms 1 /classes/Product.php:6876
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.969 ms 1 /classes/PrestaShopCollection.php:383
324
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3623 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.969 ms 10 Yes /classes/SpecificPrice.php:576
3130
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7751 LIMIT 1
0.969 ms 10 /classes/SpecificPrice.php:435
4818
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.969 ms 1 Yes Yes /classes/Product.php:4524
651
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3233
ORDER BY f.position ASC
0.969 ms 5 Yes /classes/Product.php:6021
4786
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4000) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.969 ms 1 Yes Yes /classes/Product.php:4524
1233
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2434 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.968 ms 10 Yes /classes/SpecificPrice.php:576
3730
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3134
ORDER BY `position`
0.968 ms 1 Yes /classes/Product.php:3545
3157
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9830 AND `id_group` = 1 LIMIT 1
0.967 ms 0 /classes/GroupReduction.php:156
679
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3090)
0.966 ms 1 /classes/Product.php:3860
1545
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4034 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.965 ms 10 Yes /classes/SpecificPrice.php:576
3923
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4030) AND (b.`id_shop` = 1) LIMIT 1
0.965 ms 1 /src/Adapter/EntityMapper.php:71
413
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2918 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.964 ms 10 Yes /classes/SpecificPrice.php:576
1835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3863) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.962 ms 1 /classes/stock/StockAvailable.php:453
1951
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4704
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.962 ms 0 /classes/SpecificPrice.php:259
4812
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3550) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.962 ms 1 Yes Yes /classes/Product.php:4524
1710
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2896 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.961 ms 10 Yes /classes/SpecificPrice.php:576
1809
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3861 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.961 ms 10 Yes /classes/SpecificPrice.php:576
2328
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4008)
0.961 ms 1 /classes/Product.php:3860
3364
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 12539 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.961 ms 9 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` = 3994 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.960 ms 10 Yes /classes/SpecificPrice.php:576
1649
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4413 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4413 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.960 ms 0 /classes/Cart.php:1430
3501
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10627 AND id_shop=1 LIMIT 1
0.960 ms 1 /classes/Product.php:6876
2416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4041)
0.960 ms 1 /classes/Product.php:3860
3982
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4506
0.959 ms 1 /classes/Product.php:2902
4792
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4004) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.959 ms 1 Yes Yes /classes/Product.php:4524
61
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.959 ms 0 /classes/module/Module.php:2664
157
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2475 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.958 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` = 4540 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.958 ms 10 Yes /classes/SpecificPrice.php:576
1901
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4700) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.958 ms 1 /classes/stock/StockAvailable.php:453
1918
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4702
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.957 ms 0 /classes/SpecificPrice.php:259
2426
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5101 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.956 ms 10 Yes /classes/SpecificPrice.php:576
3422
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8415 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.956 ms 10 Yes /classes/SpecificPrice.php:576
3711
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3096) AND (b.`id_shop` = 1) LIMIT 1
0.956 ms 1 /src/Adapter/EntityMapper.php:71
3676
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3229
ORDER BY `position`
0.955 ms 1 Yes /classes/Product.php:3545
4313
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9772) AND (b.`id_shop` = 1) LIMIT 1
0.954 ms 1 /src/Adapter/EntityMapper.php:71
4487
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.954 ms 29 /classes/CartRule.php:357
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` = 2730 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.953 ms 10 Yes /classes/SpecificPrice.php:576
1400
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2817 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.953 ms 10 Yes /classes/SpecificPrice.php:576
1956
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4704) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.952 ms 1 /classes/stock/StockAvailable.php:453
2195
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3981 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.952 ms 10 Yes /classes/SpecificPrice.php:576
921
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3818 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.951 ms 10 Yes /classes/SpecificPrice.php:576
2064
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5336 AND id_shop=1 LIMIT 1
0.951 ms 1 /classes/Product.php:6876
2525
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6134 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.950 ms 10 Yes /classes/SpecificPrice.php:576
4417
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9851
0.950 ms 1 /classes/Product.php:2902
4307
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9769) AND (b.`id_shop` = 1) LIMIT 1
0.950 ms 1 /src/Adapter/EntityMapper.php:71
4631
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.950 ms 1 /src/Adapter/EntityMapper.php:71
1266
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2432 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.949 ms 10 Yes /classes/SpecificPrice.php:576
928
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3820
AND image_shop.`cover` = 1 LIMIT 1
0.949 ms 1 /classes/Product.php:3570
3264
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9848 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.948 ms 11 Yes /classes/SpecificPrice.php:576
930
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3820 LIMIT 1
0.948 ms 10 /classes/SpecificPrice.php:435
4902
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8429) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.948 ms 1 Yes Yes /classes/Product.php:4524
2063
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5336)
0.947 ms 1 /classes/Product.php:3860
2989
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6076 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.946 ms 10 Yes /classes/SpecificPrice.php:576
3953
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4238) AND (b.`id_shop` = 1) LIMIT 1
0.946 ms 1 /src/Adapter/EntityMapper.php:71
2481
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6023 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.945 ms 10 Yes /classes/SpecificPrice.php:576
1078
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3985)
0.945 ms 1 /classes/Product.php:3860
1745
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3852 AND id_shop=1 LIMIT 1
0.945 ms 1 /classes/Product.php:6876
2541
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6135 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6135 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.944 ms 0 /classes/Cart.php:1430
3040
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9791
AND image_shop.`cover` = 1 LIMIT 1
0.944 ms 1 /classes/Product.php:3570
63
SELECT SQL_NO_CACHE * FROM `hgt78_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.943 ms 8 Yes /classes/ImageType.php:109
3773
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3818
0.941 ms 1 /classes/Product.php:2902
3766
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3947
ORDER BY `position`
0.941 ms 1 Yes /classes/Product.php:3545
642
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.940 ms 1 /classes/Product.php:5659
819
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.940 ms 1 /classes/Product.php:5659
3330
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10517 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.940 ms 11 Yes /classes/SpecificPrice.php:576
3275
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9849 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.940 ms 11 Yes /classes/SpecificPrice.php:576
4983
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9262) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.940 ms 1 Yes Yes /classes/Product.php:4524
650
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3233 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3233 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.938 ms 0 /classes/Cart.php:1430
3120
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9821
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.937 ms 0 /classes/SpecificPrice.php:259
346
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2481 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
3603
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2889) AND (b.`id_shop` = 1) LIMIT 1
0.936 ms 1 /src/Adapter/EntityMapper.php:71
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 = 5104
ORDER BY f.position ASC
0.935 ms 5 Yes /classes/Product.php:6021
4987
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10931) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.935 ms 1 Yes Yes /classes/Product.php:4524
2106
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3923 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.934 ms 10 Yes /classes/SpecificPrice.php:576
2322
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4025
ORDER BY f.position ASC
0.934 ms 5 Yes /classes/Product.php:6021
3583
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2504
ORDER BY `position`
0.934 ms 1 Yes /classes/Product.php:3545
671
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3520) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.933 ms 1 /classes/stock/StockAvailable.php:453
3790
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6103
ORDER BY `position`
0.933 ms 2 Yes /classes/Product.php:3545
4839
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3874) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.933 ms 1 Yes Yes /classes/Product.php:4524
4841
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4699) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.933 ms 1 Yes Yes /classes/Product.php:4524
1743
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3852 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.932 ms 10 Yes /classes/SpecificPrice.php:576
4916
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9742) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.931 ms 1 Yes Yes /classes/Product.php:4524
3500
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10627)
0.930 ms 1 /classes/Product.php:3860
4822
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4491) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.930 ms 1 Yes Yes /classes/Product.php:4524
313
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2480 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.929 ms 10 Yes /classes/SpecificPrice.php:576
4722
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3229) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.929 ms 1 Yes Yes /classes/Product.php:4524
1441
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4022
AND image_shop.`cover` = 1 LIMIT 1
0.927 ms 1 /classes/Product.php:3570
1939
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3894 LIMIT 1
0.927 ms 10 /classes/SpecificPrice.php:435
897
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3947 LIMIT 1
0.926 ms 10 /classes/SpecificPrice.php:435
2581
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8946)
0.926 ms 1 /classes/Product.php:3860
3297
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9851 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.925 ms 11 Yes /classes/SpecificPrice.php:576
923
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3818 AND id_shop=1 LIMIT 1
0.924 ms 1 /classes/Product.php:6876
2690
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9723 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.924 ms 11 Yes /classes/SpecificPrice.php:576
4804
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2813) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.923 ms 1 Yes Yes /classes/Product.php:4524
2285
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3974 AND id_shop=1 LIMIT 1
0.921 ms 1 /classes/Product.php:6876
2569
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4296 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.921 ms 10 Yes /classes/SpecificPrice.php:576
3867
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4000
ORDER BY `position`
0.920 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` = 2440 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.920 ms 10 Yes /classes/SpecificPrice.php:576
3319
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9852 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.919 ms 11 Yes /classes/SpecificPrice.php:576
68
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM hgt78_required_field
0.919 ms 2 /classes/ObjectModel.php:1592
937
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.919 ms 0 /classes/Cart.php:1430
424
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2944 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.918 ms 10 Yes /classes/SpecificPrice.php:576
3639
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3629) AND (b.`id_shop` = 1) LIMIT 1
0.918 ms 1 /src/Adapter/EntityMapper.php:71
4471
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12563) AND (b.`id_shop` = 1) LIMIT 1
0.917 ms 1 /src/Adapter/EntityMapper.php:71
379
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3625 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.917 ms 10 Yes /classes/SpecificPrice.php:576
2050
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5167
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.917 ms 0 /classes/SpecificPrice.php:259
3898
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2846
0.915 ms 1 /classes/Product.php:2902
535
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3227 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.914 ms 10 Yes /classes/SpecificPrice.php:576
2492
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6024 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.914 ms 10 Yes /classes/SpecificPrice.php:576
2122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.914 ms 1 /classes/stock/StockAvailable.php:453
3631
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3627
ORDER BY `position`
0.914 ms 1 Yes /classes/Product.php:3545
357
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3624 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.913 ms 10 Yes /classes/SpecificPrice.php:576
335
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2890 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.913 ms 10 Yes /classes/SpecificPrice.php:576
1055
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3015 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.913 ms 10 Yes /classes/SpecificPrice.php:576
3308
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 7765 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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 3 Yes /classes/SpecificPrice.php:576
3540
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 0 LIMIT 1
0.912 ms 0 /classes/Category.php:1378
866
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3946 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.912 ms 10 Yes /classes/SpecificPrice.php:576
1627
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4241 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4241 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.912 ms 0 /classes/Cart.php:1430
1688
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4492 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.912 ms 10 Yes /classes/SpecificPrice.php:576
2757
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9745 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.912 ms 11 Yes /classes/SpecificPrice.php:576
699
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3096
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.911 ms 0 /classes/SpecificPrice.php:259
2075
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3919 AND id_shop=1 LIMIT 1
0.910 ms 1 /classes/Product.php:6876
4961
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9845) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.910 ms 1 Yes Yes /classes/Product.php:4524
269
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2808 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.909 ms 10 Yes /classes/SpecificPrice.php:576
932
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.908 ms 10 Yes /classes/SpecificPrice.php:576
4932
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5323) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.908 ms 1 Yes Yes /classes/Product.php:4524
1906
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4701 LIMIT 1
0.907 ms 10 /classes/SpecificPrice.php:435
2547
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4295 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.906 ms 10 Yes /classes/SpecificPrice.php:576
4169
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5083) AND (b.`id_shop` = 1) LIMIT 1
0.906 ms 1 /src/Adapter/EntityMapper.php:71
4854
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3911) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.906 ms 1 Yes Yes /classes/Product.php:4524
435
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3629 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.905 ms 10 Yes /classes/SpecificPrice.php:576
2124
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4488
ORDER BY f.position ASC
0.905 ms 5 Yes /classes/Product.php:6021
4776
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2730) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.905 ms 1 Yes Yes /classes/Product.php:4524
2602
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8948 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.903 ms 9 Yes /classes/SpecificPrice.php:576
3089
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6133)
0.903 ms 1 /classes/Product.php:3860
368
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2555 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1332
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4003 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.902 ms 10 Yes /classes/SpecificPrice.php:576
2343
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4026 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4026 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.902 ms 0 /classes/Cart.php:1430
3813
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3985
ORDER BY `position`
0.901 ms 1 Yes /classes/Product.php:3545
1780
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4541) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.900 ms 1 /classes/stock/StockAvailable.php:453
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` = 3911 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3911 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.900 ms 0 /classes/Cart.php:1430
3818
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3986) AND (b.`id_shop` = 1) LIMIT 1
0.900 ms 1 /src/Adapter/EntityMapper.php:71
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.899 ms 1 /src/Adapter/EntityMapper.php:71
4385
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9843) AND (b.`id_shop` = 1) LIMIT 1
0.899 ms 1 /src/Adapter/EntityMapper.php:71
348
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2481 AND id_shop=1 LIMIT 1
0.898 ms 1 /classes/Product.php:6876
4173
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5085
ORDER BY `position`
0.897 ms 1 Yes /classes/Product.php:3545
938
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3820
ORDER BY f.position ASC
0.897 ms 5 Yes /classes/Product.php:6021
2125
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3924
AND image_shop.`cover` = 1 LIMIT 1
0.897 ms 1 /classes/Product.php:3570
2503
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4247 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.897 ms 10 Yes /classes/SpecificPrice.php:576
4028
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4698) AND (b.`id_shop` = 1) LIMIT 1
0.897 ms 1 /src/Adapter/EntityMapper.php:71
4413
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9850
ORDER BY `position`
0.897 ms 1 Yes /classes/Product.php:3545
4442
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8414) AND (b.`id_shop` = 1) LIMIT 1
0.897 ms 1 /src/Adapter/EntityMapper.php:71
660
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3089) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.896 ms 1 /classes/stock/StockAvailable.php:453
3972
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4490
ORDER BY `position`
0.896 ms 1 Yes /classes/Product.php:3545
2116
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4488 LIMIT 1
0.895 ms 10 /classes/SpecificPrice.php:435
2514
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6105 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.895 ms 10 Yes /classes/SpecificPrice.php:576
3206
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.894 ms 1 /classes/Product.php:5659
3084
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6133
AND image_shop.`cover` = 1 LIMIT 1
0.891 ms 1 /classes/Product.php:3570
3387
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 12576 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.891 ms 9 Yes /classes/SpecificPrice.php:576
673
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3520
ORDER BY f.position ASC
0.890 ms 5 Yes /classes/Product.php:6021
2668
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4335 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.890 ms 10 Yes /classes/SpecificPrice.php:576
4913
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9721) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.889 ms 1 Yes Yes /classes/Product.php:4524
4842
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4700) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.888 ms 1 Yes Yes /classes/Product.php:4524
2040
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5166 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.888 ms 10 Yes /classes/SpecificPrice.php:576
3461
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9262
AND image_shop.`cover` = 1 LIMIT 1
0.888 ms 1 /classes/Product.php:3570
4787
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4001) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.888 ms 1 Yes Yes /classes/Product.php:4524
401
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3627 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.887 ms 10 Yes /classes/SpecificPrice.php:576
3481
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9381 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9381 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.887 ms 0 /classes/Cart.php:1430
1732
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4508 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.886 ms 10 Yes /classes/SpecificPrice.php:576
2068
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5336
ORDER BY f.position ASC
0.886 ms 5 Yes /classes/Product.php:6021
2032
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3911 AND `id_group` = 1 LIMIT 1
0.885 ms 0 /classes/GroupReduction.php:156
2613
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4332 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.884 ms 10 Yes /classes/SpecificPrice.php:576
1932
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4703 AND id_shop=1 LIMIT 1
0.883 ms 1 /classes/Product.php:6876
2228
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3984 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.883 ms 10 Yes /classes/SpecificPrice.php:576
1222
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3997 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.883 ms 10 Yes /classes/SpecificPrice.php:576
4711
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3196) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.883 ms 1 Yes Yes /classes/Product.php:4524
1740
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.882 ms 1 /classes/Product.php:5659
2624
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8969 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.882 ms 17 Yes /classes/SpecificPrice.php:576
390
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3626 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.881 ms 10 Yes /classes/SpecificPrice.php:576
2751
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.881 ms 0 /classes/Cart.php:1430
3077
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9794 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.881 ms 11 Yes /classes/SpecificPrice.php:576
1044
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3849 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.880 ms 10 Yes /classes/SpecificPrice.php:576
1709
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2896
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.880 ms 0 /classes/SpecificPrice.php:259
3567
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4691) AND (b.`id_shop` = 1) LIMIT 1
0.880 ms 1 /src/Adapter/EntityMapper.php:71
3910
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2815
0.879 ms 1 /classes/Product.php:2902
4283
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9749) AND (b.`id_shop` = 1) LIMIT 1
0.879 ms 1 /src/Adapter/EntityMapper.php:71
1983
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5076 LIMIT 1
0.877 ms 10 /classes/SpecificPrice.php:435
2558
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8429 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.877 ms 10 Yes /classes/SpecificPrice.php:576
3909
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2815
ORDER BY `position`
0.877 ms 1 Yes /classes/Product.php:3545
3147
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7752) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.876 ms 1 /classes/stock/StockAvailable.php:453
606
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3231 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.876 ms 0 /classes/Cart.php:1430
2679
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9721 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.876 ms 11 Yes /classes/SpecificPrice.php:576
3103
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9819) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.874 ms 1 /classes/stock/StockAvailable.php:453
3605
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2889
0.874 ms 1 /classes/Product.php:2902
3187
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9843 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.873 ms 11 Yes /classes/SpecificPrice.php:576
4319
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5623) AND (b.`id_shop` = 1) LIMIT 1
0.873 ms 1 /src/Adapter/EntityMapper.php:71
3647
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3197
0.872 ms 1 /classes/Product.php:2902
3789
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6103) AND (b.`id_shop` = 1) LIMIT 1
0.872 ms 1 /src/Adapter/EntityMapper.php:71
1639
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2420
ORDER BY f.position ASC
0.871 ms 5 Yes /classes/Product.php:6021
2469
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5642
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.871 ms 0 /classes/SpecificPrice.php:259
2854
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1
0.871 ms 1 /classes/Product.php:5659
2382
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5084 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.870 ms 10 Yes /classes/SpecificPrice.php:576
4936
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.870 ms 1 Yes Yes /classes/Product.php:4524
2349
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4009 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
989
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6103)
0.868 ms 1 /classes/Product.php:3860
2081
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.868 ms 1 /classes/Product.php:5659
2536
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 6135 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.868 ms 10 Yes /classes/SpecificPrice.php:576
4486
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.868 ms 5 /classes/CartRule.php:423
647
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3233 AND id_shop=1 LIMIT 1
0.867 ms 1 /classes/Product.php:6876
4845
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4703) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.867 ms 1 Yes Yes /classes/Product.php:4524
4158
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4009
ORDER BY `position`
0.866 ms 1 Yes /classes/Product.php:3545
568
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3229 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.865 ms 10 Yes /classes/SpecificPrice.php:576
1897
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4700 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.865 ms 10 Yes /classes/SpecificPrice.php:576
2211
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3982 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3982 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.865 ms 0 /classes/Cart.php:1430
698
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3096 LIMIT 1
0.864 ms 10 /classes/SpecificPrice.php:435
2442
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5328 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.864 ms 0 /classes/Cart.php:1430
4903
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4296) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.864 ms 1 Yes Yes /classes/Product.php:4524
4145
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4007) AND (b.`id_shop` = 1) LIMIT 1
0.863 ms 1 /src/Adapter/EntityMapper.php:71
3552
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2595) AND (b.`id_shop` = 1) LIMIT 1
0.862 ms 1 /src/Adapter/EntityMapper.php:71
4788
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2400) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.862 ms 1 Yes Yes /classes/Product.php:4524
87
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.862 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
122
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2478 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
4714
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3198) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.861 ms 1 Yes Yes /classes/Product.php:4524
3150
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9830
AND image_shop.`cover` = 1 LIMIT 1
0.861 ms 1 /classes/Product.php:3570
3224
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7757) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.860 ms 1 /classes/stock/StockAvailable.php:453
4277
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9747) AND (b.`id_shop` = 1) LIMIT 1
0.860 ms 1 /src/Adapter/EntityMapper.php:71
302
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2889 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.859 ms 10 Yes /classes/SpecificPrice.php:576
342
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2481
AND image_shop.`cover` = 1 LIMIT 1
0.859 ms 1 /classes/Product.php:3570
3037
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6078) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.859 ms 1 /classes/stock/StockAvailable.php:453
3974
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4491) AND (b.`id_shop` = 1) LIMIT 1
0.859 ms 1 /src/Adapter/EntityMapper.php:71
1969
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4718
ORDER BY f.position ASC
0.858 ms 5 Yes /classes/Product.php:6021
3470
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.857 ms 0 /classes/Cart.php:1430
4735
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3097) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.857 ms 1 Yes Yes /classes/Product.php:4524
2338
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4026 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1781
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4541 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4541 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.856 ms 0 /classes/Cart.php:1430
2184
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3980 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.856 ms 10 Yes /classes/SpecificPrice.php:576
2657
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9264 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.853 ms 10 Yes /classes/SpecificPrice.php:576
4970
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7765) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.853 ms 1 Yes Yes /classes/Product.php:4524
844
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3881 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.852 ms 10 Yes /classes/SpecificPrice.php:576
1816
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4582
AND image_shop.`cover` = 1 LIMIT 1
0.851 ms 3 /classes/Product.php:3570
2635
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4333 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.851 ms 10 Yes /classes/SpecificPrice.php:576
3353
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 10738 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.851 ms 10 Yes /classes/SpecificPrice.php:576
2465
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5641
ORDER BY f.position ASC
0.850 ms 5 Yes /classes/Product.php:6021
3410
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 12682 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.850 ms 14 Yes /classes/SpecificPrice.php:576
4316
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9773) AND (b.`id_shop` = 1) LIMIT 1
0.850 ms 1 /src/Adapter/EntityMapper.php:71
4914
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9723) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.850 ms 1 Yes Yes /classes/Product.php:4524
3927
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2812
ORDER BY `position`
0.849 ms 1 Yes /classes/Product.php:3545
4509
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.849 ms 1 Yes /classes/CMS.php:151
3962
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2420) AND (b.`id_shop` = 1) LIMIT 1
0.848 ms 1 /src/Adapter/EntityMapper.php:71
4838
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3864) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.848 ms 1 Yes Yes /classes/Product.php:4524
4844
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4702) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.848 ms 1 Yes Yes /classes/Product.php:4524
595
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2972 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2972 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
4418
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7765) AND (b.`id_shop` = 1) LIMIT 1
0.847 ms 1 /src/Adapter/EntityMapper.php:71
3043
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9791
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.847 ms 0 /classes/SpecificPrice.php:259
4736
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3873) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.847 ms 1 Yes Yes /classes/Product.php:4524
3957
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4239
ORDER BY `position`
0.846 ms 1 Yes /classes/Product.php:3545
4740
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3134) 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
4430
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10738) AND (b.`id_shop` = 1) LIMIT 1
0.844 ms 1 /src/Adapter/EntityMapper.php:71
23
SELECT SQL_NO_CACHE * FROM `hgt78_currency` c ORDER BY `iso_code` ASC
0.843 ms 2 Yes /classes/Currency.php:709
4743
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3135) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.843 ms 1 Yes Yes /classes/Product.php:4524
3720
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3098) AND (b.`id_shop` = 1) LIMIT 1
0.841 ms 1 /src/Adapter/EntityMapper.php:71
4648
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
0.841 ms 6 /src/Adapter/EntityMapper.php:79
2823
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9751 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.841 ms 11 Yes /classes/SpecificPrice.php:576
4704
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2555) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.840 ms 1 Yes Yes /classes/Product.php:4524
662
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3089
ORDER BY f.position ASC
0.840 ms 5 Yes /classes/Product.php:6021
967
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3822 AND id_shop=1 LIMIT 1
0.840 ms 1 /classes/Product.php:6876
4500
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.840 ms 1 /src/Adapter/EntityMapper.php:71
557
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3228 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.839 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` = 3854 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.838 ms 10 Yes /classes/SpecificPrice.php:576
1964
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4718)
0.837 ms 1 /classes/Product.php:3860
2591
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8947 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.837 ms 11 Yes /classes/SpecificPrice.php:576
3954
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4238
ORDER BY `position`
0.837 ms 1 Yes /classes/Product.php:3545
1629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2420
AND image_shop.`cover` = 1 LIMIT 1
0.835 ms 1 /classes/Product.php:3570
4813
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.835 ms 1 Yes Yes /classes/Product.php:4524
1847
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4583 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4583 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.834 ms 0 /classes/Cart.php:1430
2078
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3919 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3919 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.834 ms 0 /classes/Cart.php:1430
4801
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4022) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.834 ms 1 Yes Yes /classes/Product.php:4524
4909
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4333) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.834 ms 1 Yes Yes /classes/Product.php:4524
3587
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4694
0.833 ms 1 /classes/Product.php:2902
1913
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4701 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4701 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.832 ms 0 /classes/Cart.php:1430
828
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3136
ORDER BY f.position ASC
0.830 ms 5 Yes /classes/Product.php:6021
2111
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3923 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3923 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.828 ms 0 /classes/Cart.php:1430
3231
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9846 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.828 ms 10 Yes /classes/SpecificPrice.php:576
3613
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2890
ORDER BY `position`
0.828 ms 1 Yes /classes/Product.php:3545
3970
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2731
0.827 ms 1 /classes/Product.php:2902
4744
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3944) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.827 ms 1 Yes Yes /classes/Product.php:4524
47
SELECT SQL_NO_CACHE state FROM hgt78_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.826 ms 1 /classes/FeatureFlag.php:105
2477
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6023
AND image_shop.`cover` = 1 LIMIT 1
0.826 ms 1 /classes/Product.php:3570
3579
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2594) AND (b.`id_shop` = 1) LIMIT 1
0.826 ms 1 /src/Adapter/EntityMapper.php:71
4853
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5104) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.826 ms 1 Yes Yes /classes/Product.php:4524
2193
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3981 LIMIT 1
0.825 ms 10 /classes/SpecificPrice.php:435
1962
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4718
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.825 ms 0 /classes/SpecificPrice.php:259
4465
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9735
0.825 ms 1 /classes/Product.php:2902
1966
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4718 AND `id_group` = 1 LIMIT 1
0.824 ms 0 /classes/GroupReduction.php:156
734
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3098)
0.823 ms 1 /classes/Product.php:3860
1884
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4699 LIMIT 1
0.823 ms 10 /classes/SpecificPrice.php:435
3076
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9794
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.823 ms 0 /classes/SpecificPrice.php:259
1611
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4239 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.822 ms 10 Yes /classes/SpecificPrice.php:576
3706
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3090
ORDER BY `position`
0.821 ms 1 Yes /classes/Product.php:3545
726
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3873) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.820 ms 1 /classes/stock/StockAvailable.php:453
2355
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4009
ORDER BY f.position ASC
0.820 ms 5 Yes /classes/Product.php:6021
4947
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6131) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.820 ms 1 Yes Yes /classes/Product.php:4524
1934
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4703) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.818 ms 1 /classes/stock/StockAvailable.php:453
4805
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4030) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.818 ms 1 Yes Yes /classes/Product.php:4524
62
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.817 ms 0 /classes/module/Module.php:2137
782
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3943 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3943 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.817 ms 0 /classes/Cart.php:1430
3768
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3773) AND (b.`id_shop` = 1) LIMIT 1
0.817 ms 1 /src/Adapter/EntityMapper.php:71
4394
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7757) AND (b.`id_shop` = 1) LIMIT 1
0.816 ms 1 /src/Adapter/EntityMapper.php:71
3092
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.815 ms 1 /classes/stock/StockAvailable.php:453
4896
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6024) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.815 ms 1 Yes Yes /classes/Product.php:4524
1457
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2814 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.815 ms 10 Yes /classes/SpecificPrice.php:576
3853
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3997
0.815 ms 1 /classes/Product.php:2902
4959
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9843) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.815 ms 1 Yes Yes /classes/Product.php:4524
3093
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6133 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.814 ms 0 /classes/Cart.php:1430
837
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.814 ms 1 /classes/stock/StockAvailable.php:453
2585
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.814 ms 0 /classes/Cart.php:1430
3464
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9262
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.814 ms 0 /classes/SpecificPrice.php:259
4821
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4490) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.814 ms 1 Yes Yes /classes/Product.php:4524
4954
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7751) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.814 ms 1 Yes Yes /classes/Product.php:4524
2280
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.813 ms 1 /classes/Product.php:5659
3725
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3133
0.813 ms 1 /classes/Product.php:2902
1528
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2785 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2785 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.811 ms 0 /classes/Cart.php:1430
2049
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5167 LIMIT 1
0.811 ms 10 /classes/SpecificPrice.php:435
2795
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9747 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.811 ms 0 /classes/Cart.php:1430
3214
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9845 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9845 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.811 ms 0 /classes/Cart.php:1430
4785
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2432) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.811 ms 1 Yes Yes /classes/Product.php:4524
3696
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3233) AND (b.`id_shop` = 1) LIMIT 1
0.810 ms 1 /src/Adapter/EntityMapper.php:71
4586
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.810 ms 1 /src/Adapter/EntityMapper.php:71
4855
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5166) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.810 ms 1 Yes Yes /classes/Product.php:4524
2422
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5101
AND image_shop.`cover` = 1 LIMIT 1
0.808 ms 1 /classes/Product.php:3570
3225
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7757 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7757 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.808 ms 0 /classes/Cart.php:1430
4724
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2972) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.808 ms 1 Yes Yes /classes/Product.php:4524
3771
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3818) AND (b.`id_shop` = 1) LIMIT 1
0.807 ms 1 /src/Adapter/EntityMapper.php:71
1343
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4004 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.806 ms 10 Yes /classes/SpecificPrice.php:576
2055
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5167) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.806 ms 1 /classes/stock/StockAvailable.php:453
4367
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9821) AND (b.`id_shop` = 1) LIMIT 1
0.806 ms 1 /src/Adapter/EntityMapper.php:71
4449
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8415
ORDER BY `position`
0.805 ms 1 Yes /classes/Product.php:3545
2250
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3956 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.804 ms 10 Yes /classes/SpecificPrice.php:576
1979
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4989 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4989 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.804 ms 0 /classes/Cart.php:1430
2005
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5080 LIMIT 1
0.803 ms 10 /classes/SpecificPrice.php:435
3615
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2481) AND (b.`id_shop` = 1) LIMIT 1
0.803 ms 1 /src/Adapter/EntityMapper.php:71
3761
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3882
0.803 ms 1 /classes/Product.php:2902
3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3992
0.803 ms 1 /classes/Product.php:2902
4352
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9792) AND (b.`id_shop` = 1) LIMIT 1
0.802 ms 1 /src/Adapter/EntityMapper.php:71
1963
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4718 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.801 ms 10 Yes /classes/SpecificPrice.php:576
4609
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 262 AND `id_shop` = 1
0.800 ms 6 /src/Adapter/EntityMapper.php:79
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.799 ms 118 /classes/module/Module.php:346
893
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3772 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3772 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
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` = 3232)
0.798 ms 1 /classes/Product.php:3860
3291
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9850 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9850 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.798 ms 0 /classes/Cart.php:1430
3854
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2434) AND (b.`id_shop` = 1) LIMIT 1
0.798 ms 1 /src/Adapter/EntityMapper.php:71
4940
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9788) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.798 ms 1 Yes Yes /classes/Product.php:4524
657
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3089)
0.797 ms 1 /classes/Product.php:3860
150
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2489 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2489 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.796 ms 0 /classes/Cart.php:1430
1394
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2846 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2846 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.796 ms 0 /classes/Cart.php:1430
4937
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.796 ms 1 Yes Yes /classes/Product.php:4524
102
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2595 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.795 ms 10 Yes /classes/SpecificPrice.php:576
3061
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6131
ORDER BY f.position ASC
0.795 ms 5 Yes /classes/Product.php:6021
3606
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2480) AND (b.`id_shop` = 1) LIMIT 1
0.795 ms 1 /src/Adapter/EntityMapper.php:71
4067
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5104) AND (b.`id_shop` = 1) LIMIT 1
0.795 ms 1 /src/Adapter/EntityMapper.php:71
4958
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9842) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.795 ms 1 Yes Yes /classes/Product.php:4524
1027
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6655 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6655 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
3911
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4022) AND (b.`id_shop` = 1) LIMIT 1
0.794 ms 1 /src/Adapter/EntityMapper.php:71
4653
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.794 ms 1 /src/Adapter/EntityMapper.php:71
4884
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4010) 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
1852
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3864
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.793 ms 0 /classes/SpecificPrice.php:259
341
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2890
ORDER BY f.position ASC
0.793 ms 5 Yes /classes/Product.php:6021
3966
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4413
ORDER BY `position`
0.793 ms 1 Yes /classes/Product.php:3545
4615
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1
0.793 ms 6 /src/Adapter/EntityMapper.php:79
1004
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6104 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.792 ms 0 /classes/Cart.php:1430
1015
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6414 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6414 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.792 ms 0 /classes/Cart.php:1430
2673
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4335 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.792 ms 0 /classes/Cart.php:1430
4325
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5896) AND (b.`id_shop` = 1) LIMIT 1
0.792 ms 1 /src/Adapter/EntityMapper.php:71
4553
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.792 ms 1 /src/Adapter/EntityMapper.php:71
2279
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3974
AND image_shop.`cover` = 1 LIMIT 1
0.792 ms 1 /classes/Product.php:3570
3526
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12563 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12563 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.791 ms 0 /classes/Cart.php:1430
4304
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5323) AND (b.`id_shop` = 1) LIMIT 1
0.791 ms 1 /src/Adapter/EntityMapper.php:71
3709
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3095
ORDER BY `position`
0.791 ms 1 Yes /classes/Product.php:3545
2202
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3982
AND image_shop.`cover` = 1 LIMIT 1
0.790 ms 1 /classes/Product.php:3570
4510
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.790 ms 1 /src/Adapter/EntityMapper.php:71
4730
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3089) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.790 ms 1 Yes Yes /classes/Product.php:4524
4747
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3881) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.789 ms 1 Yes Yes /classes/Product.php:4524
2332
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4008 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4008 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
4172
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5085) AND (b.`id_shop` = 1) LIMIT 1
0.789 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.788 ms 1 /classes/ObjectModel.php:1729
690
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3095)
0.786 ms 1 /classes/Product.php:3860
2101
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3922
ORDER BY f.position ASC
0.786 ms 5 Yes /classes/Product.php:6021
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` = 3232
AND image_shop.`cover` = 1 LIMIT 1
0.785 ms 1 /classes/Product.php:3570
4073
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5166) AND (b.`id_shop` = 1) LIMIT 1
0.785 ms 1 /src/Adapter/EntityMapper.php:71
3798
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6655) AND (b.`id_shop` = 1) LIMIT 1
0.784 ms 1 /src/Adapter/EntityMapper.php:71
3806
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3015) AND (b.`id_shop` = 1) LIMIT 1
0.784 ms 1 /src/Adapter/EntityMapper.php:71
3313
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7765 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7765 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
4745
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3136) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.783 ms 1 Yes Yes /classes/Product.php:4524
2026
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.782 ms 1 /classes/Product.php:5659
296
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3552 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3552 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.782 ms 0 /classes/Cart.php:1430
213
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2594 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.781 ms 10 Yes /classes/SpecificPrice.php:576
262
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3551 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.781 ms 0 /classes/Cart.php:1430
2410
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5085
ORDER BY f.position ASC
0.781 ms 5 Yes /classes/Product.php:6021
4004
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3859) AND (b.`id_shop` = 1) LIMIT 1
0.781 ms 1 /src/Adapter/EntityMapper.php:71
4739
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3942) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.780 ms 1 Yes Yes /classes/Product.php:4524
4019
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4583) AND (b.`id_shop` = 1) LIMIT 1
0.780 ms 1 /src/Adapter/EntityMapper.php:71
429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2944 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2944 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.779 ms 0 /classes/Cart.php:1430
4899
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.779 ms 1 Yes Yes /classes/Product.php:4524
4705
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.778 ms 1 Yes Yes /classes/Product.php:4524
2464
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5641 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5641 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.778 ms 0 /classes/Cart.php:1430
4143
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4024
ORDER BY `position`
0.778 ms 2 Yes /classes/Product.php:3545
1071
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2441 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2441 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.777 ms 0 /classes/Cart.php:1430
2212
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3982
ORDER BY f.position ASC
0.777 ms 5 Yes /classes/Product.php:6021
3139
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7752
AND image_shop.`cover` = 1 LIMIT 1
0.777 ms 1 /classes/Product.php:3570
3566
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2475
0.776 ms 1 /classes/Product.php:2902
2339
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4026)
0.775 ms 1 /classes/Product.php:3860
3075
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9794 LIMIT 1
0.775 ms 11 /classes/SpecificPrice.php:435
3780
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3853) AND (b.`id_shop` = 1) LIMIT 1
0.774 ms 1 /src/Adapter/EntityMapper.php:71
3578
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4692
0.773 ms 1 /classes/Product.php:2902
4734
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3096) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.773 ms 1 Yes Yes /classes/Product.php:4524
524
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3235 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.772 ms 10 Yes /classes/SpecificPrice.php:576
1650
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4413
ORDER BY f.position ASC
0.772 ms 5 Yes /classes/Product.php:6021
2983
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9788 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9788 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.771 ms 0 /classes/Cart.php:1430
1304
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2400 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2400 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.771 ms 0 /classes/Cart.php:1430
1659
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2731) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.769 ms 1 /classes/stock/StockAvailable.php:453
4016
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3863) AND (b.`id_shop` = 1) LIMIT 1
0.769 ms 1 /src/Adapter/EntityMapper.php:71
4737
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3098) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.769 ms 1 Yes Yes /classes/Product.php:4524
4986
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10627) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.769 ms 1 Yes Yes /classes/Product.php:4524
4144
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4024
0.768 ms 1 /classes/Product.php:2902
4421
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9852) AND (b.`id_shop` = 1) LIMIT 1
0.768 ms 1 /src/Adapter/EntityMapper.php:71
4731
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3520) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.768 ms 1 Yes Yes /classes/Product.php:4524
584
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3230 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3230 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.767 ms 0 /classes/Cart.php:1430
738
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3098 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3098 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
1903
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4700
ORDER BY f.position ASC
0.767 ms 5 Yes /classes/Product.php:6021
2107
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3923)
0.767 ms 1 /classes/Product.php:3860
4783
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3998) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.766 ms 1 Yes Yes /classes/Product.php:4524
4768
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3985) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.766 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` = 3993 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3993 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.765 ms 0 /classes/Cart.php:1430
3201
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9844 AND `id_group` = 1 LIMIT 1
0.765 ms 0 /classes/GroupReduction.php:156
4475
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12561
ORDER BY `position`
0.765 ms 2 Yes /classes/Product.php:3545
684
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3090
ORDER BY f.position ASC
0.764 ms 5 Yes /classes/Product.php:6021
4895
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6023) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.764 ms 1 Yes Yes /classes/Product.php:4524
681
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3090 AND `id_group` = 1 LIMIT 1
0.764 ms 0 /classes/GroupReduction.php:156
3823
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3987
0.764 ms 1 /classes/Product.php:2902
2817
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9749 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9749 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.763 ms 0 /classes/Cart.php:1430
805
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3135
ORDER BY f.position ASC
0.762 ms 5 Yes /classes/Product.php:6021
4492
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.762 ms 2 /classes/Currency.php:1136
4620
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.762 ms 1 /src/Adapter/EntityMapper.php:71
4794
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2398) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.762 ms 1 Yes Yes /classes/Product.php:4524
4328
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9788) AND (b.`id_shop` = 1) LIMIT 1
0.761 ms 1 /src/Adapter/EntityMapper.php:71
4154
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4026) AND (b.`id_shop` = 1) LIMIT 1
0.760 ms 1 /src/Adapter/EntityMapper.php:71
2159
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.760 ms 1 /classes/Product.php:5659
1434
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2815 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.759 ms 10 Yes /classes/SpecificPrice.php:576
915
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3773 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3773 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
3124
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9821 AND `id_group` = 1 LIMIT 1
0.758 ms 0 /classes/GroupReduction.php:156
1682
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4491 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.757 ms 0 /classes/Cart.php:1430
2374
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4011 AND `id_group` = 1 LIMIT 1
0.757 ms 0 /classes/GroupReduction.php:156
285
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2479 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2479 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.756 ms 0 /classes/Cart.php:1430
4742
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3878) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.756 ms 1 Yes Yes /classes/Product.php:4524
3227
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9846
AND image_shop.`cover` = 1 LIMIT 1
0.756 ms 1 /classes/Product.php:3570
720
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3873 LIMIT 1
0.755 ms 10 /classes/SpecificPrice.php:435
838
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3945 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3945 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.755 ms 0 /classes/Cart.php:1430
1416
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2816 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2816 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.755 ms 0 /classes/Cart.php:1430
4507
SELECT SQL_NO_CACHE `width`, `height`
FROM hgt78_image_type
WHERE `name` = 'small_default' LIMIT 1
0.755 ms 1 /classes/Image.php:563
573
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3229 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.753 ms 0 /classes/Cart.php:1430
4633
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.753 ms 1 /src/Adapter/EntityMapper.php:71
4820
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2731) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.753 ms 1 Yes Yes /classes/Product.php:4524
2928
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9772 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9772 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.752 ms 0 /classes/Cart.php:1430
3576
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4692) AND (b.`id_shop` = 1) LIMIT 1
0.752 ms 1 /src/Adapter/EntityMapper.php:71
2033
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3911) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.751 ms 1 /classes/stock/StockAvailable.php:453
2828
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9751 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9751 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.751 ms 0 /classes/Cart.php:1430
3083
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9794
ORDER BY f.position ASC
0.751 ms 5 Yes /classes/Product.php:6021
4755
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.751 ms 1 Yes Yes /classes/Product.php:4524
2004
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.750 ms 1 /classes/Product.php:5659
3795
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6414) AND (b.`id_shop` = 1) LIMIT 1
0.750 ms 1 /src/Adapter/EntityMapper.php:71
4627
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.750 ms 1 /src/Adapter/EntityMapper.php:71
318
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2480 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2480 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.749 ms 0 /classes/Cart.php:1430
974
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
0.749 ms 1 /classes/Product.php:5659
2318
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4025 AND id_shop=1 LIMIT 1
0.749 ms 1 /classes/Product.php:6876
2812
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9749 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.749 ms 11 Yes /classes/SpecificPrice.php:576
4898
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6105) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.749 ms 1 Yes Yes /classes/Product.php:4524
329
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3623 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.748 ms 0 /classes/Cart.php:1430
2136
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4489
AND image_shop.`cover` = 1 LIMIT 1
0.748 ms 1 /classes/Product.php:3570
307
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2889 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2889 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.748 ms 0 /classes/Cart.php:1430
1926
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4703
AND image_shop.`cover` = 1 LIMIT 1
0.748 ms 1 /classes/Product.php:3570
3652
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3198
ORDER BY `position`
0.748 ms 1 Yes /classes/Product.php:3545
4410
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9849
ORDER BY `position`
0.748 ms 1 Yes /classes/Product.php:3545
3614
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2890
0.747 ms 1 /classes/Product.php:2902
1984
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5076
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.747 ms 0 /classes/SpecificPrice.php:259
3162
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.747 ms 1 /classes/Product.php:5659
3434
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8416)
0.747 ms 1 /classes/Product.php:3860
4031
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4699) AND (b.`id_shop` = 1) LIMIT 1
0.747 ms 1 /src/Adapter/EntityMapper.php:71
4391
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9845) AND (b.`id_shop` = 1) LIMIT 1
0.747 ms 1 /src/Adapter/EntityMapper.php:71
4964
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9847) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.747 ms 1 Yes Yes /classes/Product.php:4524
2414
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4041
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.746 ms 0 /classes/SpecificPrice.php:259
2994
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6076 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6076 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.746 ms 0 /classes/Cart.php:1430
4814
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4236) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.746 ms 1 Yes Yes /classes/Product.php:4524
1439
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2815 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2815 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.745 ms 0 /classes/Cart.php:1430
2596
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8947 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8947 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.744 ms 0 /classes/Cart.php:1430
4459
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9262
0.742 ms 1 /classes/Product.php:2902
114
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2595 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2595 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.742 ms 0 /classes/Cart.php:1430
1933
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4703 AND `id_group` = 1 LIMIT 1
0.742 ms 0 /classes/GroupReduction.php:156
2486
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6023 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6023 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.742 ms 0 /classes/Cart.php:1430
3669
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3236) AND (b.`id_shop` = 1) LIMIT 1
0.742 ms 1 /src/Adapter/EntityMapper.php:71
3758
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3946
0.742 ms 1 /classes/Product.php:2902
3857
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3998) AND (b.`id_shop` = 1) LIMIT 1
0.742 ms 1 /src/Adapter/EntityMapper.php:71
458
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3197 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.741 ms 10 Yes /classes/SpecificPrice.php:576
730
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.741 ms 1 /classes/Product.php:5659
752
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.741 ms 1 /classes/Product.php:5659
809
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3944 LIMIT 1
0.741 ms 10 /classes/SpecificPrice.php:435
926
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3818 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.741 ms 0 /classes/Cart.php:1430
1792
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3859 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3859 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.741 ms 0 /classes/Cart.php:1430
4007
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3860) AND (b.`id_shop` = 1) LIMIT 1
0.741 ms 1 /src/Adapter/EntityMapper.php:71
2235
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3940
AND image_shop.`cover` = 1 LIMIT 1
0.740 ms 1 /classes/Product.php:3570
3207
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9845 LIMIT 1
0.740 ms 11 /classes/SpecificPrice.php:435
3632
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3627
0.740 ms 1 /classes/Product.php:2902
3346
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.739 ms 0 /classes/Cart.php:1430
246
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2419 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.739 ms 10 Yes /classes/SpecificPrice.php:576
4946
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9791) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.739 ms 1 Yes Yes /classes/Product.php:4524
3324
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9852 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9852 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.738 ms 0 /classes/Cart.php:1430
4749
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.738 ms 1 Yes Yes /classes/Product.php:4524
1647
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4413 AND `id_group` = 1 LIMIT 1
0.738 ms 0 /classes/GroupReduction.php:156
4547
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.737 ms 1 /src/Adapter/EntityMapper.php:71
4738
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3133) 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
4723
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3230) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.737 ms 1 Yes Yes /classes/Product.php:4524
4725
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.737 ms 1 Yes Yes /classes/Product.php:4524
1382
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2403 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2403 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.736 ms 0 /classes/Cart.php:1430
3619
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3624
ORDER BY `position`
0.736 ms 1 Yes /classes/Product.php:3545
4728
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3088) 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
2519
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6105 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.734 ms 0 /classes/Cart.php:1430
4806
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2812) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.734 ms 1 Yes Yes /classes/Product.php:4524
2574
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4296 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4296 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.733 ms 0 /classes/Cart.php:1430
2662
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9264 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9264 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.733 ms 0 /classes/Cart.php:1430
4949
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9794) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.733 ms 1 Yes Yes /classes/Product.php:4524
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` = 3994 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3994 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.733 ms 0 /classes/Cart.php:1430
2255
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3956 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3956 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.733 ms 0 /classes/Cart.php:1430
4713
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2929) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.733 ms 1 Yes Yes /classes/Product.php:4524
2012
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5080 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5080 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.732 ms 0 /classes/Cart.php:1430
3111
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9820)
0.732 ms 1 /classes/Product.php:3860
4817
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4241) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.732 ms 1 Yes Yes /classes/Product.php:4524
2563
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8429 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.731 ms 0 /classes/Cart.php:1430
4022
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3864) AND (b.`id_shop` = 1) LIMIT 1
0.731 ms 1 /src/Adapter/EntityMapper.php:71
4377
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9830
ORDER BY `position`
0.731 ms 1 Yes /classes/Product.php:3545
4727
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3232) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.731 ms 1 Yes Yes /classes/Product.php:4524
1892
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4699
ORDER BY f.position ASC
0.730 ms 5 Yes /classes/Product.php:6021
4879
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4007) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.729 ms 1 Yes Yes /classes/Product.php:4524
4165
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4011
0.728 ms 1 /classes/Product.php:2902
3574
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2502
ORDER BY `position`
0.728 ms 1 Yes /classes/Product.php:3545
4939
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5896) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.728 ms 1 Yes Yes /classes/Product.php:4524
4088
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3922) AND (b.`id_shop` = 1) LIMIT 1
0.727 ms 1 /src/Adapter/EntityMapper.php:71
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` = 3992 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3992 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.727 ms 0 /classes/Cart.php:1430
2293
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4024
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.727 ms 0 /classes/SpecificPrice.php:259
4427
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7767) AND (b.`id_shop` = 1) LIMIT 1
0.727 ms 1 /src/Adapter/EntityMapper.php:71
4504
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 910 LIMIT 1
0.727 ms 1 /classes/Hook.php:247
4924
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5108) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.727 ms 1 Yes Yes /classes/Product.php:4524
4943
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6077) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.727 ms 1 Yes Yes /classes/Product.php:4524
3513
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10931 AND `id_group` = 1 LIMIT 1
0.726 ms 0 /classes/GroupReduction.php:156
3537
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12561 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12561 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.726 ms 0 /classes/Cart.php:1430
4176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4041
ORDER BY `position`
0.725 ms 1 Yes /classes/Product.php:3545
4733
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3095) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.725 ms 1 Yes Yes /classes/Product.php:4524
3661
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3200
ORDER BY `position`
0.725 ms 1 Yes /classes/Product.php:3545
749
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3133 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.724 ms 0 /classes/Cart.php:1430
4846
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3894) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.724 ms 1 Yes Yes /classes/Product.php:4524
1428
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4021 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4021 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1430
3533
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12561)
0.723 ms 1 /classes/Product.php:3860
4431
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10738
ORDER BY `position`
0.723 ms 1 Yes /classes/Product.php:3545
351
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2481 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2481 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1430
395
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3626 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3626 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1430
2684
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9721 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1430
3269
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9848 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9848 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1430
4741
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3943) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.723 ms 1 Yes Yes /classes/Product.php:4524
2530
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6134 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.722 ms 0 /classes/Cart.php:1430
3938
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4034) AND (b.`id_shop` = 1) LIMIT 1
0.722 ms 1 /src/Adapter/EntityMapper.php:71
2934
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9773 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.721 ms 11 Yes /classes/SpecificPrice.php:576
373
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2555 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2555 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
1973
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4989
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.721 ms 0 /classes/SpecificPrice.php:259
4753
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.721 ms 1 Yes Yes /classes/Product.php:4524
1405
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2817 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2817 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.720 ms 0 /classes/Cart.php:1430
2476
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5642
ORDER BY f.position ASC
0.720 ms 5 Yes /classes/Product.php:6021
3992
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3852) AND (b.`id_shop` = 1) LIMIT 1
0.720 ms 1 /src/Adapter/EntityMapper.php:71
4070
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3911) AND (b.`id_shop` = 1) LIMIT 1
0.720 ms 1 /src/Adapter/EntityMapper.php:71
3889
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3014
0.720 ms 1 /classes/Product.php:2902
4953
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.720 ms 1 Yes Yes /classes/Product.php:4524
4729
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3233) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.719 ms 1 Yes Yes /classes/Product.php:4524
1616
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4239 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4239 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.718 ms 0 /classes/Cart.php:1430
1733
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4508)
0.718 ms 1 /classes/Product.php:3860
3906
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4021
ORDER BY `position`
0.718 ms 1 Yes /classes/Product.php:3545
4819
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4413) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.718 ms 1 Yes Yes /classes/Product.php:4524
4955
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7752) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.717 ms 1 Yes Yes /classes/Product.php:4524
1881
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4698
ORDER BY f.position ASC
0.717 ms 5 Yes /classes/Product.php:6021
4706
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3626) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.717 ms 1 Yes Yes /classes/Product.php:4524
4779
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3994) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.717 ms 1 Yes Yes /classes/Product.php:4524
579
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3230 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.716 ms 10 Yes /classes/SpecificPrice.php:576
196
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2502 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2502 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.715 ms 0 /classes/Cart.php:1430
1038
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3848 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3848 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.715 ms 0 /classes/Cart.php:1430
2346
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.715 ms 1 /classes/Product.php:5659
4712
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3197) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.715 ms 1 Yes Yes /classes/Product.php:4524
4637
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.715 ms 1 /src/Adapter/EntityMapper.php:71
1238
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2434 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.714 ms 0 /classes/Cart.php:1430
2102
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3923
AND image_shop.`cover` = 1 LIMIT 1
0.714 ms 1 /classes/Product.php:3570
4802
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2814) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.714 ms 1 Yes Yes /classes/Product.php:4524
4925
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9749) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.714 ms 1 Yes Yes /classes/Product.php:4524
3731
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3134
0.713 ms 1 /classes/Product.php:2902
4247
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9721) AND (b.`id_shop` = 1) LIMIT 1
0.713 ms 1 /src/Adapter/EntityMapper.php:71
3542
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3628) AND (b.`id_shop` = 1) LIMIT 1
0.713 ms 1 /src/Adapter/EntityMapper.php:71
4836
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3863) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.713 ms 1 Yes Yes /classes/Product.php:4524
4900
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6135) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.712 ms 1 Yes Yes /classes/Product.php:4524
274
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2808 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2808 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.712 ms 0 /classes/Cart.php:1430
1693
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4492 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4492 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.711 ms 0 /classes/Cart.php:1430
4681
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2595) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.711 ms 1 Yes Yes /classes/Product.php:4524
4963
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9846) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.710 ms 1 Yes Yes /classes/Product.php:4524
4058
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5076) AND (b.`id_shop` = 1) LIMIT 1
0.709 ms 1 /src/Adapter/EntityMapper.php:71
2006
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5080
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.709 ms 0 /classes/SpecificPrice.php:259
1216
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3996 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3996 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.708 ms 0 /classes/Cart.php:1430
3929
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4032) AND (b.`id_shop` = 1) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
3986
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4507) AND (b.`id_shop` = 1) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
4001
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4541) AND (b.`id_shop` = 1) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
4764
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3848) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.708 ms 1 Yes Yes /classes/Product.php:4524
2497
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6024 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6024 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.707 ms 0 /classes/Cart.php:1430
440
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3629 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3629 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.707 ms 0 /classes/Cart.php:1430
4097
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3924) AND (b.`id_shop` = 1) LIMIT 1
0.707 ms 1 /src/Adapter/EntityMapper.php:71
4226
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8948) AND (b.`id_shop` = 1) LIMIT 1
0.707 ms 1 /src/Adapter/EntityMapper.php:71
4957
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7753) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.707 ms 1 Yes Yes /classes/Product.php:4524
1260
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3999 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3999 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.706 ms 0 /classes/Cart.php:1430
1823
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4582 AND `id_group` = 1 LIMIT 1
0.706 ms 0 /classes/GroupReduction.php:156
2333
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4008
ORDER BY f.position ASC
0.706 ms 5 Yes /classes/Product.php:6021
3469
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.706 ms 1 /classes/stock/StockAvailable.php:453
4910
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8970) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.706 ms 1 Yes Yes /classes/Product.php:4524
1664
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4490 LIMIT 1
0.705 ms 10 /classes/SpecificPrice.php:435
2282
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3974
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.705 ms 1 /classes/SpecificPrice.php:259
3163
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7753 LIMIT 1
0.705 ms 10 /classes/SpecificPrice.php:435
4364
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9820) AND (b.`id_shop` = 1) LIMIT 1
0.705 ms 1 /src/Adapter/EntityMapper.php:71
4750
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3882) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.705 ms 1 Yes Yes /classes/Product.php:4524
4757
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3853) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.705 ms 1 Yes Yes /classes/Product.php:4524
1674
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.704 ms 1 /classes/Product.php:5659
2370
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4011
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.704 ms 0 /classes/SpecificPrice.php:259
3995
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3854) AND (b.`id_shop` = 1) LIMIT 1
0.704 ms 1 /src/Adapter/EntityMapper.php:71
4139
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3974) AND (b.`id_shop` = 1) LIMIT 1
0.704 ms 1 /src/Adapter/EntityMapper.php:71
4460
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9381) AND (b.`id_shop` = 1) LIMIT 1
0.704 ms 1 /src/Adapter/EntityMapper.php:71
1049
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3849 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3849 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.703 ms 0 /classes/Cart.php:1430
2390
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.703 ms 1 /classes/Product.php:5659
3800
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3848) AND (b.`id_shop` = 1) LIMIT 1
0.703 ms 1 /src/Adapter/EntityMapper.php:71
257
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3551 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.703 ms 10 Yes /classes/SpecificPrice.php:576
3585
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4694) AND (b.`id_shop` = 1) LIMIT 1
0.703 ms 1 /src/Adapter/EntityMapper.php:71
4126
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3984
0.703 ms 1 /classes/Product.php:2902
4726
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3087) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.702 ms 1 Yes Yes /classes/Product.php:4524
4911
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9264) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.702 ms 1 Yes Yes /classes/Product.php:4524
1115
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3987 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3987 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.701 ms 0 /classes/Cart.php:1430
3858
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3998
ORDER BY `position`
0.701 ms 1 Yes /classes/Product.php:3545
590
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2972 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `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
1589
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4236 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.701 ms 10 Yes /classes/SpecificPrice.php:576
3723
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3133) AND (b.`id_shop` = 1) LIMIT 1
0.701 ms 1 /src/Adapter/EntityMapper.php:71
4021
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4583
0.701 ms 1 /classes/Product.php:2902
4614
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.701 ms 1 /src/Adapter/EntityMapper.php:71
4715
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2930) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.701 ms 1 Yes Yes /classes/Product.php:4524
4975
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12539) 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
1718
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.700 ms 1 /classes/Product.php:5659
1814
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3861 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3861 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.700 ms 0 /classes/Cart.php:1430
4966
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9848) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.700 ms 1 Yes Yes /classes/Product.php:4524
3536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 12561) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.699 ms 1 /classes/stock/StockAvailable.php:453
4732
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3090) 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
3955
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4238
0.698 ms 1 /classes/Product.php:2902
1972
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4989 LIMIT 1
0.697 ms 10 /classes/SpecificPrice.php:435
406
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3627 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.697 ms 0 /classes/Cart.php:1430
4253
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4709) AND (b.`id_shop` = 1) LIMIT 1
0.697 ms 1 /src/Adapter/EntityMapper.php:71
871
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.696 ms 0 /classes/Cart.php:1430
674
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3090
AND image_shop.`cover` = 1 LIMIT 1
0.695 ms 1 /classes/Product.php:3570
2365
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4010 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4010 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
3060
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6131 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.695 ms 0 /classes/Cart.php:1430
4751
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3772) 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
2779
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9746 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.694 ms 11 Yes /classes/SpecificPrice.php:576
4370
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7751) AND (b.`id_shop` = 1) LIMIT 1
0.694 ms 1 /src/Adapter/EntityMapper.php:71
4811
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4035) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.694 ms 1 Yes Yes /classes/Product.php:4524
4373
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7752) AND (b.`id_shop` = 1) LIMIT 1
0.694 ms 1 /src/Adapter/EntityMapper.php:71
362
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3624 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3624 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.693 ms 0 /classes/Cart.php:1430
384
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3625 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.693 ms 0 /classes/Cart.php:1430
718
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3873
AND image_shop.`cover` = 1 LIMIT 1
0.693 ms 1 /classes/Product.php:3570
4032
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4699
ORDER BY `position`
0.693 ms 1 Yes /classes/Product.php:3545
4061
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5077) AND (b.`id_shop` = 1) LIMIT 1
0.693 ms 1 /src/Adapter/EntityMapper.php:71
79
SELECT SQL_NO_CACHE * FROM hgt78_range_price WHERE id_carrier = 282 LIMIT 1
0.692 ms 2 /modules/colissimo_simplicite/colissimo_simplicite.php:1415
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` = 2440 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2440 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.692 ms 0 /classes/Cart.php:1430
3989
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4508) AND (b.`id_shop` = 1) LIMIT 1
0.691 ms 1 /src/Adapter/EntityMapper.php:71
2298
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4024) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.691 ms 1 /classes/stock/StockAvailable.php:453
3038
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6078 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6078 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.691 ms 0 /classes/Cart.php:1430
3294
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.691 ms 1 /classes/Product.php:5659
4881
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4008) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.691 ms 1 Yes Yes /classes/Product.php:4524
4982
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.691 ms 1 Yes Yes /classes/Product.php:4524
1851
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3864 LIMIT 1
0.690 ms 10 /classes/SpecificPrice.php:435
4868
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3980) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.690 ms 1 Yes Yes /classes/Product.php:4524
4977
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12576) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.690 ms 1 Yes Yes /classes/Product.php:4524
3678
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3230) AND (b.`id_shop` = 1) LIMIT 1
0.688 ms 1 /src/Adapter/EntityMapper.php:71
2618
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4332 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4332 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.688 ms 0 /classes/Cart.php:1430
3841
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3993
0.688 ms 1 /classes/Product.php:2902
1249
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3998 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3998 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.686 ms 0 /classes/Cart.php:1430
2016
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5104 LIMIT 1
0.686 ms 10 /classes/SpecificPrice.php:435
2276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.686 ms 1 /classes/stock/StockAvailable.php:453
3759
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3882) AND (b.`id_shop` = 1) LIMIT 1
0.686 ms 1 /src/Adapter/EntityMapper.php:71
4013
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4582) AND (b.`id_shop` = 1) LIMIT 1
0.685 ms 1 /src/Adapter/EntityMapper.php:71
529
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3235 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3235 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.685 ms 0 /classes/Cart.php:1430
1539
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4033 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4033 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.685 ms 0 /classes/Cart.php:1430
4259
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9743) AND (b.`id_shop` = 1) LIMIT 1
0.685 ms 1 /src/Adapter/EntityMapper.php:71
4601
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1
0.685 ms 6 /src/Adapter/EntityMapper.php:79
1862
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3874 LIMIT 1
0.684 ms 10 /classes/SpecificPrice.php:435
3072
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9792
ORDER BY f.position ASC
0.684 ms 5 Yes /classes/Product.php:6021
4463
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9735) AND (b.`id_shop` = 1) LIMIT 1
0.684 ms 1 /src/Adapter/EntityMapper.php:71
1879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4698) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.683 ms 1 /classes/stock/StockAvailable.php:453
2431
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5101 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5101 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.683 ms 0 /classes/Cart.php:1430
2640
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4333 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4333 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.683 ms 0 /classes/Cart.php:1430
4992
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.683 ms 1 /classes/module/Module.php:2137
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.682 ms 1 /src/Adapter/EntityMapper.php:71
980
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6079 AND `id_group` = 1 LIMIT 1
0.682 ms 0 /classes/GroupReduction.php:156
4624
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
0.682 ms 6 /src/Adapter/EntityMapper.php:79
4196
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6024) AND (b.`id_shop` = 1) LIMIT 1
0.682 ms 1 /src/Adapter/EntityMapper.php:71
562
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3228 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3228 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.681 ms 0 /classes/Cart.php:1430
3912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4022
ORDER BY `position`
0.681 ms 1 Yes /classes/Product.php:3545
4055
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4989) AND (b.`id_shop` = 1) LIMIT 1
0.681 ms 1 /src/Adapter/EntityMapper.php:71
4175
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4041) AND (b.`id_shop` = 1) LIMIT 1
0.681 ms 1 /src/Adapter/EntityMapper.php:71
4457
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9262) AND (b.`id_shop` = 1) LIMIT 1
0.681 ms 1 /src/Adapter/EntityMapper.php:71
4928
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9752) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.681 ms 1 Yes Yes /classes/Product.php:4524
1443
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4022) AND (b.`id_shop` = 1) LIMIT 1
0.681 ms 1 /src/Adapter/EntityMapper.php:71
2508
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4247 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4247 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.681 ms 0 /classes/Cart.php:1430
3334
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10517) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.680 ms 1 /classes/stock/StockAvailable.php:453
3377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7782 AND id_shop=1 LIMIT 1
0.680 ms 1 /classes/Product.php:6876
4756
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3952) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.680 ms 1 Yes Yes /classes/Product.php:4524
4920
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.680 ms 1 Yes Yes /classes/Product.php:4524
4965
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7760) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.680 ms 1 Yes Yes /classes/Product.php:4524
3049
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9791 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9791 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.679 ms 0 /classes/Cart.php:1430
3107
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.679 ms 1 /classes/Product.php:5659
4343
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6078) AND (b.`id_shop` = 1) LIMIT 1
0.679 ms 1 /src/Adapter/EntityMapper.php:71
4960
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9844) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.679 ms 1 Yes Yes /classes/Product.php:4524
3335
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10517 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10517 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.679 ms 0 /classes/Cart.php:1430
1385
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.678 ms 1 /classes/Category.php:1378
1605
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4238 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4238 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.678 ms 0 /classes/Cart.php:1430
4904
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.678 ms 1 Yes Yes /classes/Product.php:4524
4978
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8414) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.678 ms 1 Yes Yes /classes/Product.php:4524
3837
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2730
ORDER BY `position`
0.678 ms 1 Yes /classes/Product.php:3545
3960
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4241
ORDER BY `position`
0.678 ms 1 Yes /classes/Product.php:3545
849
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3881 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3881 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.677 ms 0 /classes/Cart.php:1430
860
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3251 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3251 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.677 ms 0 /classes/Cart.php:1430
4837
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4583) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.677 ms 1 Yes Yes /classes/Product.php:4524
4873
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3940) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.677 ms 1 Yes Yes /classes/Product.php:4524
3744
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3136) AND (b.`id_shop` = 1) LIMIT 1
0.677 ms 1 /src/Adapter/EntityMapper.php:71
1811
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3861 AND id_shop=1 LIMIT 1
0.676 ms 1 /classes/Product.php:6876
2062
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5336 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.676 ms 10 Yes /classes/SpecificPrice.php:576
3247
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9847 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9847 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.675 ms 0 /classes/Cart.php:1430
4684
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2489) 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
2586
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8946
ORDER BY f.position ASC
0.674 ms 5 Yes /classes/Product.php:6021
3081
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9794) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.674 ms 1 /classes/stock/StockAvailable.php:453
3819
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3986
ORDER BY `position`
0.674 ms 1 Yes /classes/Product.php:3545
4049
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4704) AND (b.`id_shop` = 1) LIMIT 1
0.674 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2730 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2730 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.673 ms 0 /classes/Cart.php:1430
2168
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3928
ORDER BY f.position ASC
0.673 ms 5 Yes /classes/Product.php:6021
2723
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9743 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.673 ms 11 Yes /classes/SpecificPrice.php:576
3998
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4540) AND (b.`id_shop` = 1) LIMIT 1
0.673 ms 1 /src/Adapter/EntityMapper.php:71
4974
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10738) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.673 ms 1 Yes Yes /classes/Product.php:4524
3900
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2817
ORDER BY `position`
0.673 ms 1 Yes /classes/Product.php:3545
4040
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4702) AND (b.`id_shop` = 1) LIMIT 1
0.672 ms 1 /src/Adapter/EntityMapper.php:71
4772
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3988) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.672 ms 1 Yes Yes /classes/Product.php:4524
3085
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.672 ms 1 /classes/Product.php:5659
965
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3822 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.671 ms 15 Yes /classes/SpecificPrice.php:576
4790
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2438) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.671 ms 1 Yes Yes /classes/Product.php:4524
4816
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4239) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.671 ms 1 Yes Yes /classes/Product.php:4524
4941
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6076) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.671 ms 1 Yes Yes /classes/Product.php:4524
3173
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.671 ms 1 /classes/Product.php:5659
3983
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2896) AND (b.`id_shop` = 1) LIMIT 1
0.671 ms 1 /src/Adapter/EntityMapper.php:71
4076
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5167) AND (b.`id_shop` = 1) LIMIT 1
0.670 ms 1 /src/Adapter/EntityMapper.php:71
4121
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3983) AND (b.`id_shop` = 1) LIMIT 1
0.670 ms 1 /src/Adapter/EntityMapper.php:71
4311
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9771
ORDER BY `position`
0.670 ms 1 Yes /classes/Product.php:3545
4636
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 145 AND `id_shop` = 1
0.670 ms 6 /src/Adapter/EntityMapper.php:79
4890
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5101) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.670 ms 1 Yes Yes /classes/Product.php:4524
4923
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9747) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.670 ms 1 Yes Yes /classes/Product.php:4524
3431
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8416 LIMIT 1
0.669 ms 10 /classes/SpecificPrice.php:435
3868
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4000
0.669 ms 1 /classes/Product.php:2902
4752
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3947) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.669 ms 1 Yes Yes /classes/Product.php:4524
4754
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3818) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.669 ms 1 Yes Yes /classes/Product.php:4524
4870
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3982) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.669 ms 1 Yes Yes /classes/Product.php:4524
4930
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9767) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.669 ms 1 Yes Yes /classes/Product.php:4524
2917
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9771 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.668 ms 0 /classes/Cart.php:1430
4775
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3992) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.668 ms 1 Yes Yes /classes/Product.php:4524
4010
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3861) AND (b.`id_shop` = 1) LIMIT 1
0.668 ms 1 /src/Adapter/EntityMapper.php:71
1808
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3861
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.667 ms 0 /classes/SpecificPrice.php:259
3814
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3985
0.667 ms 1 /classes/Product.php:2902
3839
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3993) AND (b.`id_shop` = 1) LIMIT 1
0.667 ms 1 /src/Adapter/EntityMapper.php:71
1871
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4698
AND image_shop.`cover` = 1 LIMIT 1
0.666 ms 1 /classes/Product.php:3570
880
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3882 AND `id_group` = 1 LIMIT 1
0.666 ms 0 /classes/GroupReduction.php:156
3136
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7751) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.666 ms 1 /classes/stock/StockAvailable.php:453
3403
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8414 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8414 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.665 ms 0 /classes/Cart.php:1430
546
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3236 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.665 ms 10 Yes /classes/SpecificPrice.php:576
2246
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3956
AND image_shop.`cover` = 1 LIMIT 1
0.665 ms 1 /classes/Product.php:3570
1885
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4699
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.664 ms 0 /classes/SpecificPrice.php:259
2048
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.664 ms 1 /classes/Product.php:5659
2651
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8970 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8970 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.664 ms 0 /classes/Cart.php:1430
4746
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3945) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.664 ms 1 Yes Yes /classes/Product.php:4524
4976
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7782) 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
4771
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3987) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.663 ms 1 Yes Yes /classes/Product.php:4524
3961
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4241
0.662 ms 1 /classes/Product.php:2902
2695
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9723 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9723 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.662 ms 0 /classes/Cart.php:1430
3091
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6133 AND `id_group` = 1 LIMIT 1
0.660 ms 0 /classes/GroupReduction.php:156
4897
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4247) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.660 ms 1 Yes Yes /classes/Product.php:4524
2923
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9772 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.660 ms 12 Yes /classes/SpecificPrice.php:576
4034
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4700) AND (b.`id_shop` = 1) LIMIT 1
0.659 ms 1 /src/Adapter/EntityMapper.php:71
2739
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9744 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.659 ms 0 /classes/Cart.php:1430
4686
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4691) 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
3216
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7757
AND image_shop.`cover` = 1 LIMIT 1
0.658 ms 1 /classes/Product.php:3570
3749
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3945
0.658 ms 1 /classes/Product.php:2902
4678
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1
0.658 ms 6 /src/Adapter/EntityMapper.php:79
4782
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2434) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.658 ms 1 Yes Yes /classes/Product.php:4524
4398
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9846
ORDER BY `position`
0.657 ms 1 Yes /classes/Product.php:3545
4856
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5167) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.657 ms 1 Yes Yes /classes/Product.php:4524
3908
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2815) AND (b.`id_shop` = 1) LIMIT 1
0.657 ms 1 /src/Adapter/EntityMapper.php:71
4864
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4489) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.657 ms 1 Yes Yes /classes/Product.php:4524
1662
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4490
AND image_shop.`cover` = 1 LIMIT 1
0.656 ms 1 /classes/Product.php:3570
4085
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5337) AND (b.`id_shop` = 1) LIMIT 1
0.656 ms 1 /src/Adapter/EntityMapper.php:71
4758
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3822) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.656 ms 1 Yes Yes /classes/Product.php:4524
4803
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4029) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.656 ms 1 Yes Yes /classes/Product.php:4524
3286
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9850 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.655 ms 11 Yes /classes/SpecificPrice.php:576
788
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3878 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.655 ms 10 Yes /classes/SpecificPrice.php:576
3069
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9792 AND `id_group` = 1 LIMIT 1
0.655 ms 0 /classes/GroupReduction.php:156
2105
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3923
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.653 ms 0 /classes/SpecificPrice.php:259
2376
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4011 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4011 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
2890
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5323 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.653 ms 10 Yes /classes/SpecificPrice.php:576
2967
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5896 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.653 ms 10 Yes /classes/SpecificPrice.php:576
4112
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3980) AND (b.`id_shop` = 1) LIMIT 1
0.653 ms 1 /src/Adapter/EntityMapper.php:71
4877
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3974) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.653 ms 1 Yes Yes /classes/Product.php:4524
4689
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4692) 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
4810
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4034) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.653 ms 1 Yes Yes /classes/Product.php:4524
275
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2808
ORDER BY f.position ASC
0.652 ms 5 Yes /classes/Product.php:6021
3492
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9735 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9735 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.652 ms 0 /classes/Cart.php:1430
4136
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4023) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
418
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2918 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2918 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.652 ms 0 /classes/Cart.php:1430
3135
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7751 AND `id_group` = 1 LIMIT 1
0.652 ms 0 /classes/GroupReduction.php:156
3453
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 8979 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.652 ms 16 Yes /classes/SpecificPrice.php:576
4979
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12682) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.652 ms 1 Yes Yes /classes/Product.php:4524
4152
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4008
ORDER BY `position`
0.651 ms 1 Yes /classes/Product.php:3545
4361
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9819) AND (b.`id_shop` = 1) LIMIT 1
0.651 ms 1 /src/Adapter/EntityMapper.php:71
4719
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3227) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.651 ms 1 Yes Yes /classes/Product.php:4524
4968
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9850) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.651 ms 1 Yes Yes /classes/Product.php:4524
4454
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8979) AND (b.`id_shop` = 1) LIMIT 1
0.650 ms 1 /src/Adapter/EntityMapper.php:71
2108
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3923 AND id_shop=1 LIMIT 1
0.649 ms 1 /classes/Product.php:6876
3529
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.649 ms 1 /classes/Product.php:5659
1640
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4413
AND image_shop.`cover` = 1 LIMIT 1
0.648 ms 1 /classes/Product.php:3570
4493
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.648 ms 1 /classes/module/Module.php:2664
1310
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4002 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.648 ms 10 Yes /classes/SpecificPrice.php:576
763
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.647 ms 1 /classes/Product.php:5659
1227
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3997 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3997 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.647 ms 0 /classes/Cart.php:1430
2179
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3979
ORDER BY f.position ASC
0.647 ms 5 Yes /classes/Product.php:6021
3226
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7757
ORDER BY f.position ASC
0.647 ms 5 Yes /classes/Product.php:6021
4268
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9745) AND (b.`id_shop` = 1) LIMIT 1
0.647 ms 1 /src/Adapter/EntityMapper.php:71
3748
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3945
ORDER BY `position`
0.646 ms 1 Yes /classes/Product.php:3545
3507
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.645 ms 1 /classes/Product.php:5659
4666
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1
0.645 ms 6 /src/Adapter/EntityMapper.php:79
4777
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3993) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.645 ms 1 Yes Yes /classes/Product.php:4524
4926
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9751) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.645 ms 1 Yes Yes /classes/Product.php:4524
3097
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9819 LIMIT 1
0.645 ms 10 /classes/SpecificPrice.php:435
3236
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9846 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9846 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.645 ms 0 /classes/Cart.php:1430
4109
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3979) AND (b.`id_shop` = 1) LIMIT 1
0.645 ms 1 /src/Adapter/EntityMapper.php:71
4380
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7753
ORDER BY `position`
0.645 ms 1 Yes /classes/Product.php:3545
2956
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9774 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.644 ms 11 Yes /classes/SpecificPrice.php:576
4708
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2918) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.644 ms 1 Yes Yes /classes/Product.php:4524
4861
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3923) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.644 ms 1 Yes Yes /classes/Product.php:4524
4888
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5085) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.644 ms 1 Yes Yes /classes/Product.php:4524
1094
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2442
ORDER BY f.position ASC
0.643 ms 5 Yes /classes/Product.php:6021
4905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8947) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.643 ms 1 Yes Yes /classes/Product.php:4524
4922
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9746) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.643 ms 1 Yes Yes /classes/Product.php:4524
4878
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4024) 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
1138
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3990 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3990 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.641 ms 0 /classes/Cart.php:1430
2345
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4009
AND image_shop.`cover` = 1 LIMIT 1
0.641 ms 1 /classes/Product.php:3570
3590
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2419
0.641 ms 1 /classes/Product.php:2902
4773
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3990) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.641 ms 1 Yes Yes /classes/Product.php:4524
4906
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.641 ms 1 Yes Yes /classes/Product.php:4524
4872
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3984) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.641 ms 1 Yes Yes /classes/Product.php:4524
4882
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4026) 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
3946
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3550
0.640 ms 1 /classes/Product.php:2902
4980
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8415) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.640 ms 1 Yes Yes /classes/Product.php:4524
682
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3090) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.639 ms 1 /classes/stock/StockAvailable.php:453
1446
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4022 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.639 ms 10 Yes /classes/SpecificPrice.php:576
4447
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 12682
0.639 ms 1 /classes/Product.php:2902
4972
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10517) 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
644
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3233
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.638 ms 0 /classes/SpecificPrice.php:259
2868
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9767 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.638 ms 11 Yes /classes/SpecificPrice.php:576
3666
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3227) AND (b.`id_shop` = 1) LIMIT 1
0.638 ms 1 /src/Adapter/EntityMapper.php:71
4858
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3919) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.638 ms 1 Yes Yes /classes/Product.php:4524
3884
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4004) AND (b.`id_shop` = 1) LIMIT 1
0.638 ms 1 /src/Adapter/EntityMapper.php:71
986
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6103 LIMIT 1
0.637 ms 10 /classes/SpecificPrice.php:435
3070
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.637 ms 1 /classes/stock/StockAvailable.php:453
4876
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4023) 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
3622
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2555
ORDER BY `position`
0.636 ms 1 Yes /classes/Product.php:3545
4687
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2596) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.636 ms 1 Yes Yes /classes/Product.php:4524
4874
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3956) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.636 ms 1 Yes Yes /classes/Product.php:4524
1359
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3014 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.636 ms 0 /classes/Cart.php:1430
3518
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.636 ms 1 /classes/Product.php:5659
3717
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3873) AND (b.`id_shop` = 1) LIMIT 1
0.636 ms 1 /src/Adapter/EntityMapper.php:71
4748
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3251) 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
4973
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7767) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.635 ms 1 Yes Yes /classes/Product.php:4524
3366
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 12539 AND id_shop=1 LIMIT 1
0.635 ms 1 /classes/Product.php:6876
995
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6104
AND image_shop.`cover` = 1 LIMIT 1
0.634 ms 1 /classes/Product.php:3570
4769
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2442) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.634 ms 1 Yes Yes /classes/Product.php:4524
2901
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9769 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.632 ms 11 Yes /classes/SpecificPrice.php:576
3167
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7753 AND id_shop=1 LIMIT 1
0.632 ms 1 /classes/Product.php:6876
3786
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6079) AND (b.`id_shop` = 1) LIMIT 1
0.632 ms 1 /src/Adapter/EntityMapper.php:71
2768
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4945 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.631 ms 10 Yes /classes/SpecificPrice.php:576
1523
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2785 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.631 ms 10 Yes /classes/SpecificPrice.php:576
4490
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqithtmlandbanners" LIMIT 1
0.630 ms 1 /classes/module/Module.php:2664
1277
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4000 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.630 ms 10 Yes /classes/SpecificPrice.php:576
1667
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4490)
0.630 ms 1 /classes/Product.php:3860
2311
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4007
ORDER BY f.position ASC
0.630 ms 5 Yes /classes/Product.php:6021
3686
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3231
0.630 ms 1 /classes/Product.php:2902
793
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3878 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3878 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.629 ms 0 /classes/Cart.php:1430
3101
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9819 AND id_shop=1 LIMIT 1
0.629 ms 1 /classes/Product.php:6876
3899
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2817) AND (b.`id_shop` = 1) LIMIT 1
0.629 ms 1 /src/Adapter/EntityMapper.php:71
3194
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9844
AND image_shop.`cover` = 1 LIMIT 1
0.628 ms 1 /classes/Product.php:3570
1848
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4583
ORDER BY f.position ASC
0.627 ms 5 Yes /classes/Product.php:6021
2266
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3957 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3957 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.627 ms 0 /classes/Cart.php:1430
4849
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4989) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.627 ms 1 Yes Yes /classes/Product.php:4524
4950
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6133) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.627 ms 1 Yes Yes /classes/Product.php:4524
811
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3944 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.627 ms 10 Yes /classes/SpecificPrice.php:576
4052
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4718) AND (b.`id_shop` = 1) LIMIT 1
0.626 ms 1 /src/Adapter/EntityMapper.php:71
4807
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4032) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.626 ms 1 Yes Yes /classes/Product.php:4524
4915
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4709) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.626 ms 1 Yes Yes /classes/Product.php:4524
596
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2972
ORDER BY f.position ASC
0.625 ms 5 Yes /classes/Product.php:6021
1088
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2442 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.625 ms 10 Yes /classes/SpecificPrice.php:576
1595
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4236
ORDER BY f.position ASC
0.624 ms 5 Yes /classes/Product.php:6021
2292
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4024 LIMIT 1
0.623 ms 10 /classes/SpecificPrice.php:435
202
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4692 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.622 ms 10 Yes /classes/SpecificPrice.php:576
286
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2479
ORDER BY f.position ASC
0.622 ms 5 Yes /classes/Product.php:6021
654
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3089 LIMIT 1
0.622 ms 10 /classes/SpecificPrice.php:435
1861
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.622 ms 1 /classes/Product.php:5659
1517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4032 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4032 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.621 ms 0 /classes/Cart.php:1430
3564
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2475) AND (b.`id_shop` = 1) LIMIT 1
0.621 ms 1 /src/Adapter/EntityMapper.php:71
2879
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9768 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.621 ms 11 Yes /classes/SpecificPrice.php:576
2912
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9771 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.621 ms 11 Yes /classes/SpecificPrice.php:576
4863
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3924) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.621 ms 1 Yes Yes /classes/Product.php:4524
4148
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4025) AND (b.`id_shop` = 1) LIMIT 1
0.620 ms 1 /src/Adapter/EntityMapper.php:71
4691
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2504) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.620 ms 1 Yes Yes /classes/Product.php:4524
4948
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9792) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.620 ms 1 Yes Yes /classes/Product.php:4524
4956
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9830) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.620 ms 1 Yes Yes /classes/Product.php:4524
168
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4691 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.619 ms 10 Yes /classes/SpecificPrice.php:576
1970
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4989
AND image_shop.`cover` = 1 LIMIT 1
0.619 ms 1 /classes/Product.php:3570
4880
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4025) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.619 ms 1 Yes Yes /classes/Product.php:4524
615
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3087 AND `id_group` = 1 LIMIT 1
0.618 ms 0 /classes/GroupReduction.php:156
3142
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7752
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.618 ms 0 /classes/SpecificPrice.php:259
3527
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12563
ORDER BY f.position ASC
0.618 ms 5 Yes /classes/Product.php:6021
3763
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3772
ORDER BY `position`
0.618 ms 1 Yes /classes/Product.php:3545
4125
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3984
ORDER BY `position`
0.618 ms 1 Yes /classes/Product.php:3545
4695
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2808) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.618 ms 1 Yes Yes /classes/Product.php:4524
4809
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4033) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.618 ms 1 Yes Yes /classes/Product.php:4524
4869
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3981) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.618 ms 1 Yes Yes /classes/Product.php:4524
4921
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4945) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.618 ms 1 Yes Yes /classes/Product.php:4524
2443
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5328
ORDER BY f.position ASC
0.617 ms 5 Yes /classes/Product.php:6021
1663
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.617 ms 1 /classes/Product.php:5659
4718
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3235) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.617 ms 1 Yes Yes /classes/Product.php:4524
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` = 2702 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.616 ms 10 Yes /classes/SpecificPrice.php:576
1556
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4035 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.616 ms 10 Yes /classes/SpecificPrice.php:576
4591
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
0.616 ms 6 /src/Adapter/EntityMapper.php:79
4334
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9789) AND (b.`id_shop` = 1) LIMIT 1
0.615 ms 1 /src/Adapter/EntityMapper.php:71
4346
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9791) AND (b.`id_shop` = 1) LIMIT 1
0.615 ms 1 /src/Adapter/EntityMapper.php:71
4693
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2419) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.615 ms 1 Yes Yes /classes/Product.php:4524
1484
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2813 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2813 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.615 ms 0 /classes/Cart.php:1430
4349
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6131) AND (b.`id_shop` = 1) LIMIT 1
0.615 ms 1 /src/Adapter/EntityMapper.php:71
2042
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5166 AND id_shop=1 LIMIT 1
0.614 ms 1 /classes/Product.php:6876
173
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4691 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4691 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.614 ms 0 /classes/Cart.php:1430
469
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2929 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.614 ms 10 Yes /classes/SpecificPrice.php:576
513
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3200 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.614 ms 10 Yes /classes/SpecificPrice.php:576
4322
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9774) AND (b.`id_shop` = 1) LIMIT 1
0.614 ms 1 /src/Adapter/EntityMapper.php:71
733
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3098 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.613 ms 10 Yes /classes/SpecificPrice.php:576
2065
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5336 AND `id_group` = 1 LIMIT 1
0.613 ms 0 /classes/GroupReduction.php:156
3890
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2398) AND (b.`id_shop` = 1) LIMIT 1
0.613 ms 1 /src/Adapter/EntityMapper.php:71
4661
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.613 ms 1 /src/Adapter/EntityMapper.php:71
4468
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10931) AND (b.`id_shop` = 1) LIMIT 1
0.612 ms 1 /src/Adapter/EntityMapper.php:71
4857
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5336) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.612 ms 1 Yes Yes /classes/Product.php:4524
4414
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9850
0.611 ms 1 /classes/Product.php:2902
1971
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.611 ms 1 /classes/Product.php:5659
3183
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9843
AND image_shop.`cover` = 1 LIMIT 1
0.611 ms 1 /classes/Product.php:3570
4403
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7760) AND (b.`id_shop` = 1) LIMIT 1
0.610 ms 1 /src/Adapter/EntityMapper.php:71
4690
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2594) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.610 ms 1 Yes Yes /classes/Product.php:4524
1501
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2812 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.610 ms 10 Yes /classes/SpecificPrice.php:576
3684
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3231) AND (b.`id_shop` = 1) LIMIT 1
0.610 ms 1 /src/Adapter/EntityMapper.php:71
4644
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
0.610 ms 6 /src/Adapter/EntityMapper.php:79
4151
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4008) AND (b.`id_shop` = 1) LIMIT 1
0.609 ms 1 /src/Adapter/EntityMapper.php:71
3965
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4413) AND (b.`id_shop` = 1) LIMIT 1
0.609 ms 1 /src/Adapter/EntityMapper.php:71
4499
SELECT SQL_NO_CACHE *
FROM `hgt78_currency_lang`
WHERE `id_currency` = 2
0.609 ms 6 /src/Adapter/EntityMapper.php:79
4685
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2475) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.608 ms 1 Yes Yes /classes/Product.php:4524
151
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2489
ORDER BY f.position ASC
0.607 ms 5 Yes /classes/Product.php:6021
3751
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3881
ORDER BY `position`
0.607 ms 1 Yes /classes/Product.php:3545
1110
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3987 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.606 ms 10 Yes /classes/SpecificPrice.php:576
3168
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7753 AND `id_group` = 1 LIMIT 1
0.606 ms 0 /classes/GroupReduction.php:156
4918
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.605 ms 1 Yes Yes /classes/Product.php:4524
585
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3230
ORDER BY f.position ASC
0.605 ms 5 Yes /classes/Product.php:6021
1534
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4033 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.604 ms 10 Yes /classes/SpecificPrice.php:576
4271
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4945) AND (b.`id_shop` = 1) LIMIT 1
0.604 ms 1 /src/Adapter/EntityMapper.php:71
4901
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4295) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.604 ms 1 Yes Yes /classes/Product.php:4524
1299
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2400 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.603 ms 10 Yes /classes/SpecificPrice.php:576
4800
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2815) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.603 ms 1 Yes Yes /classes/Product.php:4524
2152
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3927)
0.603 ms 1 /classes/Product.php:3860
3618
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3624) AND (b.`id_shop` = 1) LIMIT 1
0.603 ms 1 /src/Adapter/EntityMapper.php:71
676
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3090 LIMIT 1
0.602 ms 10 /classes/SpecificPrice.php:435
2201
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3981
ORDER BY f.position ASC
0.602 ms 5 Yes /classes/Product.php:6021
4358
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6133) AND (b.`id_shop` = 1) LIMIT 1
0.602 ms 1 /src/Adapter/EntityMapper.php:71
4362
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9819
ORDER BY `position`
0.602 ms 1 Yes /classes/Product.php:3545
1993
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.601 ms 1 /classes/Product.php:5659
2038
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5166 LIMIT 1
0.601 ms 10 /classes/SpecificPrice.php:435
3177
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9842)
0.601 ms 1 /classes/Product.php:3860
4388
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9844) AND (b.`id_shop` = 1) LIMIT 1
0.601 ms 1 /src/Adapter/EntityMapper.php:71
4400
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9847) AND (b.`id_shop` = 1) LIMIT 1
0.601 ms 1 /src/Adapter/EntityMapper.php:71
4717
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3200) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.601 ms 1 Yes Yes /classes/Product.php:4524
3303
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9851
ORDER BY f.position ASC
0.600 ms 5 Yes /classes/Product.php:6021
4274
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9746) AND (b.`id_shop` = 1) LIMIT 1
0.599 ms 1 /src/Adapter/EntityMapper.php:71
138
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3019 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3019 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.599 ms 0 /classes/Cart.php:1430
3218
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7757 LIMIT 1
0.599 ms 10 /classes/SpecificPrice.php:435
4640
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 197 AND `id_shop` = 1
0.599 ms 6 /src/Adapter/EntityMapper.php:79
4683
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3019) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.598 ms 1 Yes Yes /classes/Product.php:4524
4371
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7751
ORDER BY `position`
0.598 ms 1 Yes /classes/Product.php:3545
4692
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4694) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.598 ms 1 Yes Yes /classes/Product.php:4524
4698
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2889) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.598 ms 1 Yes Yes /classes/Product.php:4524
4808
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2785) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.598 ms 1 Yes Yes /classes/Product.php:4524
179
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2596 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.597 ms 10 Yes /classes/SpecificPrice.php:576
4181
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5328) AND (b.`id_shop` = 1) LIMIT 1
0.597 ms 1 /src/Adapter/EntityMapper.php:71
4320
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5623
ORDER BY `position`
0.597 ms 2 Yes /classes/Product.php:3545
4919
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.597 ms 1 Yes Yes /classes/Product.php:4524
2945
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5623 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.596 ms 10 Yes /classes/SpecificPrice.php:576
3609
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3623) AND (b.`id_shop` = 1) LIMIT 1
0.596 ms 1 /src/Adapter/EntityMapper.php:71
2746
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4946 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.595 ms 10 Yes /classes/SpecificPrice.php:576
4859
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5337) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.595 ms 1 Yes Yes /classes/Product.php:4524
4917
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.595 ms 1 Yes Yes /classes/Product.php:4524
799
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3135 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.595 ms 10 Yes /classes/SpecificPrice.php:576
4423
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9852
0.595 ms 1 /classes/Product.php:2902
740
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3133
AND image_shop.`cover` = 1 LIMIT 1
0.594 ms 1 /classes/Product.php:3570
2629
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8969 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.594 ms 0 /classes/Cart.php:1430
2895
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5323 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.594 ms 0 /classes/Cart.php:1430
2712
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 9742 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.594 ms 11 Yes /classes/SpecificPrice.php:576
4137
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4023
ORDER BY `position`
0.594 ms 1 Yes /classes/Product.php:3545
4536
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.594 ms 1 /src/Adapter/EntityMapper.php:71
664
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.593 ms 1 /classes/Product.php:5659
1122
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3988 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.593 ms 10 Yes /classes/SpecificPrice.php:576
3939
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4034
ORDER BY `position`
0.593 ms 1 Yes /classes/Product.php:3545
240
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4694 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4694 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
804
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3135 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3135 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
1944
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3894 AND `id_group` = 1 LIMIT 1
0.592 ms 0 /classes/GroupReduction.php:156
4100
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4489) AND (b.`id_shop` = 1) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:71
4694
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3551) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.592 ms 1 Yes Yes /classes/Product.php:4524
696
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3096
AND image_shop.`cover` = 1 LIMIT 1
0.591 ms 1 /classes/Product.php:3570
1512
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4032 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.591 ms 10 Yes /classes/SpecificPrice.php:576
3667
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3227
ORDER BY `position`
0.591 ms 1 Yes /classes/Product.php:3545
3822
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3987
ORDER BY `position`
0.591 ms 1 Yes /classes/Product.php:3545
4103
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3927) AND (b.`id_shop` = 1) LIMIT 1
0.591 ms 1 /src/Adapter/EntityMapper.php:71
4280
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5108) AND (b.`id_shop` = 1) LIMIT 1
0.591 ms 1 /src/Adapter/EntityMapper.php:71
4382
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9842) AND (b.`id_shop` = 1) LIMIT 1
0.591 ms 1 /src/Adapter/EntityMapper.php:71
4767
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2441) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.591 ms 1 Yes Yes /classes/Product.php:4524
4866
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3928) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.591 ms 1 Yes Yes /classes/Product.php:4524
235
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4694 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.591 ms 10 Yes /classes/SpecificPrice.php:576
1076
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3985
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.590 ms 0 /classes/SpecificPrice.php:259
4091
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3923) AND (b.`id_shop` = 1) LIMIT 1
0.590 ms 1 /src/Adapter/EntityMapper.php:71
4865
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3927) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.590 ms 1 Yes Yes /classes/Product.php:4524
4437
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7782
ORDER BY `position`
0.590 ms 1 Yes /classes/Product.php:3545
4766
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3015) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.590 ms 1 Yes Yes /classes/Product.php:4524
812
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3944)
0.589 ms 1 /classes/Product.php:3860
1953
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4704)
0.589 ms 1 /classes/Product.php:3860
3485
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9735 LIMIT 1
0.589 ms 11 /classes/SpecificPrice.php:435
4701
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2890) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.589 ms 1 Yes Yes /classes/Product.php:4524
4703
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3624) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.589 ms 1 Yes Yes /classes/Product.php:4524
3350
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10738) AND (b.`id_shop` = 1) LIMIT 1
0.588 ms 1 /src/Adapter/EntityMapper.php:71
2256
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3956
ORDER BY f.position ASC
0.587 ms 5 Yes /classes/Product.php:6021
2303
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4007 LIMIT 1
0.587 ms 10 /classes/SpecificPrice.php:435
3881
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4003) AND (b.`id_shop` = 1) LIMIT 1
0.587 ms 1 /src/Adapter/EntityMapper.php:71
4376
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9830) AND (b.`id_shop` = 1) LIMIT 1
0.587 ms 1 /src/Adapter/EntityMapper.php:71
4106
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3928) AND (b.`id_shop` = 1) LIMIT 1
0.586 ms 1 /src/Adapter/EntityMapper.php:71
1451
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4022 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4022 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.586 ms 0 /classes/Cart.php:1430
4386
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9843
ORDER BY `position`
0.585 ms 1 Yes /classes/Product.php:3545
1880
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4698 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4698 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.584 ms 0 /classes/Cart.php:1430
4489
SELECT SQL_NO_CACHE id_group FROM hgt78_cart_rule_group WHERE id_cart_rule = 0
0.584 ms 1 /classes/CartRule.php:438
3114
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.584 ms 1 /classes/stock/StockAvailable.php:453
1866
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3874 AND id_shop=1 LIMIT 1
0.583 ms 1 /classes/Product.php:6876
4990
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3628) 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
1957
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4704 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4704 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.583 ms 0 /classes/Cart.php:1430
3543
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3628 LIMIT 1
0.583 ms 10 /classes/SpecificPrice.php:435
4131
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3956
ORDER BY `position`
0.583 ms 1 Yes /classes/Product.php:3545
1282
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4000 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4000 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.582 ms 0 /classes/Cart.php:1430
1812
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3861 AND `id_group` = 1 LIMIT 1
0.582 ms 0 /classes/GroupReduction.php:156
3182
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9842
ORDER BY f.position ASC
0.582 ms 5 Yes /classes/Product.php:6021
3604
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2889
ORDER BY `position`
0.582 ms 1 Yes /classes/Product.php:3545
4094
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4488) AND (b.`id_shop` = 1) LIMIT 1
0.582 ms 1 /src/Adapter/EntityMapper.php:71
4379
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7753) AND (b.`id_shop` = 1) LIMIT 1
0.582 ms 1 /src/Adapter/EntityMapper.php:71
4784
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3999) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.582 ms 1 Yes Yes /classes/Product.php:4524
3503
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.581 ms 1 /classes/stock/StockAvailable.php:453
3689
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3087
0.581 ms 1 /classes/Product.php:2902
491
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2930 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.580 ms 10 Yes /classes/SpecificPrice.php:576
2274
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4023 AND id_shop=1 LIMIT 1
0.580 ms 1 /classes/Product.php:6876
4623
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.580 ms 1 /src/Adapter/EntityMapper.php:71
4397
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9846) AND (b.`id_shop` = 1) LIMIT 1
0.580 ms 1 /src/Adapter/EntityMapper.php:71
4142
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4024) AND (b.`id_shop` = 1) LIMIT 1
0.579 ms 1 /src/Adapter/EntityMapper.php:71
4440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12576
ORDER BY `position`
0.579 ms 1 Yes /classes/Product.php:3545
480
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3198 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.578 ms 10 Yes /classes/SpecificPrice.php:576
3407
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12682) AND (b.`id_shop` = 1) LIMIT 1
0.578 ms 1 /src/Adapter/EntityMapper.php:71
3478
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9381 AND id_shop=1 LIMIT 1
0.578 ms 1 /classes/Product.php:6876
4762
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6414) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.577 ms 1 Yes Yes /classes/Product.php:4524
1578
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2946 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.576 ms 10 Yes /classes/SpecificPrice.php:576
2391
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5083 LIMIT 1
0.576 ms 10 /classes/SpecificPrice.php:435
1550
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4034 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4034 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.575 ms 0 /classes/Cart.php:1430
4770
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3986) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.575 ms 1 Yes Yes /classes/Product.php:4524
4406
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9848) AND (b.`id_shop` = 1) LIMIT 1
0.575 ms 1 /src/Adapter/EntityMapper.php:71
4340
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9790) AND (b.`id_shop` = 1) LIMIT 1
0.574 ms 1 /src/Adapter/EntityMapper.php:71
447
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3196 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.573 ms 10 Yes /classes/SpecificPrice.php:576
983
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6079
ORDER BY f.position ASC
0.573 ms 5 Yes /classes/Product.php:6021
2701
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4709 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.573 ms 10 Yes /classes/SpecificPrice.php:576
4355
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9794) AND (b.`id_shop` = 1) LIMIT 1
0.573 ms 1 /src/Adapter/EntityMapper.php:71
2801
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 5108 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.572 ms 10 Yes /classes/SpecificPrice.php:576
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.571 ms 1 /src/Adapter/EntityMapper.php:71
191
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2502 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.571 ms 10 Yes /classes/SpecificPrice.php:576
1980
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4989
ORDER BY f.position ASC
0.571 ms 5 Yes /classes/Product.php:6021
3738
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3135) AND (b.`id_shop` = 1) LIMIT 1
0.571 ms 1 /src/Adapter/EntityMapper.php:71
4765
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3849) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.571 ms 1 Yes Yes /classes/Product.php:4524
1326
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2438 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.571 ms 0 /classes/Cart.php:1430
3891
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2398
ORDER BY `position`
0.571 ms 1 Yes /classes/Product.php:3545
2509
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4247
ORDER BY f.position ASC
0.570 ms 5 Yes /classes/Product.php:6021
3535
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 12561 AND `id_group` = 1 LIMIT 1
0.570 ms 0 /classes/GroupReduction.php:156
4883
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4009) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.570 ms 1 Yes Yes /classes/Product.php:4524
1093
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2442 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.569 ms 0 /classes/Cart.php:1430
1315
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4002 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4002 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.569 ms 0 /classes/Cart.php:1430
3152
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9830 LIMIT 1
0.569 ms 11 /classes/SpecificPrice.php:435
4046
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3894) AND (b.`id_shop` = 1) LIMIT 1
0.569 ms 1 /src/Adapter/EntityMapper.php:71
4795
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2403) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.569 ms 1 Yes Yes /classes/Product.php:4524
2190
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3980
ORDER BY f.position ASC
0.568 ms 5 Yes /classes/Product.php:6021
4696
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2479) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.568 ms 1 Yes Yes /classes/Product.php:4524
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.568 ms 1 /src/Adapter/EntityMapper.php:71
2520
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6105
ORDER BY f.position ASC
0.568 ms 5 Yes /classes/Product.php:6021
4699
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2480) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.568 ms 1 Yes Yes /classes/Product.php:4524
4761
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6104) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.567 ms 1 Yes Yes /classes/Product.php:4524
4862
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4488) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.567 ms 1 Yes Yes /classes/Product.php:4524
4931
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9768) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.567 ms 1 Yes Yes /classes/Product.php:4524
894
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3772
ORDER BY f.position ASC
0.566 ms 5 Yes /classes/Product.php:6021
1293
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4001 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4001 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.566 ms 0 /classes/Cart.php:1430
1850
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.566 ms 1 /classes/Product.php:5659
2059
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.565 ms 1 /classes/Product.php:5659
3598
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2479
ORDER BY `position`
0.565 ms 1 Yes /classes/Product.php:3545
4337
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6077) AND (b.`id_shop` = 1) LIMIT 1
0.565 ms 1 /src/Adapter/EntityMapper.php:71
3863
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2432) AND (b.`id_shop` = 1) LIMIT 1
0.564 ms 1 /src/Adapter/EntityMapper.php:71
4697
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3552) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.564 ms 1 Yes Yes /classes/Product.php:4524
4700
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.563 ms 1 Yes Yes /classes/Product.php:4524
3005
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9789 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9789 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.562 ms 0 /classes/Cart.php:1430
2245
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3940
ORDER BY f.position ASC
0.562 ms 5 Yes /classes/Product.php:6021
4331
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6076) AND (b.`id_shop` = 1) LIMIT 1
0.562 ms 1 /src/Adapter/EntityMapper.php:71
4702
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2481) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.562 ms 1 Yes Yes /classes/Product.php:4524
4760
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6103) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.561 ms 1 Yes Yes /classes/Product.php:4524
4815
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4238) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.561 ms 1 Yes Yes /classes/Product.php:4524
88
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.560 ms 25 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
996
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.560 ms 1 /classes/Product.php:5659
1283
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4000
ORDER BY f.position ASC
0.560 ms 5 Yes /classes/Product.php:6021
3080
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9794 AND `id_group` = 1 LIMIT 1
0.560 ms 0 /classes/GroupReduction.php:156
419
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2918
ORDER BY f.position ASC
0.560 ms 5 Yes /classes/Product.php:6021
2906
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9769 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9769 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.559 ms 0 /classes/Cart.php:1430
3439
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8416
ORDER BY f.position ASC
0.559 ms 5 Yes /classes/Product.php:6021
4444
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8414
0.559 ms 1 /classes/Product.php:2902
2157
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3927
ORDER BY f.position ASC
0.559 ms 5 Yes /classes/Product.php:6021
2454
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5352
ORDER BY f.position ASC
0.559 ms 5 Yes /classes/Product.php:6021
2146
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4489
ORDER BY f.position ASC
0.558 ms 5 Yes /classes/Product.php:6021
2482
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6023)
0.558 ms 1 /classes/Product.php:3860
1506
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.558 ms 0 /classes/Cart.php:1430
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.557 ms 1 Yes /classes/shop/Shop.php:1364
4589
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
0.557 ms 6 /src/Adapter/EntityMapper.php:79
1099
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3986 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.556 ms 10 Yes /classes/SpecificPrice.php:576
2336
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4026 LIMIT 1
0.556 ms 10 /classes/SpecificPrice.php:435
3197
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9844
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.556 ms 0 /classes/SpecificPrice.php:259
2607
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8948 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.554 ms 0 /classes/Cart.php:1430
3714
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3097) AND (b.`id_shop` = 1) LIMIT 1
0.554 ms 1 /src/Adapter/EntityMapper.php:71
4029
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4698
ORDER BY `position`
0.554 ms 1 Yes /classes/Product.php:3545
502
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3199 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.553 ms 10 Yes /classes/SpecificPrice.php:576
2394
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5083)
0.553 ms 1 /classes/Product.php:3860
1417
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2816
ORDER BY f.position ASC
0.553 ms 5 Yes /classes/Product.php:6021
2818
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9749
ORDER BY f.position ASC
0.553 ms 5 Yes /classes/Product.php:6021
3058
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6131 AND `id_group` = 1 LIMIT 1
0.553 ms 0 /classes/GroupReduction.php:156
781
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3943) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.552 ms 1 /classes/stock/StockAvailable.php:453
3252
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7760
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.552 ms 0 /classes/SpecificPrice.php:259
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 = 3994
ORDER BY f.position ASC
0.551 ms 5 Yes /classes/Product.php:6021
3471
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9262
ORDER BY f.position ASC
0.550 ms 5 Yes /classes/Product.php:6021
790
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3878 AND id_shop=1 LIMIT 1
0.550 ms 1 /classes/Product.php:6876
3531
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 12561
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.550 ms 1 /classes/SpecificPrice.php:259
3516
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10931
ORDER BY f.position ASC
0.549 ms 5 Yes /classes/Product.php:6021
3538
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12561
ORDER BY f.position ASC
0.549 ms 5 Yes /classes/Product.php:6021
4407
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9848
ORDER BY `position`
0.549 ms 1 Yes /classes/Product.php:3545
4645
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.549 ms 1 /src/Adapter/EntityMapper.php:71
2334
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4026
AND image_shop.`cover` = 1 LIMIT 1
0.548 ms 1 /classes/Product.php:3570
1133
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `hgt78_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3990 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-01 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.548 ms 10 Yes /classes/SpecificPrice.php:576
686
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.547 ms 1 /classes/Product.php:5659
3259
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7760
ORDER BY f.position ASC
0.547 ms 5 Yes /classes/Product.php:6021
693
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3095) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.546 ms 1 /classes/stock/StockAvailable.php:453
1727
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4507
ORDER BY f.position ASC
0.546 ms 5 Yes /classes/Product.php:6021
2224
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3984
AND image_shop.`cover` = 1 LIMIT 1
0.546 ms 1 /classes/Product.php:3570
3794
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6104
0.546 ms 1 /classes/Product.php:2902
347
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2481)
0.545 ms 1 /classes/Product.php:3860
1606
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4238
ORDER BY f.position ASC
0.545 ms 5 Yes /classes/Product.php:6021
1621
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4241
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.545 ms 0 /classes/SpecificPrice.php:259
4477
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3628
ORDER BY `position`
0.545 ms 1 Yes /classes/Product.php:3545
2350
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4009)
0.544 ms 1 /classes/Product.php:3860
3918
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4029
ORDER BY `position`
0.544 ms 1 Yes /classes/Product.php:3545
3482
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9381
ORDER BY f.position ASC
0.544 ms 5 Yes /classes/Product.php:6021
4456
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8979
0.544 ms 1 /classes/Product.php:2902
4503
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `hgt78_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.544 ms 1 /classes/Cart.php:1303
20
SELECT SQL_NO_CACHE * FROM `hgt78_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.543 ms 1 /classes/module/Module.php:2046
2132
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3924 AND `id_group` = 1 LIMIT 1
0.543 ms 0 /classes/GroupReduction.php:156
2972
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5896 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5896 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.543 ms 0 /classes/Cart.php:1430
4470
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10931
0.543 ms 1 /classes/Product.php:2902
4716
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3199) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.542 ms 1 Yes Yes /classes/Product.php:4524
872
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3946
ORDER BY f.position ASC
0.541 ms 5 Yes /classes/Product.php:6021
1749
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3852
ORDER BY f.position ASC
0.540 ms 5 Yes /classes/Product.php:6021
842
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3881 LIMIT 1
0.540 ms 10 /classes/SpecificPrice.php:435
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 = 2730
ORDER BY f.position ASC
0.539 ms 5 Yes /classes/Product.php:6021
2884
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9768 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9768 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.539 ms 0 /classes/Cart.php:1430
694
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3095 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3095 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
3052
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.538 ms 1 /classes/Product.php:5659
4005
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3859
ORDER BY `position`
0.538 ms 1 Yes /classes/Product.php:3545
374
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2555
ORDER BY f.position ASC
0.538 ms 5 Yes /classes/Product.php:6021
1271
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2432 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.538 ms 0 /classes/Cart.php:1430
3691
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3232
ORDER BY `position`
0.538 ms 1 Yes /classes/Product.php:3545
3006
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9789
ORDER BY f.position ASC
0.537 ms 5 Yes /classes/Product.php:6021
3368
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 12539) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.537 ms 1 /classes/stock/StockAvailable.php:453
1561
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4035 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.536 ms 0 /classes/Cart.php:1430
3036
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6078 AND `id_group` = 1 LIMIT 1
0.536 ms 0 /classes/GroupReduction.php:156
83
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Articles SPA'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.535 ms 7 /classes/Category.php:1500
1462
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2814 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2814 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.535 ms 0 /classes/Cart.php:1430
2344
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4026
ORDER BY f.position ASC
0.535 ms 5 Yes /classes/Product.php:6021
485
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3198 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3198 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.535 ms 0 /classes/Cart.php:1430
241
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4694
ORDER BY f.position ASC
0.534 ms 5 Yes /classes/Product.php:6021
1495
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4030 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4030 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.533 ms 0 /classes/Cart.php:1430
2939
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9773 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.533 ms 0 /classes/Cart.php:1430
1239
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2434
ORDER BY f.position ASC
0.533 ms 5 Yes /classes/Product.php:6021
1826
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4582
ORDER BY f.position ASC
0.533 ms 5 Yes /classes/Product.php:6021
4891
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5328) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.533 ms 1 Yes Yes /classes/Product.php:4524
1228
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3997
ORDER BY f.position ASC
0.532 ms 5 Yes /classes/Product.php:6021
4368
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9821
ORDER BY `position`
0.532 ms 1 Yes /classes/Product.php:3545
4763
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6655) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.532 ms 1 Yes Yes /classes/Product.php:4524
1841
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4583
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.531 ms 0 /classes/SpecificPrice.php:259
2139
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4489
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.531 ms 0 /classes/SpecificPrice.php:259
3607
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2480
ORDER BY `position`
0.531 ms 1 Yes /classes/Product.php:3545
139
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3019
ORDER BY f.position ASC
0.529 ms 5 Yes /classes/Product.php:6021
574
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3229
ORDER BY f.position ASC
0.529 ms 5 Yes /classes/Product.php:6021
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 = 3992
ORDER BY f.position ASC
0.529 ms 5 Yes /classes/Product.php:6021
3067
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9792)
0.529 ms 1 /classes/Product.php:3860
3131
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7751
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.529 ms 0 /classes/SpecificPrice.php:259
3325
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9852
ORDER BY f.position ASC
0.529 ms 5 Yes /classes/Product.php:6021
507
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3199 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.529 ms 0 /classes/Cart.php:1430
3074
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.528 ms 1 /classes/Product.php:5659
4374
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7752
ORDER BY `position`
0.528 ms 1 Yes /classes/Product.php:3545
4848
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4718) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.528 ms 1 Yes Yes /classes/Product.php:4524
1657
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2731 AND id_shop=1 LIMIT 1
0.527 ms 1 /classes/Product.php:6876
2564
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8429
ORDER BY f.position ASC
0.527 ms 5 Yes /classes/Product.php:6021
3292
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9850
ORDER BY f.position ASC
0.527 ms 5 Yes /classes/Product.php:6021
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 = 2440
ORDER BY f.position ASC
0.527 ms 5 Yes /classes/Product.php:6021
3112
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9820 AND id_shop=1 LIMIT 1
0.527 ms 1 /classes/Product.php:6876
540
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3227 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3227 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.526 ms 0 /classes/Cart.php:1430
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.525 ms 1 /src/Adapter/EntityMapper.php:71
330
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3623
ORDER BY f.position ASC
0.525 ms 5 Yes /classes/Product.php:6021
518
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3200 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.525 ms 0 /classes/Cart.php:1430
2487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6023
ORDER BY f.position ASC
0.525 ms 5 Yes /classes/Product.php:6021
2796
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9747
ORDER BY f.position ASC
0.525 ms 5 Yes /classes/Product.php:6021
4847
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4704) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.525 ms 1 Yes Yes /classes/Product.php:4524
197
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2502
ORDER BY f.position ASC
0.524 ms 5 Yes /classes/Product.php:6021
632
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3088 LIMIT 1
0.524 ms 10 /classes/SpecificPrice.php:435
1642
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4413 LIMIT 1
0.524 ms 10 /classes/SpecificPrice.php:435
3211
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9845 AND id_shop=1 LIMIT 1
0.524 ms 1 /classes/Product.php:6876
3624
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3625) AND (b.`id_shop` = 1) LIMIT 1
0.524 ms 1 /src/Adapter/EntityMapper.php:71
2251
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3956)
0.523 ms 1 /classes/Product.php:3860
1877
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4698 AND id_shop=1 LIMIT 1
0.523 ms 1 /classes/Product.php:6876
2449
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5352)
0.522 ms 1 /classes/Product.php:3860
4994
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.522 ms 21 /classes/Category.php:2242
737
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.522 ms 1 /classes/stock/StockAvailable.php:453
3949
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2946
0.522 ms 1 /classes/Product.php:2902
4119
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3982
ORDER BY `position`
0.522 ms 1 Yes /classes/Product.php:3545
2072
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3919
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.521 ms 0 /classes/SpecificPrice.php:259
115
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2595
ORDER BY f.position ASC
0.520 ms 5 Yes /classes/Product.php:6021
127
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2478 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2478 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.520 ms 0 /classes/Cart.php:1430
363
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3624
ORDER BY f.position ASC
0.520 ms 5 Yes /classes/Product.php:6021
975
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6079 LIMIT 1
0.520 ms 10 /classes/SpecificPrice.php:435
1813
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3861) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.520 ms 1 /classes/stock/StockAvailable.php:453
4062
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5077
ORDER BY `position`
0.520 ms 1 Yes /classes/Product.php:3545
4071
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3911
ORDER BY `position`
0.520 ms 1 Yes /classes/Product.php:3545
4860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3922) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.520 ms 1 Yes Yes /classes/Product.php:4524
1572
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3550 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3550 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.519 ms 0 /classes/Cart.php:1430
4050
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4704
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3545
2929
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9772
ORDER BY f.position ASC
0.519 ms 5 Yes /classes/Product.php:6021
486
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3198
ORDER BY f.position ASC
0.518 ms 5 Yes /classes/Product.php:6021
1694
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4492
ORDER BY f.position ASC
0.518 ms 5 Yes /classes/Product.php:6021
1976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4989 AND id_shop=1 LIMIT 1
0.518 ms 1 /classes/Product.php:6876
2356
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4010
AND image_shop.`cover` = 1 LIMIT 1
0.518 ms 1 /classes/Product.php:3570
2962
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9774
ORDER BY f.position ASC
0.518 ms 5 Yes /classes/Product.php:6021
74
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "colissimo_simplicite" LIMIT 1
0.517 ms 1 /classes/module/Module.php:2664
1583
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.517 ms 0 /classes/Cart.php:1430
3123
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9821 AND id_shop=1 LIMIT 1
0.517 ms 1 /classes/Product.php:6876
3467
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9262 AND id_shop=1 LIMIT 1
0.517 ms 1 /classes/Product.php:6876
4886
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5084) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.517 ms 1 Yes Yes /classes/Product.php:4524
1406
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2817
ORDER BY f.position ASC
0.516 ms 5 Yes /classes/Product.php:6021
4008
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3860
ORDER BY `position`
0.516 ms 1 Yes /classes/Product.php:3545
352
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2481
ORDER BY f.position ASC
0.515 ms 5 Yes /classes/Product.php:6021
229
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2504 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2504 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.515 ms 0 /classes/Cart.php:1430
767
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3134)
0.515 ms 1 /classes/Product.php:3860
1294
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4001
ORDER BY f.position ASC
0.515 ms 5 Yes /classes/Product.php:6021
2950
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5623 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.515 ms 0 /classes/Cart.php:1430
687
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3095 LIMIT 1
0.514 ms 10 /classes/SpecificPrice.php:435
4796
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2846) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.514 ms 1 Yes Yes /classes/Product.php:4524
861
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3251
ORDER BY f.position ASC
0.513 ms 5 Yes /classes/Product.php:6021
2094
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3922
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.513 ms 0 /classes/SpecificPrice.php:259
3831
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2702
ORDER BY `position`
0.513 ms 1 Yes /classes/Product.php:3545
2806
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5108 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5108 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.513 ms 0 /classes/Cart.php:1430
2458
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5641
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.512 ms 0 /classes/SpecificPrice.php:259
2862
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5262 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5262 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.512 ms 0 /classes/Cart.php:1430
4350
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6131
ORDER BY `position`
0.512 ms 1 Yes /classes/Product.php:3545
474
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2929 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.511 ms 0 /classes/Cart.php:1430
839
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3945
ORDER BY f.position ASC
0.511 ms 5 Yes /classes/Product.php:6021
2553
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4295
ORDER BY f.position ASC
0.511 ms 5 Yes /classes/Product.php:6021
3245
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9847 AND `id_group` = 1 LIMIT 1
0.511 ms 0 /classes/GroupReduction.php:156
452
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3196 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3196 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.510 ms 0 /classes/Cart.php:1430
1261
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3999
ORDER BY f.position ASC
0.510 ms 5 Yes /classes/Product.php:6021
2290
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4024
AND image_shop.`cover` = 1 LIMIT 1
0.510 ms 2 /classes/Product.php:3570
3511
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10931)
0.510 ms 1 /classes/Product.php:3860
184
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2596 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2596 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.509 ms 0 /classes/Cart.php:1430
2301
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4007
AND image_shop.`cover` = 1 LIMIT 1
0.509 ms 1 /classes/Product.php:3570
551
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3236 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3236 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.509 ms 0 /classes/Cart.php:1430
2663
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9264
ORDER BY f.position ASC
0.508 ms 5 Yes /classes/Product.php:6021
1469
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4029)
0.508 ms 1 /classes/Product.php:3860
3016
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6077 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.508 ms 0 /classes/Cart.php:1430
162
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2475 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2475 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.507 ms 0 /classes/Cart.php:1430
2163
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3928)
0.507 ms 1 /classes/Product.php:3860
2850
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9752 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9752 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.507 ms 0 /classes/Cart.php:1430
3096
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.507 ms 1 /classes/Product.php:5659
4146
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4007
ORDER BY `position`
0.507 ms 1 Yes /classes/Product.php:3545
3035
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6078 AND id_shop=1 LIMIT 1
0.507 ms 1 /classes/Product.php:6876
4187
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5641) AND (b.`id_shop` = 1) LIMIT 1
0.507 ms 1 /src/Adapter/EntityMapper.php:71
887
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3772
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.506 ms 0 /classes/SpecificPrice.php:259
2619
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4332
ORDER BY f.position ASC
0.506 ms 5 Yes /classes/Product.php:6021
3302
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9851 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9851 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.506 ms 0 /classes/Cart.php:1430
3281
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9849
ORDER BY f.position ASC
0.506 ms 5 Yes /classes/Product.php:6021
3664
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3235
ORDER BY `position`
0.506 ms 1 Yes /classes/Product.php:3545
1082
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3985 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3985 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.505 ms 0 /classes/Cart.php:1430
1911
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4701 AND `id_group` = 1 LIMIT 1
0.505 ms 0 /classes/GroupReduction.php:156
2840
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5116
ORDER BY f.position ASC
0.505 ms 5 Yes /classes/Product.php:6021
3999
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4540
ORDER BY `position`
0.505 ms 1 Yes /classes/Product.php:3545
4988
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12563) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.505 ms 1 Yes Yes /classes/Product.php:4524
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` = 2702 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2702 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.504 ms 0 /classes/Cart.php:1430
1305
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2400
ORDER BY f.position ASC
0.504 ms 5 Yes /classes/Product.php:6021
1896
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4700
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.504 ms 0 /classes/SpecificPrice.php:259
2531
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6134
ORDER BY f.position ASC
0.504 ms 5 Yes /classes/Product.php:6021
2641
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4333
ORDER BY f.position ASC
0.504 ms 5 Yes /classes/Product.php:6021
1474
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4029
ORDER BY f.position ASC
0.503 ms 5 Yes /classes/Product.php:6021
1795
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.503 ms 1 /classes/Product.php:5659
2762
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.503 ms 0 /classes/Cart.php:1430
626
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3232 AND `id_group` = 1 LIMIT 1
0.503 ms 0 /classes/GroupReduction.php:156
1878
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4698 AND `id_group` = 1 LIMIT 1
0.503 ms 0 /classes/GroupReduction.php:156
2323
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4008
AND image_shop.`cover` = 1 LIMIT 1
0.503 ms 1 /classes/Product.php:3570
2773
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4945 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4945 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.502 ms 0 /classes/Cart.php:1430
4166
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5084) AND (b.`id_shop` = 1) LIMIT 1
0.502 ms 1 /src/Adapter/EntityMapper.php:71
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 = 3087
ORDER BY f.position ASC
0.502 ms 5 Yes /classes/Product.php:6021
4464
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9735
ORDER BY `position`
0.501 ms 1 Yes /classes/Product.php:3545
4592
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.501 ms 1 /src/Adapter/EntityMapper.php:71
3509
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10931
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.501 ms 1 /classes/SpecificPrice.php:259
4014
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4582
ORDER BY `position`
0.501 ms 3 Yes /classes/Product.php:3545
430
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2944
ORDER BY f.position ASC
0.500 ms 5 Yes /classes/Product.php:6021
1028
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6655
ORDER BY f.position ASC
0.500 ms 5 Yes /classes/Product.php:6021
1217
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3996
ORDER BY f.position ASC
0.500 ms 5 Yes /classes/Product.php:6021
1874
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4698
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.500 ms 0 /classes/SpecificPrice.php:259
2438
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5328)
0.500 ms 1 /classes/Product.php:3860
3169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7753) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.500 ms 1 /classes/stock/StockAvailable.php:453
3248
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9847
ORDER BY f.position ASC
0.500 ms 5 Yes /classes/Product.php:6021
4593
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.500 ms 6 /src/Adapter/EntityMapper.php:79
319
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2480
ORDER BY f.position ASC
0.499 ms 5 Yes /classes/Product.php:6021
802
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3135 AND `id_group` = 1 LIMIT 1
0.499 ms 0 /classes/GroupReduction.php:156
2752
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4946
ORDER BY f.position ASC
0.499 ms 5 Yes /classes/Product.php:6021
3551
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3628
ORDER BY f.position ASC
0.499 ms 5 Yes /classes/Product.php:6021
4945
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6078) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.498 ms 1 Yes Yes /classes/Product.php:4524
3237
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9846
ORDER BY f.position ASC
0.498 ms 5 Yes /classes/Product.php:6021
3544
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3628
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.497 ms 0 /classes/SpecificPrice.php:259
4265
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4946) AND (b.`id_shop` = 1) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
4314
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9772
ORDER BY `position`
0.497 ms 1 Yes /classes/Product.php:3545
396
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3626
ORDER BY f.position ASC
0.496 ms 5 Yes /classes/Product.php:6021
636
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3088 AND id_shop=1 LIMIT 1
0.496 ms 1 /classes/Product.php:6876
806
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3944
AND image_shop.`cover` = 1 LIMIT 1
0.496 ms 1 /classes/Product.php:3570
2791
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9747)
0.496 ms 1 /classes/Product.php:3860
4302
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9768
ORDER BY `position`
0.495 ms 1 Yes /classes/Product.php:3545
3990
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4508
ORDER BY `position`
0.495 ms 1 Yes /classes/Product.php:3545
436
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3629)
0.494 ms 1 /classes/Product.php:3860
963
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3822 LIMIT 1
0.494 ms 15 /classes/SpecificPrice.php:435
1424
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4021)
0.494 ms 1 /classes/Product.php:3860
1496
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4030
ORDER BY f.position ASC
0.494 ms 5 Yes /classes/Product.php:6021
2028
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3911
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.494 ms 0 /classes/SpecificPrice.php:259
2717
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9742 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9742 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.494 ms 0 /classes/Cart.php:1430
3880
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2438
0.494 ms 1 /classes/Product.php:2902
116
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 28
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.493 ms 1 /classes/tax/TaxRulesTaxManager.php:109
610
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3087 LIMIT 1
0.493 ms 10 /classes/SpecificPrice.php:435
2542
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6135
ORDER BY f.position ASC
0.493 ms 5 Yes /classes/Product.php:6021
3978
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4492
ORDER BY `position`
0.493 ms 1 Yes /classes/Product.php:3545
4017
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3863
ORDER BY `position`
0.493 ms 1 Yes /classes/Product.php:3545
3090
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6133 AND id_shop=1 LIMIT 1
0.492 ms 1 /classes/Product.php:6876
3365
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12539)
0.492 ms 1 /classes/Product.php:3860
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 = 3993
ORDER BY f.position ASC
0.492 ms 5 Yes /classes/Product.php:6021
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 = 3854
ORDER BY f.position ASC
0.492 ms 5 Yes /classes/Product.php:6021
1837
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3863
ORDER BY f.position ASC
0.491 ms 5 Yes /classes/Product.php:6021
4244
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4335) AND (b.`id_shop` = 1) LIMIT 1
0.491 ms 1 /src/Adapter/EntityMapper.php:71
754
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3942
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.491 ms 0 /classes/SpecificPrice.php:259
2300
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4024
ORDER BY f.position ASC
0.491 ms 5 Yes /classes/Product.php:6021
1016
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6414
ORDER BY f.position ASC
0.490 ms 5 Yes /classes/Product.php:6021
1061
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3015
ORDER BY f.position ASC
0.490 ms 5 Yes /classes/Product.php:6021
3280
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9849 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9849 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.490 ms 0 /classes/Cart.php:1430
1617
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4239
ORDER BY f.position ASC
0.489 ms 5 Yes /classes/Product.php:6021
2829
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9751
ORDER BY f.position ASC
0.489 ms 5 Yes /classes/Product.php:6021
4485
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.489 ms 29 /classes/CartRule.php:357
218
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2594 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2594 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.488 ms 0 /classes/Cart.php:1430
4598
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.488 ms 1 /src/Adapter/EntityMapper.php:71
2267
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3957
ORDER BY f.position ASC
0.487 ms 5 Yes /classes/Product.php:6021
608
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3087
AND image_shop.`cover` = 1 LIMIT 1
0.486 ms 1 /classes/Product.php:3570
795
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3135
AND image_shop.`cover` = 1 LIMIT 1
0.486 ms 1 /classes/Product.php:3570
2784
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9746 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.486 ms 0 /classes/Cart.php:1430
3993
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3852
ORDER BY `position`
0.486 ms 1 Yes /classes/Product.php:3545
3787
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6079
ORDER BY `position`
0.485 ms 1 Yes /classes/Product.php:3545
263
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3551
ORDER BY f.position ASC
0.485 ms 5 Yes /classes/Product.php:6021
297
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3552
ORDER BY f.position ASC
0.485 ms 5 Yes /classes/Product.php:6021
1796
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3860 LIMIT 1
0.485 ms 10 /classes/SpecificPrice.php:435
4002
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4541
ORDER BY `position`
0.485 ms 1 Yes /classes/Product.php:3545
1005
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6104
ORDER BY f.position ASC
0.484 ms 5 Yes /classes/Product.php:6021
2498
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6024
ORDER BY f.position ASC
0.484 ms 5 Yes /classes/Product.php:6021
2696
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9723
ORDER BY f.position ASC
0.484 ms 5 Yes /classes/Product.php:6021
4278
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9747
ORDER BY `position`
0.484 ms 1 Yes /classes/Product.php:3545
230
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2504
ORDER BY f.position ASC
0.483 ms 5 Yes /classes/Product.php:6021
2314
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4025 LIMIT 1
0.483 ms 10 /classes/SpecificPrice.php:435
3705
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3090) AND (b.`id_shop` = 1) LIMIT 1
0.483 ms 1 /src/Adapter/EntityMapper.php:71
2984
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9788
ORDER BY f.position ASC
0.482 ms 5 Yes /classes/Product.php:6021
207
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4692 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4692 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.481 ms 0 /classes/Cart.php:1430
4480
SELECT SQL_NO_CACHE * FROM `hgt78_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.481 ms 1 /classes/module/Module.php:2046
2597
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8947
ORDER BY f.position ASC
0.480 ms 5 Yes /classes/Product.php:6021
3456
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.480 ms 1 /classes/tax/TaxRulesTaxManager.php:109
3757
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3946
ORDER BY `position`
0.480 ms 1 Yes /classes/Product.php:3545
4128
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3940
ORDER BY `position`
0.480 ms 1 Yes /classes/Product.php:3545
4626
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
0.480 ms 6 /src/Adapter/EntityMapper.php:79
4850
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5076) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.480 ms 1 Yes Yes /classes/Product.php:4524
407
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3627
ORDER BY f.position ASC
0.479 ms 5 Yes /classes/Product.php:6021
2575
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4296
ORDER BY f.position ASC
0.479 ms 5 Yes /classes/Product.php:6021
4389
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9844
ORDER BY `position`
0.479 ms 1 Yes /classes/Product.php:3545
4450
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8415
0.479 ms 1 /classes/Product.php:2902
4544
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.479 ms 1 /src/Adapter/EntityMapper.php:71
1947
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3894
ORDER BY f.position ASC
0.478 ms 5 Yes /classes/Product.php:6021
2262
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3957)
0.478 ms 1 /classes/Product.php:3860
2728
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9743 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9743 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.478 ms 0 /classes/Cart.php:1430
3347
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7767
ORDER BY f.position ASC
0.478 ms 5 Yes /classes/Product.php:6021
3480
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9381) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.478 ms 1 /classes/stock/StockAvailable.php:453
4079
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5336) AND (b.`id_shop` = 1) LIMIT 1
0.478 ms 1 /src/Adapter/EntityMapper.php:71
4086
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5337
ORDER BY `position`
0.478 ms 4 Yes /classes/Product.php:3545
2366
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4010
ORDER BY f.position ASC
0.477 ms 5 Yes /classes/Product.php:6021
1630
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.477 ms 1 /classes/Product.php:5659
2196
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3981)
0.477 ms 1 /classes/Product.php:3860
563
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3228
ORDER BY f.position ASC
0.476 ms 5 Yes /classes/Product.php:6021
4250
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9723) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
463
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3197 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3197 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.476 ms 0 /classes/Cart.php:1430
4227
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8948
ORDER BY `position`
0.475 ms 1 Yes /classes/Product.php:3545
4467
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10627
0.475 ms 1 /classes/Product.php:2902
258
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3551)
0.474 ms 1 /classes/Product.php:3860
4098
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3924
ORDER BY `position`
0.474 ms 1 Yes /classes/Product.php:3545
4132
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3956
0.474 ms 1 /classes/Product.php:2902
4353
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9792
ORDER BY `position`
0.474 ms 1 Yes /classes/Product.php:3545
4441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 12576
0.474 ms 1 /classes/Product.php:2902
4455
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8979
ORDER BY `position`
0.474 ms 1 Yes /classes/Product.php:3545
4611
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 263 AND `id_shop` = 1
0.474 ms 6 /src/Adapter/EntityMapper.php:79
4647
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.474 ms 1 /src/Adapter/EntityMapper.php:71
4011
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3861
ORDER BY `position`
0.473 ms 1 Yes /classes/Product.php:3545
4037
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4701) AND (b.`id_shop` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:71
4616
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.473 ms 1 /src/Adapter/EntityMapper.php:71
724
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3873 AND id_shop=1 LIMIT 1
0.472 ms 1 /classes/Product.php:6876
1628
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4241
ORDER BY f.position ASC
0.472 ms 5 Yes /classes/Product.php:6021
4548
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 344 AND `id_shop` = 1
0.472 ms 6 /src/Adapter/EntityMapper.php:79
4797
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2817) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.472 ms 1 Yes Yes /classes/Product.php:4524
4590
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.471 ms 1 /src/Adapter/EntityMapper.php:71
385
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3625
ORDER BY f.position ASC
0.471 ms 5 Yes /classes/Product.php:6021
4458
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9262
ORDER BY `position`
0.471 ms 1 Yes /classes/Product.php:3545
2070
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.470 ms 1 /classes/Product.php:5659
4889
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4041) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.470 ms 1 Yes Yes /classes/Product.php:4524
2474
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5642) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.470 ms 1 /classes/stock/StockAvailable.php:453
3984
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2896
ORDER BY `position`
0.470 ms 1 Yes /classes/Product.php:3545
4077
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5167
ORDER BY `position`
0.470 ms 1 Yes /classes/Product.php:3545
3778
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3952
ORDER BY `position`
0.469 ms 1 Yes /classes/Product.php:3545
1648
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.469 ms 1 /classes/stock/StockAvailable.php:453
2067
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5336 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.469 ms 0 /classes/Cart.php:1430
2229
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3984)
0.469 ms 1 /classes/Product.php:3860
2240
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3940)
0.469 ms 1 /classes/Product.php:3860
3987
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4507
ORDER BY `position`
0.469 ms 1 Yes /classes/Product.php:3545
496
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2930 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.468 ms 0 /classes/Cart.php:1430
816
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3944 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3944 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.468 ms 0 /classes/Cart.php:1430
2685
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9721
ORDER BY f.position ASC
0.468 ms 5 Yes /classes/Product.php:6021
2706
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4709 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4709 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.468 ms 0 /classes/Cart.php:1430
4229
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4332) AND (b.`id_shop` = 1) LIMIT 1
0.468 ms 1 /src/Adapter/EntityMapper.php:71
591
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2972)
0.467 ms 1 /classes/Product.php:3860
1673
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4491
AND image_shop.`cover` = 1 LIMIT 1
0.467 ms 1 /classes/Product.php:3570
3393
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12576
ORDER BY f.position ASC
0.467 ms 5 Yes /classes/Product.php:6021
3602
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3552
0.467 ms 1 /classes/Product.php:2902
308
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2889
ORDER BY f.position ASC
0.467 ms 5 Yes /classes/Product.php:6021
1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4021
ORDER BY f.position ASC
0.467 ms 5 Yes /classes/Product.php:6021
441
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3629
ORDER BY f.position ASC
0.466 ms 5 Yes /classes/Product.php:6021
582
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3230 AND `id_group` = 1 LIMIT 1
0.466 ms 0 /classes/GroupReduction.php:156
2647
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8970)
0.466 ms 1 /classes/Product.php:3860
4208
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6135) AND (b.`id_shop` = 1) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
4116
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3981
ORDER BY `position`
0.466 ms 1 Yes /classes/Product.php:3545
4551
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
0.466 ms 6 /src/Adapter/EntityMapper.php:79
850
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3881
ORDER BY f.position ASC
0.465 ms 5 Yes /classes/Product.php:6021
3559
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3019
ORDER BY `position`
0.465 ms 1 Yes /classes/Product.php:3545
123
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2478)
0.465 ms 1 /classes/Product.php:3860
2740
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9744
ORDER BY f.position ASC
0.465 ms 5 Yes /classes/Product.php:6021
2367
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4011
AND image_shop.`cover` = 1 LIMIT 1
0.464 ms 1 /classes/Product.php:3570
3571
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2596
ORDER BY `position`
0.464 ms 1 Yes /classes/Product.php:3545
1127
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3988 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3988 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.464 ms 0 /classes/Cart.php:1430
2174
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3979)
0.464 ms 1 /classes/Product.php:3860
2873
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9767 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.464 ms 0 /classes/Cart.php:1430
3713
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3096
0.464 ms 1 /classes/Product.php:2902
3873
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2400
ORDER BY `position`
0.464 ms 1 Yes /classes/Product.php:3545
3894
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2403
ORDER BY `position`
0.464 ms 1 Yes /classes/Product.php:3545
325
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3623)
0.463 ms 1 /classes/Product.php:3860
797
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3135 LIMIT 1
0.463 ms 10 /classes/SpecificPrice.php:435
2630
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8969
ORDER BY f.position ASC
0.463 ms 5 Yes /classes/Product.php:6021
2652
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8970
ORDER BY f.position ASC
0.463 ms 5 Yes /classes/Product.php:6021
4134
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3957
ORDER BY `position`
0.463 ms 1 Yes /classes/Product.php:3545
1250
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3998
ORDER BY f.position ASC
0.462 ms 5 Yes /classes/Product.php:6021
1700
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4506)
0.462 ms 1 /classes/Product.php:3860
3032
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6078
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.462 ms 0 /classes/SpecificPrice.php:259
3996
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3854
ORDER BY `position`
0.462 ms 1 Yes /classes/Product.php:3545
3102
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9819 AND `id_group` = 1 LIMIT 1
0.461 ms 0 /classes/GroupReduction.php:156
4291
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5116
0.461 ms 1 /classes/Product.php:2902
670
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3520 AND `id_group` = 1 LIMIT 1
0.461 ms 0 /classes/GroupReduction.php:156
4193
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6023) AND (b.`id_shop` = 1) LIMIT 1
0.461 ms 1 /src/Adapter/EntityMapper.php:71
4680
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.461 ms 2 Yes /classes/Currency.php:694
4223
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8947) AND (b.`id_shop` = 1) LIMIT 1
0.460 ms 1 /src/Adapter/EntityMapper.php:71
1104
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3986 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3986 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.460 ms 0 /classes/Cart.php:1430
4068
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5104
ORDER BY `position`
0.460 ms 1 Yes /classes/Product.php:3545
2444
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5352
AND image_shop.`cover` = 1 LIMIT 1
0.459 ms 1 /classes/Product.php:3570
4798
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.459 ms 1 Yes Yes /classes/Product.php:4524
336
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2890)
0.459 ms 1 /classes/Product.php:3860
1987
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5076 AND id_shop=1 LIMIT 1
0.459 ms 1 /classes/Product.php:6876
704
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3096) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.458 ms 1 /classes/stock/StockAvailable.php:453
3643
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3196
ORDER BY `position`
0.458 ms 1 Yes /classes/Product.php:3545
3861
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3999
ORDER BY `position`
0.458 ms 1 Yes /classes/Product.php:3545
4851
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5077) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.458 ms 1 Yes Yes /classes/Product.php:4524
2234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3984
ORDER BY f.position ASC
0.457 ms 5 Yes /classes/Product.php:6021
2973
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5896
ORDER BY f.position ASC
0.457 ms 5 Yes /classes/Product.php:6021
4482
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.457 ms 1 /classes/Category.php:1754
3441
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.457 ms 1 /classes/tax/TaxRulesTaxManager.php:109
1949
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.456 ms 1 /classes/Product.php:5659
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` = 3992)
0.456 ms 1 /classes/Product.php:3860
4241
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9264) AND (b.`id_shop` = 1) LIMIT 1
0.456 ms 1 /src/Adapter/EntityMapper.php:71
1634
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2420)
0.455 ms 1 /classes/Product.php:3860
3065
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9792
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.455 ms 0 /classes/SpecificPrice.php:259
3557
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2478
0.455 ms 1 /classes/Product.php:2902
1000
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6104)
0.455 ms 1 /classes/Product.php:3860
103
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2595)
0.454 ms 1 /classes/Product.php:3860
2031
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3911 AND id_shop=1 LIMIT 1
0.454 ms 1 /classes/Product.php:6876
4885
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4011) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.454 ms 1 Yes Yes /classes/Product.php:4524
2147
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3927
AND image_shop.`cover` = 1 LIMIT 1
0.453 ms 1 /classes/Product.php:3570
4023
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3864
ORDER BY `position`
0.453 ms 1 Yes /classes/Product.php:3545
251
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `hgt78_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2419 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `hgt78_cart_product` cp JOIN `hgt78_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `hgt78_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.452 ms 0 /classes/Cart.php:1430
4184
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5352) AND (b.`id_shop` = 1) LIMIT 1
0.452 ms 1 /src/Adapter/EntityMapper.php:71
4235
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4333) AND (b.`id_shop` = 1) LIMIT 1
0.452 ms 1 /src/Adapter/EntityMapper.php:71
5009
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.452 ms 1 /classes/module/Module.php:2664
4554
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
0.450 ms 6 /src/Adapter/EntityMapper.php:79
3314
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7765
ORDER BY f.position ASC
0.450 ms 5 Yes /classes/Product.php:6021
4238
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8970) AND (b.`id_shop` = 1) LIMIT 1
0.450 ms 1 /src/Adapter/EntityMapper.php:71
2940
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9773
ORDER BY f.position ASC
0.449 ms 5 Yes /classes/Product.php:6021
4594
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.449 ms 1 /src/Adapter/EntityMapper.php:71
1339
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4004
AND image_shop.`cover` = 1 LIMIT 1
0.449 ms 1 /classes/Product.php:3570
4232
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8969) AND (b.`id_shop` = 1) LIMIT 1
0.449 ms 1 /src/Adapter/EntityMapper.php:71
4867
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.449 ms 1 Yes Yes /classes/Product.php:4524
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.448 ms 6 /classes/Language.php:1216
4217
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4296) AND (b.`id_shop` = 1) LIMIT 1
0.448 ms 1 /src/Adapter/EntityMapper.php:71
918
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.447 ms 1 /classes/Product.php:5659
4534
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.447 ms 1 /src/Adapter/EntityMapper.php:71
1656
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2731)
0.446 ms 1 /classes/Product.php:3860
3760
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3882
ORDER BY `position`
0.446 ms 1 Yes /classes/Product.php:3545
3781
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3853
ORDER BY `position`
0.446 ms 1 Yes /classes/Product.php:3545
3940
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4034
0.446 ms 1 /classes/Product.php:2902
4214
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8429) AND (b.`id_shop` = 1) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
3807
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3015
ORDER BY `position`
0.445 ms 1 Yes /classes/Product.php:3545
4199
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4247) AND (b.`id_shop` = 1) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
723
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3873)
0.445 ms 1 /classes/Product.php:3860
4347
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9791
ORDER BY `position`
0.445 ms 1 Yes /classes/Product.php:3545
1056
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3015)
0.444 ms 1 /classes/Product.php:3860
1661
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2731
ORDER BY f.position ASC
0.444 ms 5 Yes /classes/Product.php:6021
2758
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9745)
0.444 ms 1 /classes/Product.php:3860
4153
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4008
0.444 ms 1 /classes/Product.php:2902
3608
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2480
0.443 ms 1 /classes/Product.php:2902
602
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3231)
0.443 ms 1 /classes/Product.php:3860
4064
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5080) AND (b.`id_shop` = 1) LIMIT 1
0.443 ms 1 /src/Adapter/EntityMapper.php:71
536
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3227)
0.442 ms 1 /classes/Product.php:3860
1034
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3848)
0.442 ms 1 /classes/Product.php:3860
4082
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3919) AND (b.`id_shop` = 1) LIMIT 1
0.442 ms 1 /src/Adapter/EntityMapper.php:71
4550
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.442 ms 1 /src/Adapter/EntityMapper.php:71
597
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3231
AND image_shop.`cover` = 1 LIMIT 1
0.442 ms 1 /classes/Product.php:3570
1557
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4035)
0.441 ms 1 /classes/Product.php:3860
1585
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4236
AND image_shop.`cover` = 1 LIMIT 1
0.441 ms 1 /classes/Product.php:3570
4160
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4010) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
4190
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5642) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
4852
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5080) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.440 ms 1 Yes Yes /classes/Product.php:4524
2408
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.440 ms 1 /classes/stock/StockAvailable.php:453
3068
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9792 AND id_shop=1 LIMIT 1
0.440 ms 1 /classes/Product.php:6876
2131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3924 AND id_shop=1 LIMIT 1
0.439 ms 1 /classes/Product.php:6876
3897
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2846
ORDER BY `position`
0.439 ms 1 Yes /classes/Product.php:3545
4425
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10517
ORDER BY `position`
0.439 ms 1 Yes /classes/Product.php:3545
957
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3853 AND `id_group` = 1 LIMIT 1
0.439 ms 0 /classes/GroupReduction.php:156
1887
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4699)
0.439 ms 1 /classes/Product.php:3860
4212
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4295
ORDER BY `position`
0.439 ms 1 Yes /classes/Product.php:3545
4262
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9744) AND (b.`id_shop` = 1) LIMIT 1
0.438 ms 1 /src/Adapter/EntityMapper.php:71
4202
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6105) AND (b.`id_shop` = 1) LIMIT 1
0.437 ms 1 /src/Adapter/EntityMapper.php:71
4619
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 307 AND `id_shop` = 1
0.437 ms 6 /src/Adapter/EntityMapper.php:79
692
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3095 AND `id_group` = 1 LIMIT 1
0.436 ms 0 /classes/GroupReduction.php:156
1646
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4413 AND id_shop=1 LIMIT 1
0.436 ms 1 /classes/Product.php:6876
4272
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4945
ORDER BY `position`
0.436 ms 1 Yes /classes/Product.php:3545
4582
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.436 ms 1 /src/Adapter/EntityMapper.php:71
1011
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6414)
0.436 ms 1 /classes/Product.php:3860
4059
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5076
ORDER BY `position`
0.436 ms 2 Yes /classes/Product.php:3545
2951
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5623
ORDER BY f.position ASC
0.435 ms 5 Yes /classes/Product.php:6021
4178
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5101) AND (b.`id_shop` = 1) LIMIT 1
0.435 ms 1 /src/Adapter/EntityMapper.php:71
4248
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9721
ORDER BY `position`
0.435 ms 1 Yes /classes/Product.php:3545
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` = 3994)
0.435 ms 1 /classes/Product.php:3860
4101
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4489
ORDER BY `position`
0.435 ms 1 Yes /classes/Product.php:3545
4985
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9735) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.435 ms 1 Yes Yes /classes/Product.php:4524
4043
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4703) AND (b.`id_shop` = 1) LIMIT 1
0.433 ms 1 /src/Adapter/EntityMapper.php:71
1596
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4238
AND image_shop.`cover` = 1 LIMIT 1
0.433 ms 1 /classes/Product.php:3570
4233
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8969
ORDER BY `position`
0.433 ms 4 Yes /classes/Product.php:3545
4595
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.433 ms 6 /src/Adapter/EntityMapper.php:79
4617
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 266 AND `id_shop` = 1
0.433 ms 6 /src/Adapter/EntityMapper.php:79
4365
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9820
ORDER BY `position`
0.432 ms 1 Yes /classes/Product.php:3545
4618
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.432 ms 1 /src/Adapter/EntityMapper.php:71
4997
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.432 ms 2 /classes/Category.php:1600
4074
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5166
ORDER BY `position`
0.431 ms 1 Yes /classes/Product.php:3545
3668
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3227
0.431 ms 1 /classes/Product.php:2902
4688
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2502) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.431 ms 1 Yes Yes /classes/Product.php:4524
85
SELECT SQL_NO_CACHE c.*, cl.*
FROM `hgt78_category` c
LEFT JOIN `hgt78_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Décoration'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
0.430 ms 19 /classes/Category.php:1500
4205
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6134) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
3694
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3088
ORDER BY `position`
0.429 ms 1 Yes /classes/Product.php:3545
146
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2489)
0.428 ms 1 /classes/Product.php:3860
1453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2814
AND image_shop.`cover` = 1 LIMIT 1
0.428 ms 1 /classes/Product.php:3570
1995
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5077
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.428 ms 0 /classes/SpecificPrice.php:259
2225
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.428 ms 1 /classes/Product.php:5659
3078
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9794)
0.428 ms 1 /classes/Product.php:3860
3309
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7765)
0.428 ms 1 /classes/Product.php:3860
3498
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10627
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.428 ms 0 /classes/SpecificPrice.php:259
3755
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3251
0.428 ms 1 /classes/Product.php:2902
4194
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6023
ORDER BY `position`
0.428 ms 1 Yes /classes/Product.php:3545
4254
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4709
ORDER BY `position`
0.428 ms 1 Yes /classes/Product.php:3545
4887
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5083) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.428 ms 1 Yes Yes /classes/Product.php:4524
3539
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3628
AND image_shop.`cover` = 1 LIMIT 1
0.427 ms 1 /classes/Product.php:3570
4435
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 12539
0.427 ms 1 /classes/Product.php:2902
2270
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4023 LIMIT 1
0.426 ms 10 /classes/SpecificPrice.php:435
4288
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9751
0.426 ms 1 /classes/Product.php:2902
1982
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.425 ms 1 /classes/Product.php:5659
2268
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4023
AND image_shop.`cover` = 1 LIMIT 1
0.425 ms 1 /classes/Product.php:3570
655
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3089
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.425 ms 0 /classes/SpecificPrice.php:259
1744
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3852)
0.425 ms 1 /classes/Product.php:3860
2493
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6024)
0.424 ms 1 /classes/Product.php:3860
3105
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9819
ORDER BY f.position ASC
0.424 ms 5 Yes /classes/Product.php:6021
4520
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.424 ms 1 /src/Adapter/EntityMapper.php:71
4256
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9742) AND (b.`id_shop` = 1) LIMIT 1
0.424 ms 1 /src/Adapter/EntityMapper.php:71
4519
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
4607
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1
0.424 ms 6 /src/Adapter/EntityMapper.php:79
944
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3952)
0.423 ms 1 /classes/Product.php:3860
4245
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4335
ORDER BY `position`
0.423 ms 1 Yes /classes/Product.php:3545
4569
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.423 ms 1 /src/Adapter/EntityMapper.php:71
4605
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 260 AND `id_shop` = 1
0.423 ms 6 /src/Adapter/EntityMapper.php:79
994
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6103
ORDER BY f.position ASC
0.423 ms 5 Yes /classes/Product.php:6021
1929
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4703
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.423 ms 0 /classes/SpecificPrice.php:259
2226
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3984 LIMIT 1
0.423 ms 10 /classes/SpecificPrice.php:435
3391
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 12576) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.423 ms 1 /classes/stock/StockAvailable.php:453
3486
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9735
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.423 ms 0 /classes/SpecificPrice.php:259
4220
SELECT SQL_NO_CACHE *
FROM `hgt78_product` a
LEFT JOIN `hgt78_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `hgt78_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8946) AND (b.`id_shop` = 1) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
4332
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6076
ORDER BY `position`
0.423 ms 1 Yes /classes/Product.php:3545
4799
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4021) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.423 ms 1 Yes Yes /classes/Product.php:4524
1958
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4704
ORDER BY f.position ASC
0.422 ms 5 Yes /classes/Product.php:6021
3140
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.422 ms 1 /classes/Product.php:5659
4018
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3863
0.422 ms 1 /classes/Product.php:2902
4338
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6077
ORDER BY `position`
0.422 ms 1 Yes /classes/Product.php:3545
4466
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10627
ORDER BY `position`
0.422 ms 1 Yes /classes/Product.php:3545
292
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3552)
0.421 ms 1 /classes/Product.php:3860
985
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.421 ms 1 /classes/Product.php:5659
1619
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.421 ms 1 /classes/Product.php:5659
3108
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9820 LIMIT 1
0.421 ms 10 /classes/SpecificPrice.php:435
3118
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.421 ms 1 /classes/Product.php:5659
4167
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5084
ORDER BY `position`
0.421 ms 1 Yes /classes/Product.php:3545
4182
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5328
ORDER BY `position`
0.421 ms 1 Yes /classes/Product.php:3545
3562
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2489
ORDER BY `position`
0.420 ms 1 Yes /classes/Product.php:3545
3931
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4032
0.420 ms 1 /classes/Product.php:2902
4452
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8416
ORDER BY `position`
0.420 ms 1 Yes /classes/Product.php:3545
2658
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9264)
0.419 ms 1 /classes/Product.php:3860
4602
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.418 ms 1 /src/Adapter/EntityMapper.php:71
991
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6103 AND `id_group` = 1 LIMIT 1
0.417 ms 0 /classes/GroupReduction.php:156
1367
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2398)
0.417 ms 1 /classes/Product.php:3860
1607
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4239
AND image_shop.`cover` = 1 LIMIT 1
0.417 ms 1 /classes/Product.php:3570
2181
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.417 ms 1 /classes/Product.php:5659
2197
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3981 AND id_shop=1 LIMIT 1
0.417 ms 1 /classes/Product.php:6876
3396
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8414 LIMIT 1
0.417 ms 10 /classes/SpecificPrice.php:435
4092
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3923
ORDER BY `position`
0.417 ms 1 Yes /classes/Product.php:3545
4317
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9773
ORDER BY `position`
0.417 ms 1 Yes /classes/Product.php:3545
569
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3229)
0.416 ms 1 /classes/Product.php:3860
1331
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4003
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.416 ms 0 /classes/SpecificPrice.php:259
4197
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6024
ORDER BY `position`
0.416 ms 1 Yes /classes/Product.php:3545
3933
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2785
ORDER BY `position`
0.416 ms 1 Yes /classes/Product.php:3545
739
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3098
ORDER BY f.position ASC
0.415 ms 5 Yes /classes/Product.php:6021
1029
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3848
AND image_shop.`cover` = 1 LIMIT 1
0.415 ms 1 /classes/Product.php:3570
3895
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2403
0.415 ms 1 /classes/Product.php:2902
688
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3095
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.415 ms 0 /classes/SpecificPrice.php:259
1017
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6655
AND image_shop.`cover` = 1 LIMIT 1
0.414 ms 1 /classes/Product.php:3570
3617
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2481
0.414 ms 1 /classes/Product.php:2902
2874
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9767
ORDER BY f.position ASC
0.414 ms 5 Yes /classes/Product.php:6021
4329
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9788
ORDER BY `position`
0.414 ms 1 Yes /classes/Product.php:3545
911
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3773)
0.413 ms 1 /classes/Product.php:3860
1722
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4507)
0.413 ms 1 /classes/Product.php:3860
2199
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3981) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.413 ms 1 /classes/stock/StockAvailable.php:453
2257
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3957
AND image_shop.`cover` = 1 LIMIT 1
0.413 ms 1 /classes/Product.php:3570
2608
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8948
ORDER BY f.position ASC
0.413 ms 5 Yes /classes/Product.php:6021
270
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2808)
0.412 ms 1 /classes/Product.php:3860
648
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3233 AND `id_group` = 1 LIMIT 1
0.412 ms 0 /classes/GroupReduction.php:156
2358
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4010 LIMIT 1
0.412 ms 10 /classes/SpecificPrice.php:435
2537
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6135)
0.412 ms 1 /classes/Product.php:3860
2775
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9746
AND image_shop.`cover` = 1 LIMIT 1
0.412 ms 1 /classes/Product.php:3570
3222
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7757 AND id_shop=1 LIMIT 1
0.412 ms 1 /classes/Product.php:6876
3417
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8415
AND image_shop.`cover` = 1 LIMIT 1
0.412 ms 1 /classes/Product.php:3570
3701
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3089
0.412 ms 1 /classes/Product.php:2902
4989
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `hgt78_product_attribute` pa
INNER JOIN hgt78_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `hgt78_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `hgt78_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `hgt78_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `hgt78_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12561) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.412 ms 1 Yes Yes /classes/Product.php:4524
1067
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2441)
0.411 ms 1 /classes/Product.php:3860
2312
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4025
AND image_shop.`cover` = 1 LIMIT 1
0.411 ms 1 /classes/Product.php:3570
3489
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9735 AND id_shop=1 LIMIT 1
0.411 ms 1 /classes/Product.php:6876
3903
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2816
ORDER BY `position`
0.411 ms 2 Yes /classes/Product.php:3545
369
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2555)
0.410 ms 1 /classes/Product.php:3860
2680
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9721)
0.410 ms 1 /classes/Product.php:3860
878
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3882)
0.409 ms 1 /classes/Product.php:3860
4326
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5896
ORDER BY `position`
0.409 ms 1 Yes /classes/Product.php:3545
821
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3136
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.409 ms 0 /classes/SpecificPrice.php:259
1551
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4034
ORDER BY f.position ASC
0.409 ms 5 Yes /classes/Product.php:6021
558
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3228)
0.408 ms 1 /classes/Product.php:3860
2389
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5083
AND image_shop.`cover` = 1 LIMIT 1
0.408 ms 1 /classes/Product.php:3570
2592
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8947)
0.408 ms 1 /classes/Product.php:3860
4155
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4026
ORDER BY `position`
0.408 ms 1 Yes /classes/Product.php:3545
208
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4692
ORDER BY f.position ASC
0.407 ms 5 Yes /classes/Product.php:6021
714
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3097 AND `id_group` = 1 LIMIT 1
0.407 ms 0 /classes/GroupReduction.php:156
1267
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2432)
0.407 ms 1 /classes/Product.php:3860
4149
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4025
ORDER BY `position`
0.407 ms 1 Yes /classes/Product.php:3545
4275
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9746
ORDER BY `position`
0.407 ms 1 Yes /classes/Product.php:3545
2383
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5084)
0.406 ms 1 /classes/Product.php:3860
2774
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4945
ORDER BY f.position ASC
0.406 ms 5 Yes /classes/Product.php:6021
4104
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3927
ORDER BY `position`
0.406 ms 1 Yes /classes/Product.php:3545
4341
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9790
ORDER BY `position`
0.406 ms 1 Yes /classes/Product.php:3545
67
SELECT SQL_NO_CACHE *
FROM `hgt78_country_lang`
WHERE `id_country` = 8
0.405 ms 6 /src/Adapter/EntityMapper.php:79
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` = 4541
AND image_shop.`cover` = 1 LIMIT 1
0.405 ms 1 /classes/Product.php:3570
3688
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3087
ORDER BY `position`
0.405 ms 1 Yes /classes/Product.php:3545
3514
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10931) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.405 ms 1 /classes/stock/StockAvailable.php:453
4383
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9842
ORDER BY `position`
0.405 ms 1 Yes /classes/Product.php:3545
4679
SELECT SQL_NO_CACHE `width`, `height`
FROM hgt78_image_type
WHERE `name` = 'home_default' LIMIT 1
0.405 ms 1 /classes/Image.php:563
2361
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4010)
0.404 ms 1 /classes/Product.php:3860
2526
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6134)
0.404 ms 1 /classes/Product.php:3860
4621
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.404 ms 1 /src/Adapter/EntityMapper.php:71
337
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2890 AND id_shop=1 LIMIT 1
0.404 ms 1 /classes/Product.php:6876
4110
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3979
ORDER BY `position`
0.403 ms 1 Yes /classes/Product.php:3545
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` = 3854)
0.403 ms 1 /classes/Product.php:3860
2835
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5116)
0.402 ms 1 /classes/Product.php:3860
4588
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.402 ms 1 /src/Adapter/EntityMapper.php:71
2559
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8429)
0.401 ms 1 /classes/Product.php:3860
2669
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4335)
0.401 ms 1 /classes/Product.php:3860
3276
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9849)
0.401 ms 1 /classes/Product.php:3860
1234
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2434)
0.401 ms 1 /classes/Product.php:3860
1390
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2846)
0.400 ms 1 /classes/Product.php:3860
3373
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7782 LIMIT 1
0.400 ms 10 /classes/SpecificPrice.php:435
4188
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5641
ORDER BY `position`
0.400 ms 1 Yes /classes/Product.php:3545
952
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3853 LIMIT 1
0.399 ms 10 /classes/SpecificPrice.php:435
2570
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4296)
0.399 ms 1 /classes/Product.php:3860
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.398 ms 1 /src/Adapter/EntityMapper.php:71
1838
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4583
AND image_shop.`cover` = 1 LIMIT 1
0.398 ms 2 /classes/Product.php:3570
3864
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2432
ORDER BY `position`
0.398 ms 1 Yes /classes/Product.php:3545
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` = 2730)
0.398 ms 1 /classes/Product.php:3860
2232
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3984) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.398 ms 1 /classes/stock/StockAvailable.php:453
4323
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9774
ORDER BY `position`
0.398 ms 1 Yes /classes/Product.php:3545
4404
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7760
ORDER BY `position`
0.398 ms 1 Yes /classes/Product.php:3545
675
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.397 ms 1 /classes/Product.php:5659
3885
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4004
ORDER BY `position`
0.397 ms 1 Yes /classes/Product.php:3545
391
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3626)
0.397 ms 1 /classes/Product.php:3860
1006
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6414
AND image_shop.`cover` = 1 LIMIT 1
0.397 ms 1 /classes/Product.php:3570
2098
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3922 AND `id_group` = 1 LIMIT 1
0.396 ms 0 /classes/GroupReduction.php:156
2353
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4009) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.396 ms 1 /classes/stock/StockAvailable.php:453
3012
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6077)
0.396 ms 1 /classes/Product.php:3860
4095
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4488
ORDER BY `position`
0.396 ms 1 Yes /classes/Product.php:3545
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.395 ms 1 /src/Adapter/EntityMapper.php:71
198
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4692
AND image_shop.`cover` = 1 LIMIT 1
0.395 ms 1 /classes/Product.php:3570
2117
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4488
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.395 ms 0 /classes/SpecificPrice.php:259
2515
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6105)
0.395 ms 1 /classes/Product.php:3860
514
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3200)
0.395 ms 1 /classes/Product.php:3860
1689
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4492)
0.395 ms 1 /classes/Product.php:3860
1788
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3859)
0.394 ms 1 /classes/Product.php:3860
3423
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8415)
0.394 ms 1 /classes/Product.php:3860
3834
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3992
ORDER BY `position`
0.394 ms 1 Yes /classes/Product.php:3545
4356
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9794
ORDER BY `position`
0.394 ms 1 Yes /classes/Product.php:3545
4429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7767
0.394 ms 1 /classes/Product.php:2902
134
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3019)
0.394 ms 1 /classes/Product.php:3860
818
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3136
AND image_shop.`cover` = 1 LIMIT 1
0.394 ms 1 /classes/Product.php:3570
2378
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5084
AND image_shop.`cover` = 1 LIMIT 1
0.394 ms 1 /classes/Product.php:3570
4030
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4698
0.393 ms 1 /classes/Product.php:2902
898
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3947
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.393 ms 0 /classes/SpecificPrice.php:259
917
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3818
AND image_shop.`cover` = 1 LIMIT 1
0.393 ms 1 /classes/Product.php:3570
2258
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.393 ms 1 /classes/Product.php:5659
3737
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3878
0.393 ms 1 /classes/Product.php:2902
4522
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
1641
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.392 ms 1 /classes/Product.php:5659
117
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2478
AND image_shop.`cover` = 1 LIMIT 1
0.392 ms 1 /classes/Product.php:3570
2807
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5108
ORDER BY f.position ASC
0.392 ms 5 Yes /classes/Product.php:6021
3361
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.392 ms 1 /classes/Product.php:5659
3967
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4413
0.392 ms 1 /classes/Product.php:2902
4191
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5642
ORDER BY `position`
0.392 ms 1 Yes /classes/Product.php:3545
4641
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.392 ms 1 /src/Adapter/EntityMapper.php:71
1278
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4000)
0.391 ms 1 /classes/Product.php:3860
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.390 ms 1 /src/Adapter/EntityMapper.php:71
2061
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5336
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.390 ms 0 /classes/SpecificPrice.php:259
1806
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.390 ms 1 /classes/Product.php:5659
2642
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8970
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 4 /classes/Product.php:3570
1690
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4492 AND id_shop=1 LIMIT 1
0.389 ms 1 /classes/Product.php:6876
2427
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5101)
0.389 ms 1 /classes/Product.php:3860
3087
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6133
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.389 ms 0 /classes/SpecificPrice.php:259
3546
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3628)
0.389 ms 1 /classes/Product.php:3860
519
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3200
ORDER BY f.position ASC
0.389 ms 5 Yes /classes/Product.php:6021
1418
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4021
AND image_shop.`cover` = 1 LIMIT 1
0.389 ms 1 /classes/Product.php:3570
2096
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3922)
0.389 ms 1 /classes/Product.php:3860
475
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2929
ORDER BY f.position ASC
0.388 ms 5 Yes /classes/Product.php:6021
826
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3136) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.388 ms 1 /classes/stock/StockAvailable.php:453
3210
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9845)
0.388 ms 1 /classes/Product.php:3860
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.387 ms 1 /src/Adapter/EntityMapper.php:71
4179
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5101
ORDER BY `position`
0.387 ms 1 Yes /classes/Product.php:3545
314
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2480)
0.387 ms 1 /classes/Product.php:3860
2009
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5080 AND id_shop=1 LIMIT 1
0.387 ms 1 /classes/Product.php:6876
3030
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.387 ms 1 /classes/Product.php:5659
3379
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7782) 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
4395
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7757
ORDER BY `position`
0.387 ms 1 Yes /classes/Product.php:3545
107
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 28
AND tr.`id_state` IN (0, 0)
AND ('04510' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '04510')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.386 ms 1 /classes/tax/TaxRulesTaxManager.php:109
231
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4694
AND image_shop.`cover` = 1 LIMIT 1
0.386 ms 1 /classes/Product.php:3570
541
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3227
ORDER BY f.position ASC
0.386 ms 5 Yes /classes/Product.php:6021
5013
SELECT SQL_NO_CACHE `id_guest`
FROM `hgt78_connections`
WHERE `id_guest` = 197955
AND `date_add` > '2025-05-01 18:33:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.386 ms 1 Yes /classes/Connection.php:168
922
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3818)
0.385 ms 1 /classes/Product.php:3860
3919
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4029
0.385 ms 1 /classes/Product.php:2902
4107
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3928
ORDER BY `position`
0.385 ms 1 Yes /classes/Product.php:3545
331
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2890
AND image_shop.`cover` = 1 LIMIT 1
0.385 ms 1 /classes/Product.php:3570
867
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3946)
0.385 ms 1 /classes/Product.php:3860
425
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2944)
0.384 ms 1 /classes/Product.php:3860
2175
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3979 AND id_shop=1 LIMIT 1
0.384 ms 1 /classes/Product.php:6876
2846
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9752)
0.384 ms 1 /classes/Product.php:3860
2907
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9769
ORDER BY f.position ASC
0.384 ms 5 Yes /classes/Product.php:6021
4047
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3894
ORDER BY `position`
0.384 ms 1 Yes /classes/Product.php:3545
4635
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.384 ms 1 /src/Adapter/EntityMapper.php:71
1785
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3859 LIMIT 1
0.384 ms 10 /classes/SpecificPrice.php:435
3106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9820
AND image_shop.`cover` = 1 LIMIT 1
0.384 ms 1 /classes/Product.php:3570
4056
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4989
ORDER BY `position`
0.384 ms 1 Yes /classes/Product.php:3545
4141
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3974
0.384 ms 1 /classes/Product.php:2902
3740
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3135
0.383 ms 1 /classes/Product.php:2902
4359
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6133
ORDER BY `position`
0.383 ms 1 Yes /classes/Product.php:3545
4625
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.383 ms 1 /src/Adapter/EntityMapper.php:71
1430
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2815
AND image_shop.`cover` = 1 LIMIT 1
0.383 ms 1 /classes/Product.php:3570
4335
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9789
ORDER BY `position`
0.383 ms 1 Yes /classes/Product.php:3545
4401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9847
ORDER BY `position`
0.383 ms 1 Yes /classes/Product.php:3545
2466
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5642
AND image_shop.`cover` = 1 LIMIT 1
0.382 ms 1 /classes/Product.php:3570
3429
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8416
AND image_shop.`cover` = 1 LIMIT 1
0.382 ms 1 /classes/Product.php:3570
497
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2930
ORDER BY f.position ASC
0.382 ms 5 Yes /classes/Product.php:6021
815
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3944) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.382 ms 1 /classes/stock/StockAvailable.php:453
1105
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3986
ORDER BY f.position ASC
0.382 ms 5 Yes /classes/Product.php:6021
1401
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2817)
0.382 ms 1 /classes/Product.php:3860
2691
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9723)
0.382 ms 1 /classes/Product.php:3860
4671
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.382 ms 1 /src/Adapter/EntityMapper.php:71
402
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3627)
0.381 ms 1 /classes/Product.php:3860
508
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3199
ORDER BY f.position ASC
0.381 ms 5 Yes /classes/Product.php:6021
1889
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4699 AND `id_group` = 1 LIMIT 1
0.381 ms 0 /classes/GroupReduction.php:156
2317
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4025)
0.381 ms 1 /classes/Product.php:3860
2504
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4247)
0.381 ms 1 /classes/Product.php:3860
464
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3197
ORDER BY f.position ASC
0.380 ms 5 Yes /classes/Product.php:6021
1623
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4241)
0.380 ms 1 /classes/Product.php:3860
2824
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9751)
0.380 ms 1 /classes/Product.php:3860
4164
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4011
ORDER BY `position`
0.380 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` = 4540)
0.379 ms 1 /classes/Product.php:3860
2359
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4010
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.379 ms 0 /classes/SpecificPrice.php:259
2625
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8969)
0.379 ms 1 /classes/Product.php:3860
4035
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4700
ORDER BY `position`
0.379 ms 1 Yes /classes/Product.php:3545
2207
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3982)
0.378 ms 1 /classes/Product.php:3860
5008
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.378 ms 1 /src/Adapter/EntityMapper.php:71
2488
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6024
AND image_shop.`cover` = 1 LIMIT 1
0.377 ms 1 /classes/Product.php:3570
4041
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4702
ORDER BY `position`
0.377 ms 1 Yes /classes/Product.php:3545
4676
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1
0.377 ms 6 /src/Adapter/EntityMapper.php:79
353
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3624
AND image_shop.`cover` = 1 LIMIT 1
0.377 ms 1 /classes/Product.php:3570
414
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2918)
0.377 ms 1 /classes/Product.php:3860
1212
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3996)
0.377 ms 1 /classes/Product.php:3860
3520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 12563
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.377 ms 1 /classes/SpecificPrice.php:259
303
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2889)
0.376 ms 1 /classes/Product.php:3860
609
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.376 ms 1 /classes/Product.php:5659
1435
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2815)
0.376 ms 1 /classes/Product.php:3860
2205
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3982
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.376 ms 0 /classes/SpecificPrice.php:259
2863
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5262
ORDER BY f.position ASC
0.376 ms 5 Yes /classes/Product.php:6021
380
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3625)
0.375 ms 1 /classes/Product.php:3860
1251
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3999
AND image_shop.`cover` = 1 LIMIT 1
0.375 ms 1 /classes/Product.php:3570
1540
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4033
ORDER BY f.position ASC
0.375 ms 5 Yes /classes/Product.php:6021
2548
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4295)
0.375 ms 1 /classes/Product.php:3860
358
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3624)
0.374 ms 1 /classes/Product.php:3860
386
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3626
AND image_shop.`cover` = 1 LIMIT 1
0.374 ms 1 /classes/Product.php:3570
1040
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3849
AND image_shop.`cover` = 1 LIMIT 1
0.374 ms 1 /classes/Product.php:3570
1289
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4001)
0.374 ms 1 /classes/Product.php:3860
1316
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4002
ORDER BY f.position ASC
0.374 ms 5 Yes /classes/Product.php:6021
2364
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4010) 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
442
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3196
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
1284
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4001
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
2271
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4023
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.373 ms 0 /classes/SpecificPrice.php:259
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.373 ms 1 /classes/shop/Shop.php:218
851
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3251
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
1513
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4032)
0.373 ms 1 /classes/Product.php:3860
2463
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5641) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.373 ms 1 /classes/stock/StockAvailable.php:453
2614
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4332)
0.373 ms 1 /classes/Product.php:3860
2714
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9742 AND id_shop=1 LIMIT 1
0.373 ms 1 /classes/Product.php:6876
1083
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3985
ORDER BY f.position ASC
0.372 ms 5 Yes /classes/Product.php:6021
4574
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.372 ms 1 /src/Adapter/EntityMapper.php:71
492
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2930)
0.372 ms 1 /classes/Product.php:3860
2785
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9746
ORDER BY f.position ASC
0.372 ms 5 Yes /classes/Product.php:6021
817
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3944
ORDER BY f.position ASC
0.371 ms 5 Yes /classes/Product.php:6021
2208
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3982 AND id_shop=1 LIMIT 1
0.371 ms 1 /classes/Product.php:6876
3331
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10517)
0.371 ms 1 /classes/Product.php:3860
3563
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2489
0.371 ms 1 /classes/Product.php:2902
4422
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9852
ORDER BY `position`
0.371 ms 1 Yes /classes/Product.php:3545
1945
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3894) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.370 ms 1 /classes/stock/StockAvailable.php:453
2411
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4041
AND image_shop.`cover` = 1 LIMIT 1
0.370 ms 1 /classes/Product.php:3570
564
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3229
AND image_shop.`cover` = 1 LIMIT 1
0.369 ms 1 /classes/Product.php:3570
1256
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3999)
0.369 ms 1 /classes/Product.php:3860
2169
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3979
AND image_shop.`cover` = 1 LIMIT 1
0.369 ms 1 /classes/Product.php:3570
3298
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9851)
0.369 ms 1 /classes/Product.php:3860
4630
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1
0.369 ms 6 /src/Adapter/EntityMapper.php:79
834
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3945)
0.368 ms 1 /classes/Product.php:3860
1327
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2438
ORDER BY f.position ASC
0.368 ms 5 Yes /classes/Product.php:6021
2718
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9742
ORDER BY f.position ASC
0.368 ms 5 Yes /classes/Product.php:6021
580
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3230)
0.368 ms 1 /classes/Product.php:3860
1412
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2816)
0.368 ms 1 /classes/Product.php:3860
1491
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4030)
0.368 ms 1 /classes/Product.php:3860
2603
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8948)
0.368 ms 1 /classes/Product.php:3860
2021
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5104 AND `id_group` = 1 LIMIT 1
0.367 ms 0 /classes/GroupReduction.php:156
4537
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 185 AND `id_shop` = 1
0.367 ms 6 /src/Adapter/EntityMapper.php:79
1530
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4033
AND image_shop.`cover` = 1 LIMIT 1
0.366 ms 1 /classes/Product.php:3570
2191
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3981
AND image_shop.`cover` = 1 LIMIT 1
0.366 ms 1 /classes/Product.php:3570
2827
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9751) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.366 ms 1 /classes/stock/StockAvailable.php:453
3348
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10738
AND image_shop.`cover` = 1 LIMIT 1
0.366 ms 1 /classes/Product.php:3570
3411
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12682)
0.366 ms 1 /classes/Product.php:3860
281
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2479)
0.365 ms 1 /classes/Product.php:3860
2128
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3924
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.365 ms 0 /classes/SpecificPrice.php:259
4563
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.365 ms 1 /src/Adapter/EntityMapper.php:71
408
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2918
AND image_shop.`cover` = 1 LIMIT 1
0.364 ms 1 /classes/Product.php:3570
3337
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7767
AND image_shop.`cover` = 1 LIMIT 1
0.364 ms 1 /classes/Product.php:3570
998
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6104
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.363 ms 0 /classes/SpecificPrice.php:259
2247
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.363 ms 1 /classes/Product.php:5659
112
SELECT SQL_NO_CACHE tr.*
FROM `hgt78_tax_rule` tr
JOIN `hgt78_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('04510' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '04510')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.363 ms 0 /classes/tax/TaxRulesTaxManager.php:109
287
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3552
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
2238
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3940
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.363 ms 0 /classes/SpecificPrice.php:259
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.362 ms 1 /src/Adapter/EntityMapper.php:71
2686
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9723
AND image_shop.`cover` = 1 LIMIT 1
0.362 ms 1 /classes/Product.php:3570
666
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3520
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.362 ms 0 /classes/SpecificPrice.php:259
2707
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4709
ORDER BY f.position ASC
0.362 ms 5 Yes /classes/Product.php:6021
3045
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9791)
0.362 ms 1 /classes/Product.php:3860
3086
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6133 LIMIT 1
0.362 ms 10 /classes/SpecificPrice.php:435
3371
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7782
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 1 /classes/Product.php:3570
128
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2478
ORDER BY f.position ASC
0.361 ms 5 Yes /classes/Product.php:6021
2996
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9789
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 1 /classes/Product.php:3570
4342
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9790
0.361 ms 1 /classes/Product.php:2902
2166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3928) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.360 ms 1 /classes/stock/StockAvailable.php:453
4083
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3919
ORDER BY `position`
0.360 ms 1 Yes /classes/Product.php:3545
4344
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6078
ORDER BY `position`
0.360 ms 1 Yes /classes/Product.php:3545
4596
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.360 ms 1 /src/Adapter/EntityMapper.php:71
2291
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.359 ms 1 /classes/Product.php:5659
4170
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5083
ORDER BY `position`
0.359 ms 1 Yes /classes/Product.php:3545
4513
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
0.359 ms 6 /src/Adapter/EntityMapper.php:79
4038
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4701
ORDER BY `position`
0.359 ms 1 Yes /classes/Product.php:3545
873
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3882
AND image_shop.`cover` = 1 LIMIT 1
0.358 ms 1 /classes/Product.php:3570
1562
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4035
ORDER BY f.position ASC
0.358 ms 5 Yes /classes/Product.php:6021
1703
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4506) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.358 ms 1 /classes/stock/StockAvailable.php:453
2636
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4333)
0.358 ms 1 /classes/Product.php:3860
3611
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3623
0.358 ms 1 /classes/Product.php:2902
4632
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1
0.358 ms 6 /src/Adapter/EntityMapper.php:79
158
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2475)
0.358 ms 1 /classes/Product.php:3860
420
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2944
AND image_shop.`cover` = 1 LIMIT 1
0.358 ms 1 /classes/Product.php:3570
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` = 5104)
0.358 ms 1 /classes/Product.php:3860
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` = 3993)
0.357 ms 1 /classes/Product.php:3860
1361
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2398
AND image_shop.`cover` = 1 LIMIT 1
0.357 ms 1 /classes/Product.php:3570
2304
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4007
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.357 ms 0 /classes/SpecificPrice.php:259
702
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3096 AND id_shop=1 LIMIT 1
0.357 ms 1 /classes/Product.php:6876
2935
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9773)
0.357 ms 1 /classes/Product.php:3860
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.356 ms 1 /src/Adapter/EntityMapper.php:71
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.356 ms 1 /src/Adapter/EntityMapper.php:71
824
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3136 AND id_shop=1 LIMIT 1
0.356 ms 1 /classes/Product.php:6876
1140
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2702
AND image_shop.`cover` = 1 LIMIT 1
0.356 ms 1 /classes/Product.php:3570
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` = 2440)
0.356 ms 1 /classes/Product.php:3860
4285
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9749
0.356 ms 1 /classes/Product.php:2902
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 = 3232
ORDER BY f.position ASC
0.355 ms 5 Yes /classes/Product.php:6021
1073
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3985
AND image_shop.`cover` = 1 LIMIT 1
0.355 ms 1 /classes/Product.php:3570
1791
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3859) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.355 ms 1 /classes/stock/StockAvailable.php:453
2341
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4026 AND `id_group` = 1 LIMIT 1
0.355 ms 0 /classes/GroupReduction.php:156
2841
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9752
AND image_shop.`cover` = 1 LIMIT 1
0.355 ms 1 /classes/Product.php:3570
2885
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9768
ORDER BY f.position ASC
0.355 ms 5 Yes /classes/Product.php:6021
4239
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8970
ORDER BY `position`
0.355 ms 4 Yes /classes/Product.php:3545
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.354 ms 1 /src/Adapter/EntityMapper.php:71
4294
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9752
0.354 ms 1 /classes/Product.php:2902
2543
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4295
AND image_shop.`cover` = 1 LIMIT 1
0.353 ms 1 /classes/Product.php:3570
1349
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4004
ORDER BY f.position ASC
0.353 ms 5 Yes /classes/Product.php:6021
1518
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4032
ORDER BY f.position ASC
0.353 ms 5 Yes /classes/Product.php:6021
1637
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.353 ms 1 /classes/stock/StockAvailable.php:453
2941
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5623
AND image_shop.`cover` = 1 LIMIT 1
0.353 ms 2 /classes/Product.php:3570
1051
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3015
AND image_shop.`cover` = 1 LIMIT 1
0.352 ms 1 /classes/Product.php:3570
627
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3232) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.352 ms 1 /classes/stock/StockAvailable.php:453
1899
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4700 AND id_shop=1 LIMIT 1
0.352 ms 1 /classes/Product.php:6876
2830
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5116
AND image_shop.`cover` = 1 LIMIT 1
0.352 ms 1 /classes/Product.php:3570
972
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6079
AND image_shop.`cover` = 1 LIMIT 1
0.351 ms 1 /classes/Product.php:3570
2653
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9264
AND image_shop.`cover` = 1 LIMIT 1
0.351 ms 1 /classes/Product.php:3570
530
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3235
ORDER BY f.position ASC
0.351 ms 5 Yes /classes/Product.php:6021
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` = 3993
AND image_shop.`cover` = 1 LIMIT 1
0.351 ms 1 /classes/Product.php:3570
1631
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2420 LIMIT 1
0.351 ms 10 /classes/SpecificPrice.php:435
2554
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8429
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
1573
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3550
ORDER BY f.position ASC
0.349 ms 5 Yes /classes/Product.php:6021
1695
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4506
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
2320
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4025) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.349 ms 1 /classes/stock/StockAvailable.php:453
2858
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5262)
0.349 ms 1 /classes/Product.php:3860
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` = 3088
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
242
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2419
AND image_shop.`cover` = 1 LIMIT 1
0.348 ms 1 /classes/Product.php:3570
298
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2889
AND image_shop.`cover` = 1 LIMIT 1
0.348 ms 1 /classes/Product.php:3570
691
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3095 AND id_shop=1 LIMIT 1
0.348 ms 1 /classes/Product.php:6876
3240
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9847 LIMIT 1
0.348 ms 11 /classes/SpecificPrice.php:435
2851
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9752
ORDER BY f.position ASC
0.348 ms 5 Yes /classes/Product.php:6021
470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2929)
0.347 ms 1 /classes/Product.php:3860
794
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3878
ORDER BY f.position ASC
0.347 ms 5 Yes /classes/Product.php:6021
1045
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3849)
0.347 ms 1 /classes/Product.php:3860
2521
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6134
AND image_shop.`cover` = 1 LIMIT 1
0.347 ms 1 /classes/Product.php:3570
264
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2808
AND image_shop.`cover` = 1 LIMIT 1
0.347 ms 1 /classes/Product.php:3570
4089
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3922
ORDER BY `position`
0.347 ms 1 Yes /classes/Product.php:3545
174
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4691
ORDER BY f.position ASC
0.346 ms 5 Yes /classes/Product.php:6021
1128
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3988
ORDER BY f.position ASC
0.346 ms 5 Yes /classes/Product.php:6021
3217
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.346 ms 1 /classes/Product.php:5659
3095
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9819
AND image_shop.`cover` = 1 LIMIT 1
0.346 ms 1 /classes/Product.php:3570
92
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2595
AND image_shop.`cover` = 1 LIMIT 1
0.345 ms 2 /classes/Product.php:3570
622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3232
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.344 ms 0 /classes/SpecificPrice.php:259
2675
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9721
AND image_shop.`cover` = 1 LIMIT 1
0.344 ms 1 /classes/Product.php:3570
2990
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 6076)
0.344 ms 1 /classes/Product.php:3860
3519
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 12563 LIMIT 1
0.344 ms 10 /classes/SpecificPrice.php:435
4399
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9846
0.344 ms 1 /classes/Product.php:2902
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.344 ms 1 /src/Adapter/EntityMapper.php:71
3354
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 10738)
0.344 ms 1 /classes/Product.php:3860
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.343 ms 6 /classes/Language.php:1080
1273
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4000
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
2455
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5641
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
3357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 10738) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.343 ms 1 /classes/stock/StockAvailable.php:453
3472
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9381
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
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.342 ms 1 /src/Adapter/EntityMapper.php:71
90
SELECT SQL_NO_CACHE data FROM hgt78_layered_filter_block WHERE hash="1a19180e4783b12d569291dc6ecc8e7e" LIMIT 1
0.342 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
397
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3627
AND image_shop.`cover` = 1 LIMIT 1
0.342 ms 1 /classes/Product.php:3570
2963
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5896
AND image_shop.`cover` = 1 LIMIT 1
0.342 ms 1 /classes/Product.php:3570
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 = 2702
ORDER BY f.position ASC
0.342 ms 5 Yes /classes/Product.php:6021
1535
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4033)
0.342 ms 1 /classes/Product.php:3860
4652
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1
0.342 ms 6 /src/Adapter/EntityMapper.php:79
4996
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `hgt78_category` c
WHERE c.`id_category` = 1 LIMIT 1
0.342 ms 1 /classes/Category.php:1591
725
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3873 AND `id_group` = 1 LIMIT 1
0.341 ms 0 /classes/GroupReduction.php:156
2598
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8948
AND image_shop.`cover` = 1 LIMIT 1
0.341 ms 1 /classes/Product.php:3570
2979
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9788)
0.341 ms 1 /classes/Product.php:3860
65
SELECT SQL_NO_CACHE `need_identification_number`
FROM `hgt78_country`
WHERE `id_country` = 8 LIMIT 1
0.341 ms 1 /classes/Country.php:405
1757
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3854 AND `id_group` = 1 LIMIT 1
0.341 ms 0 /classes/GroupReduction.php:156
3454
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 8979)
0.341 ms 1 /classes/Product.php:3860
4469
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10931
ORDER BY `position`
0.341 ms 1 Yes /classes/Product.php:3545
4629
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.341 ms 1 /src/Adapter/EntityMapper.php:71
3243
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9847)
0.340 ms 1 /classes/Product.php:3860
320
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3623
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
933
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3820)
0.340 ms 1 /classes/Product.php:3860
1373
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2403
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
1563
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3550
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
2631
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4333
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
2664
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4335
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
3174
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9842 LIMIT 1
0.340 ms 11 /classes/SpecificPrice.php:435
3238
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9847
AND image_shop.`cover` = 1 LIMIT 1
0.340 ms 1 /classes/Product.php:3570
4566
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.340 ms 1 /src/Adapter/EntityMapper.php:71
4585
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 195 AND `id_shop` = 1
0.340 ms 6 /src/Adapter/EntityMapper.php:79
4600
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.340 ms 1 /src/Adapter/EntityMapper.php:71
5014
INSERT INTO `hgt78_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('106835', '', 'www.encens.fr/2-accueil?q=Cat%C3%A9gories-Articles+SPA-Bien%5C-etre-D%C3%A9coration-Coffret%2FDisponibilit%C3%A9-En+stock&resultsPerPage=99999', '', '2025-05-01 19:03:43')
0.340 ms 1 /classes/ObjectModel.php:622
453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3196
ORDER BY f.position ASC
0.339 ms 5 Yes /classes/Product.php:6021
2499
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4247
AND image_shop.`cover` = 1 LIMIT 1
0.339 ms 1 /classes/Product.php:3570
2576
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8946
AND image_shop.`cover` = 1 LIMIT 1
0.339 ms 1 /classes/Product.php:3570
3017
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6077
ORDER BY f.position ASC
0.339 ms 5 Yes /classes/Product.php:6021
3838
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2730
0.339 ms 1 /classes/Product.php:2902
4597
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1
0.339 ms 6 /src/Adapter/EntityMapper.php:79
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` = 3996
AND image_shop.`cover` = 1 LIMIT 1
0.338 ms 1 /classes/Product.php:3570
3662
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3200
0.338 ms 1 /classes/Product.php:2902
4230
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4332
ORDER BY `position`
0.338 ms 1 Yes /classes/Product.php:3545
2729
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9743
ORDER BY f.position ASC
0.338 ms 5 Yes /classes/Product.php:6021
4161
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4010
ORDER BY `position`
0.338 ms 1 Yes /classes/Product.php:3545
375
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3625
AND image_shop.`cover` = 1 LIMIT 1
0.337 ms 1 /classes/Product.php:3570
4215
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8429
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3545
4276
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9746
0.337 ms 1 /classes/Product.php:2902
4540
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.337 ms 1 /src/Adapter/EntityMapper.php:71
1134
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3990)
0.336 ms 1 /classes/Product.php:3860
1502
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2812)
0.336 ms 1 /classes/Product.php:3860
2210
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3982) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.336 ms 1 /classes/stock/StockAvailable.php:453
252
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2419
ORDER BY f.position ASC
0.336 ms 5 Yes /classes/Product.php:6021
2896
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5323
ORDER BY f.position ASC
0.336 ms 5 Yes /classes/Product.php:6021
3390
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 12576 AND `id_group` = 1 LIMIT 1
0.336 ms 0 /classes/GroupReduction.php:156
4381
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7753
0.336 ms 1 /classes/Product.php:2902
431
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3629
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
721
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3873
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.335 ms 0 /classes/SpecificPrice.php:259
840
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3881
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
1116
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3987
ORDER BY f.position ASC
0.335 ms 5 Yes /classes/Product.php:6021
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` = 3994
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
1651
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2731
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
2587
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8947
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
4185
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5352
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3545
4392
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9845
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3545
273
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2808) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.334 ms 1 /classes/stock/StockAvailable.php:453
695
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3095
ORDER BY f.position ASC
0.334 ms 5 Yes /classes/Product.php:6021
748
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.334 ms 1 /classes/stock/StockAvailable.php:453
1111
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3987)
0.334 ms 1 /classes/Product.php:3860
2114
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.334 ms 1 /classes/Category.php:1378
2373
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4011 AND id_shop=1 LIMIT 1
0.334 ms 1 /classes/Product.php:6876
2565
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4296
AND image_shop.`cover` = 1 LIMIT 1
0.334 ms 1 /classes/Product.php:3570
3054
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6131
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.334 ms 0 /classes/SpecificPrice.php:259
4260
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9743
ORDER BY `position`
0.334 ms 1 Yes /classes/Product.php:3545
5010
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.334 ms 1 /classes/module/Module.php:2137
4515
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.334 ms 6 /src/Adapter/EntityMapper.php:79
481
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3198)
0.333 ms 1 /classes/Product.php:3860
2054
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5167 AND `id_group` = 1 LIMIT 1
0.333 ms 0 /classes/GroupReduction.php:156
3133
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7751)
0.333 ms 1 /classes/Product.php:3860
3385
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 12576 LIMIT 1
0.333 ms 8 /classes/SpecificPrice.php:435
4044
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4703
ORDER BY `position`
0.333 ms 1 Yes /classes/Product.php:3545
3650
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2929
0.332 ms 1 /classes/Product.php:2902
4583
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 192 AND `id_shop` = 1
0.332 ms 6 /src/Adapter/EntityMapper.php:79
4991
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.332 ms 1 /classes/module/Module.php:2664
220
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2504
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
276
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2479
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
751
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3942
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
1384
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2846
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
1717
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4507
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
2753
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9745
AND image_shop.`cover` = 1 LIMIT 1
0.332 ms 1 /classes/Product.php:3570
4263
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9744
ORDER BY `position`
0.332 ms 1 Yes /classes/Product.php:3545
1272
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2432
ORDER BY f.position ASC
0.331 ms 5 Yes /classes/Product.php:6021
2747
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4946)
0.331 ms 1 /classes/Product.php:3860
4529
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1
0.331 ms 6 /src/Adapter/EntityMapper.php:79
552
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3236
ORDER BY f.position ASC
0.331 ms 5 Yes /classes/Product.php:6021
1378
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2403)
0.331 ms 1 /classes/Product.php:3860
2763
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9745
ORDER BY f.position ASC
0.331 ms 5 Yes /classes/Product.php:6021
3190
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9843 AND `id_group` = 1 LIMIT 1
0.331 ms 0 /classes/GroupReduction.php:156
185
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2596
ORDER BY f.position ASC
0.330 ms 5 Yes /classes/Product.php:6021
219
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2594
ORDER BY f.position ASC
0.330 ms 5 Yes /classes/Product.php:6021
773
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3943
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
1475
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2813
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
1546
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4034)
0.330 ms 1 /classes/Product.php:3860
2819
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9751
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
4080
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5336
ORDER BY `position`
0.330 ms 2 Yes /classes/Product.php:3545
163
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM hgt78_feature_product pf
LEFT JOIN hgt78_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN hgt78_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN hgt78_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN hgt78_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2475
ORDER BY f.position ASC
0.329 ms 5 Yes /classes/Product.php:6021
594
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2972) 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
2153
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3927 AND id_shop=1 LIMIT 1
0.329 ms 1 /classes/Product.php:6876
547
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3236)
0.329 ms 1 /classes/Product.php:3860
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.328 ms 1 /src/Adapter/EntityMapper.php:71
192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2502)
0.328 ms 1 /classes/Product.php:3860
364
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2555
AND image_shop.`cover` = 1 LIMIT 1
0.328 ms 1 /classes/Product.php:3570
1245
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3998)
0.328 ms 1 /classes/Product.php:3860
1295
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2400
AND image_shop.`cover` = 1 LIMIT 1
0.328 ms 1 /classes/Product.php:3570
1712
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2896 AND id_shop=1 LIMIT 1
0.328 ms 1 /classes/Product.php:6876
2457
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5641 LIMIT 1
0.328 ms 10 /classes/SpecificPrice.php:435
3282
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9850
AND image_shop.`cover` = 1 LIMIT 1
0.328 ms 1 /classes/Product.php:3570
4224
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8947
ORDER BY `position`
0.328 ms 1 Yes /classes/Product.php:3545
4628
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1
0.328 ms 6 /src/Adapter/EntityMapper.php:79
2253
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3956 AND `id_group` = 1 LIMIT 1
0.327 ms 0 /classes/GroupReduction.php:156
3007
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6077
AND image_shop.`cover` = 1 LIMIT 1
0.327 ms 1 /classes/Product.php:3570
677
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3090
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.327 ms 0 /classes/SpecificPrice.php:259
4279
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9747
0.327 ms 1 /classes/Product.php:2902
862
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3946
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 1 /classes/Product.php:3570
3195
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.326 ms 1 /classes/Product.php:5659
1095
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3986
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 1 /classes/Product.php:3570
2215
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3983 LIMIT 1
0.326 ms 10 /classes/SpecificPrice.php:435
2532
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6135
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 1 /classes/Product.php:3570
113
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2595) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.325 ms 1 /classes/stock/StockAvailable.php:453
829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3945
AND image_shop.`cover` = 1 LIMIT 1
0.325 ms 1 /classes/Product.php:3570
2908
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9771
AND image_shop.`cover` = 1 LIMIT 1
0.325 ms 1 /classes/Product.php:3570
4512
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.325 ms 1 /src/Adapter/EntityMapper.php:71
4518
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.325 ms 1 /src/Adapter/EntityMapper.php:71
992
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6103) 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
4643
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.324 ms 1 /src/Adapter/EntityMapper.php:71
1398
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2817 LIMIT 1
0.323 ms 10 /classes/SpecificPrice.php:435
2697
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4709
AND image_shop.`cover` = 1 LIMIT 1
0.323 ms 1 /classes/Product.php:3570
3158
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.323 ms 1 /classes/stock/StockAvailable.php:453
2192
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.323 ms 1 /classes/Product.php:5659
4634
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1
0.323 ms 6 /src/Adapter/EntityMapper.php:79
152
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2475
AND image_shop.`cover` = 1 LIMIT 1
0.322 ms 1 /classes/Product.php:3570
3372
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.322 ms 1 /classes/Product.php:5659
4426
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10517
0.322 ms 1 /classes/Product.php:2902
4532
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.322 ms 1 /src/Adapter/EntityMapper.php:71
2788
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9747 LIMIT 1
0.322 ms 11 /classes/SpecificPrice.php:435
1229
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2434
AND image_shop.`cover` = 1 LIMIT 1
0.321 ms 1 /classes/Product.php:3570
2296
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4024 AND id_shop=1 LIMIT 1
0.321 ms 1 /classes/Product.php:6876
4541
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 190 AND `id_shop` = 1
0.321 ms 6 /src/Adapter/EntityMapper.php:79
1089
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2442)
0.321 ms 1 /classes/Product.php:3860
1907
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4701
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.321 ms 0 /classes/SpecificPrice.php:259
2287
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3974) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.321 ms 1 /classes/stock/StockAvailable.php:453
2620
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8969
AND image_shop.`cover` = 1 LIMIT 1
0.321 ms 4 /classes/Product.php:3570
4576
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.321 ms 1 /src/Adapter/EntityMapper.php:71
2220
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3983 AND `id_group` = 1 LIMIT 1
0.320 ms 0 /classes/GroupReduction.php:156
81
SELECT SQL_NO_CACHE `id_category`
FROM `hgt78_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.320 ms 1 /classes/Category.php:2450
1064
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2441 LIMIT 1
0.320 ms 10 /classes/SpecificPrice.php:435
1524
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2785)
0.320 ms 1 /classes/Product.php:3860
355
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3624 LIMIT 1
0.319 ms 10 /classes/SpecificPrice.php:435
3232
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9846)
0.319 ms 1 /classes/Product.php:3860
4221
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8946
ORDER BY `position`
0.319 ms 1 Yes /classes/Product.php:3545
4257
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9742
ORDER BY `position`
0.319 ms 1 Yes /classes/Product.php:3545
4420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7765
0.319 ms 1 /classes/Product.php:2902
5012
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.319 ms 12 /modules/psgdpr/classes/GDPRConsent.php:111
2204
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3982 LIMIT 1
0.319 ms 10 /classes/SpecificPrice.php:435
715
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3097) 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
854
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3251
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.318 ms 0 /classes/SpecificPrice.php:259
1734
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4508 AND id_shop=1 LIMIT 1
0.317 ms 1 /classes/Product.php:6876
2479
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6023 LIMIT 1
0.317 ms 10 /classes/SpecificPrice.php:435
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` = 2730
AND image_shop.`cover` = 1 LIMIT 1
0.317 ms 1 /classes/Product.php:3570
2797
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5108
AND image_shop.`cover` = 1 LIMIT 1
0.316 ms 1 /classes/Product.php:3570
4402
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9847
0.316 ms 1 /classes/Product.php:2902
99
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE `from` BETWEEN '2025-05-01 00:00:00' AND '2025-05-01 23:59:59' LIMIT 1
0.316 ms 1 /classes/SpecificPrice.php:377
2177
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3979) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.316 ms 1 /classes/stock/StockAvailable.php:453
4567
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1
0.316 ms 6 /src/Adapter/EntityMapper.php:79
4603
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 163 AND `id_shop` = 1
0.316 ms 6 /src/Adapter/EntityMapper.php:79
586
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2972
AND image_shop.`cover` = 1 LIMIT 1
0.315 ms 1 /classes/Product.php:3570
3973
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4490
0.315 ms 1 /classes/Product.php:2902
1218
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3997
AND image_shop.`cover` = 1 LIMIT 1
0.315 ms 1 /classes/Product.php:3570
2237
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3940 LIMIT 1
0.315 ms 10 /classes/SpecificPrice.php:435
3490
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9735 AND `id_group` = 1 LIMIT 1
0.315 ms 0 /classes/GroupReduction.php:156
4053
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4718
ORDER BY `position`
0.315 ms 1 Yes /classes/Product.php:3545
2741
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4946
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
3683
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2972
0.314 ms 1 /classes/Product.php:2902
4203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6105
ORDER BY `position`
0.314 ms 1 Yes /classes/Product.php:3545
4390
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9844
0.314 ms 1 /classes/Product.php:2902
4604
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.314 ms 1 /src/Adapter/EntityMapper.php:71
2930
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9773
AND image_shop.`cover` = 1 LIMIT 1
0.313 ms 1 /classes/Product.php:3570
2957
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9774)
0.313 ms 1 /classes/Product.php:3860
3395
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.313 ms 1 /classes/Product.php:5659
3677
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3229
0.313 ms 1 /classes/Product.php:2902
4543
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 334 AND `id_shop` = 1
0.312 ms 6 /src/Adapter/EntityMapper.php:79
309
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2480
AND image_shop.`cover` = 1 LIMIT 1
0.312 ms 1 /classes/Product.php:3570
1730
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4508 LIMIT 1
0.312 ms 10 /classes/SpecificPrice.php:435
3528
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12561
AND image_shop.`cover` = 1 LIMIT 1
0.312 ms 2 /classes/Product.php:3570
149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.311 ms 1 /classes/stock/StockAvailable.php:453
836
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3945 AND `id_group` = 1 LIMIT 1
0.311 ms 0 /classes/GroupReduction.php:156
4269
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9745
ORDER BY `position`
0.311 ms 1 Yes /classes/Product.php:3545
1895
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4700 LIMIT 1
0.311 ms 10 /classes/SpecificPrice.php:435
1333
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4003)
0.310 ms 1 /classes/Product.php:3860
180
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2596)
0.310 ms 1 /classes/Product.php:3860
4610
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.310 ms 1 /src/Adapter/EntityMapper.php:71
5000
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.310 ms 1 /classes/module/Module.php:2664
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `hgt78_hook_alias`
0.309 ms 88 /classes/Hook.php:290
172
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4691) 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
759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3942) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.309 ms 1 /classes/stock/StockAvailable.php:453
769
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3134 AND `id_group` = 1 LIMIT 1
0.309 ms 0 /classes/GroupReduction.php:156
1590
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4236)
0.309 ms 1 /classes/Product.php:3860
1802
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3860) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.309 ms 1 /classes/stock/StockAvailable.php:453
1938
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.309 ms 1 /classes/Product.php:5659
1999
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5077 AND `id_group` = 1 LIMIT 1
0.309 ms 0 /classes/GroupReduction.php:156
3031
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6078 LIMIT 1
0.309 ms 10 /classes/SpecificPrice.php:435
3698
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3233
0.309 ms 1 /classes/Product.php:2902
4266
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4946
ORDER BY `position`
0.309 ms 1 Yes /classes/Product.php:3545
4408
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9848
0.309 ms 1 /classes/Product.php:2902
255
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3551 LIMIT 1
0.308 ms 10 /classes/SpecificPrice.php:435
1739
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3852
AND image_shop.`cover` = 1 LIMIT 1
0.308 ms 1 /classes/Product.php:3570
2435
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5328 LIMIT 1
0.308 ms 10 /classes/SpecificPrice.php:435
4209
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6135
ORDER BY `position`
0.308 ms 1 Yes /classes/Product.php:3545
4578
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.308 ms 1 /src/Adapter/EntityMapper.php:71
4579
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
0.308 ms 6 /src/Adapter/EntityMapper.php:79
4670
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1
0.308 ms 6 /src/Adapter/EntityMapper.php:79
1019
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.307 ms 1 /classes/Product.php:5659
1598
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4238 LIMIT 1
0.307 ms 10 /classes/SpecificPrice.php:435
169
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4691)
0.306 ms 1 /classes/Product.php:3860
448
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3196)
0.306 ms 1 /classes/Product.php:3860
890
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3772 AND id_shop=1 LIMIT 1
0.306 ms 1 /classes/Product.php:6876
1486
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4030
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
4200
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4247
ORDER BY `position`
0.305 ms 1 Yes /classes/Product.php:3545
4531
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.305 ms 6 /src/Adapter/EntityMapper.php:79
3001
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9789)
0.305 ms 1 /classes/Product.php:3860
3508
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10931 LIMIT 1
0.305 ms 10 /classes/SpecificPrice.php:435
4251
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9723
ORDER BY `position`
0.305 ms 1 Yes /classes/Product.php:3545
34
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.304 ms 1 /classes/ObjectModel.php:1729
214
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2594)
0.304 ms 1 /classes/Product.php:3860
703
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3096 AND `id_group` = 1 LIMIT 1
0.304 ms 0 /classes/GroupReduction.php:156
1165
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2730 LIMIT 1
0.304 ms 10 /classes/SpecificPrice.php:435
1773
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.304 ms 1 /classes/Product.php:5659
2126
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.304 ms 1 /classes/Product.php:5659
4138
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4023
0.304 ms 1 /classes/Product.php:2902
4242
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9264
ORDER BY `position`
0.304 ms 1 Yes /classes/Product.php:3545
3018
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9790
AND image_shop.`cover` = 1 LIMIT 1
0.303 ms 1 /classes/Product.php:3570
4206
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6134
ORDER BY `position`
0.303 ms 1 Yes /classes/Product.php:3545
4524
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.303 ms 1 /src/Adapter/EntityMapper.php:71
4606
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.303 ms 1 /src/Adapter/EntityMapper.php:71
4654
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 191 AND `id_shop` = 1
0.303 ms 6 /src/Adapter/EntityMapper.php:79
5007
SELECT SQL_NO_CACHE button2 FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.303 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
4236
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4333
ORDER BY `position`
0.303 ms 1 Yes /classes/Product.php:3545
605
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.302 ms 1 /classes/stock/StockAvailable.php:453
1306
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4002
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
2609
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4332
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
4218
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `hgt78_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4296
ORDER BY `position`
0.302 ms 1 Yes /classes/Product.php:3545
2794
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9747) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.301 ms 1 /classes/stock/StockAvailable.php:453
2148
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.301 ms 1 /classes/Product.php:5659
2203
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.300 ms 1 /classes/Product.php:5659
3200
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9844 AND id_shop=1 LIMIT 1
0.300 ms 1 /classes/Product.php:6876
1237
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.300 ms 1 /classes/stock/StockAvailable.php:453
2750
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.300 ms 1 /classes/stock/StockAvailable.php:453
961
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3822
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
3448
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8979
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
4111
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3979
0.299 ms 1 /classes/Product.php:2902
3273
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9849 LIMIT 1
0.298 ms 11 /classes/SpecificPrice.php:435
4411
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9849
0.298 ms 1 /classes/Product.php:2902
4526
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
64
SELECT SQL_NO_CACHE format
FROM `hgt78_address_format`
WHERE `id_country` = 8 LIMIT 1
0.298 ms 1 /classes/AddressFormat.php:656
896
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.297 ms 1 /classes/Product.php:5659
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` = 2440
AND image_shop.`cover` = 1 LIMIT 1
0.297 ms 1 /classes/Product.php:3570
1752
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3854 LIMIT 1
0.297 ms 10 /classes/SpecificPrice.php:435
2248
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3956 LIMIT 1
0.296 ms 10 /classes/SpecificPrice.php:435
4521
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 169 AND `id_shop` = 1
0.296 ms 6 /src/Adapter/EntityMapper.php:79
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.296 ms 1 /src/Adapter/EntityMapper.php:71
614
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3087 AND id_shop=1 LIMIT 1
0.296 ms 1 /classes/Product.php:6876
4527
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
0.296 ms 6 /src/Adapter/EntityMapper.php:79
4528
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.296 ms 1 /src/Adapter/EntityMapper.php:71
1345
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4004 AND id_shop=1 LIMIT 1
0.294 ms 1 /classes/Product.php:6876
4516
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.294 ms 1 /src/Adapter/EntityMapper.php:71
4561
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1
0.294 ms 6 /src/Adapter/EntityMapper.php:79
4581
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
0.294 ms 6 /src/Adapter/EntityMapper.php:79
659
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3089 AND `id_group` = 1 LIMIT 1
0.293 ms 0 /classes/GroupReduction.php:156
2419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4041) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.293 ms 1 /classes/stock/StockAvailable.php:453
3623
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2555
0.293 ms 1 /classes/Product.php:2902
4572
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.293 ms 1 /src/Adapter/EntityMapper.php:71
4646
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
0.293 ms 6 /src/Adapter/EntityMapper.php:79
4673
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.293 ms 1 /src/Adapter/EntityMapper.php:71
1568
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3550)
0.292 ms 1 /classes/Product.php:3860
4535
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 175 AND `id_shop` = 1
0.292 ms 6 /src/Adapter/EntityMapper.php:79
343
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.292 ms 1 /classes/Product.php:5659
4525
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 38 AND `id_shop` = 1
0.291 ms 6 /src/Adapter/EntityMapper.php:79
4556
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.291 ms 1 /src/Adapter/EntityMapper.php:71
1450
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4022) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.290 ms 1 /classes/stock/StockAvailable.php:453
3234
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9846 AND `id_group` = 1 LIMIT 1
0.290 ms 0 /classes/GroupReduction.php:156
789
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3878)
0.290 ms 1 /classes/Product.php:3860
3020
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9790 LIMIT 1
0.289 ms 11 /classes/SpecificPrice.php:435
947
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.289 ms 1 /classes/stock/StockAvailable.php:453
1447
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4022)
0.289 ms 1 /classes/Product.php:3860
1679
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4491 AND id_shop=1 LIMIT 1
0.289 ms 1 /classes/Product.php:6876
2221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3983) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.289 ms 1 /classes/stock/StockAvailable.php:453
3315
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9852
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
611
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3087
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.288 ms 0 /classes/SpecificPrice.php:259
770
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3134) 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
2838
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5116) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:453
2946
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5623)
0.288 ms 1 /classes/Product.php:3860
3229
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9846 LIMIT 1
0.288 ms 10 /classes/SpecificPrice.php:435
3386
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 12576
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.288 ms 1 /classes/SpecificPrice.php:259
4639
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.288 ms 1 /src/Adapter/EntityMapper.php:71
328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3623) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
531
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3227
AND image_shop.`cover` = 1 LIMIT 1
0.287 ms 1 /classes/Product.php:3570
2780
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9746)
0.287 ms 1 /classes/Product.php:3860
2924
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9772)
0.287 ms 1 /classes/Product.php:3860
2968
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5896)
0.287 ms 1 /classes/Product.php:3860
3175
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9842
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.287 ms 0 /classes/SpecificPrice.php:259
572
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.286 ms 1 /classes/stock/StockAvailable.php:453
598
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
1609
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4239 LIMIT 1
0.286 ms 10 /classes/SpecificPrice.php:435
2402
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5085 LIMIT 1
0.286 ms 10 /classes/SpecificPrice.php:435
4573
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.286 ms 6 /src/Adapter/EntityMapper.php:79
4662
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.286 ms 6 /src/Adapter/EntityMapper.php:79
295
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3552) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.286 ms 1 /classes/stock/StockAvailable.php:453
3530
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 12561 LIMIT 1
0.286 ms 15 /classes/SpecificPrice.php:435
4514
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.286 ms 1 /src/Adapter/EntityMapper.php:71
4033
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4699
0.285 ms 1 /classes/Product.php:2902
4608
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.285 ms 1 /src/Adapter/EntityMapper.php:71
2511
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.284 ms 1 /classes/Product.php:5659
2702
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4709)
0.284 ms 1 /classes/Product.php:3860
503
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3199)
0.284 ms 1 /classes/Product.php:3860
1269
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2432 AND `id_group` = 1 LIMIT 1
0.284 ms 0 /classes/GroupReduction.php:156
1444
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4022 LIMIT 1
0.284 ms 10 /classes/SpecificPrice.php:435
3525
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 12563) 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
4300
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9767
0.284 ms 1 /classes/Product.php:2902
350
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2481) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.283 ms 1 /classes/stock/StockAvailable.php:453
1328
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4003
AND image_shop.`cover` = 1 LIMIT 1
0.283 ms 1 /classes/Product.php:3570
2182
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3980 LIMIT 1
0.283 ms 10 /classes/SpecificPrice.php:435
2309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4007) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.283 ms 1 /classes/stock/StockAvailable.php:453
2897
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9769
AND image_shop.`cover` = 1 LIMIT 1
0.283 ms 1 /classes/Product.php:3570
3644
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3196
0.283 ms 1 /classes/Product.php:2902
525
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3235)
0.282 ms 1 /classes/Product.php:3860
902
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3947 AND `id_group` = 1 LIMIT 1
0.282 ms 0 /classes/GroupReduction.php:156
2143
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4489 AND `id_group` = 1 LIMIT 1
0.282 ms 0 /classes/GroupReduction.php:156
2265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3957) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.282 ms 1 /classes/stock/StockAvailable.php:453
3041
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.282 ms 1 /classes/Product.php:5659
3383
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` = 344 LIMIT 1
0.282 ms 1 /classes/Category.php:1378
2880
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9768)
0.282 ms 1 /classes/Product.php:3860
144
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2489
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.281 ms 0 /classes/SpecificPrice.php:259
1427
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4021) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.281 ms 1 /classes/stock/StockAvailable.php:453
2144
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.281 ms 1 /classes/stock/StockAvailable.php:453
2713
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9742)
0.281 ms 1 /classes/Product.php:3860
3180
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9842) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.281 ms 1 /classes/stock/StockAvailable.php:453
3985
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2896
0.281 ms 1 /classes/Product.php:2902
4120
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3982
0.281 ms 1 /classes/Product.php:2902
4675
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.281 ms 1 /src/Adapter/EntityMapper.php:71
225
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2504)
0.281 ms 1 /classes/Product.php:3860
2161
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3928
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.281 ms 0 /classes/SpecificPrice.php:259
2275
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4023 AND `id_group` = 1 LIMIT 1
0.281 ms 0 /classes/GroupReduction.php:156
2869
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9767)
0.281 ms 1 /classes/Product.php:3860
247
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2419)
0.280 ms 1 /classes/Product.php:3860
411
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2918 LIMIT 1
0.280 ms 10 /classes/SpecificPrice.php:435
2902
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9769)
0.280 ms 1 /classes/Product.php:3860
2259
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3957 LIMIT 1
0.280 ms 10 /classes/SpecificPrice.php:435
2891
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5323)
0.280 ms 1 /classes/Product.php:3860
2913
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9771)
0.280 ms 1 /classes/Product.php:3860
4453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8416
0.280 ms 1 /classes/Product.php:2902
4530
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.280 ms 1 /src/Adapter/EntityMapper.php:71
2802
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5108)
0.279 ms 1 /classes/Product.php:3860
459
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3197)
0.278 ms 1 /classes/Product.php:3860
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` = 3992
AND image_shop.`cover` = 1 LIMIT 1
0.278 ms 1 /classes/Product.php:3570
1681
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.278 ms 1 /classes/stock/StockAvailable.php:453
2866
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9767 LIMIT 1
0.278 ms 11 /classes/SpecificPrice.php:435
203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4692)
0.277 ms 1 /classes/Product.php:3860
604
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3231 AND `id_group` = 1 LIMIT 1
0.277 ms 0 /classes/GroupReduction.php:156
1358
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:453
2808
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9749
AND image_shop.`cover` = 1 LIMIT 1
0.277 ms 1 /classes/Product.php:3570
3268
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9848) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:453
4677
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.277 ms 1 /src/Adapter/EntityMapper.php:71
2252
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3956 AND id_shop=1 LIMIT 1
0.277 ms 1 /classes/Product.php:6876
864
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3946 LIMIT 1
0.276 ms 10 /classes/SpecificPrice.php:435
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` = 2702)
0.276 ms 1 /classes/Product.php:3860
2813
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9749)
0.276 ms 1 /classes/Product.php:3860
1565
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3550 LIMIT 1
0.276 ms 10 /classes/SpecificPrice.php:435
2171
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3979 LIMIT 1
0.276 ms 10 /classes/SpecificPrice.php:435
4517
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1
0.276 ms 6 /src/Adapter/EntityMapper.php:79
599
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3231 LIMIT 1
0.275 ms 10 /classes/SpecificPrice.php:435
1922
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4702 AND `id_group` = 1 LIMIT 1
0.275 ms 0 /classes/GroupReduction.php:156
4351
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6131
0.275 ms 1 /classes/Product.php:2902
1020
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6655 LIMIT 1
0.275 ms 10 /classes/SpecificPrice.php:435
2149
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3927 LIMIT 1
0.275 ms 10 /classes/SpecificPrice.php:435
2230
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3984 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6876
2397
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5083) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.275 ms 1 /classes/stock/StockAvailable.php:453
2764
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4945
AND image_shop.`cover` = 1 LIMIT 1
0.275 ms 1 /classes/Product.php:3570
1240
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3998
AND image_shop.`cover` = 1 LIMIT 1
0.274 ms 1 /classes/Product.php:3570
1421
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4021 LIMIT 1
0.274 ms 10 /classes/SpecificPrice.php:435
1801
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3860 AND `id_group` = 1 LIMIT 1
0.274 ms 0 /classes/GroupReduction.php:156
4649
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.274 ms 1 /src/Adapter/EntityMapper.php:71
209
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2594
AND image_shop.`cover` = 1 LIMIT 1
0.273 ms 1 /classes/Product.php:3570
322
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3623 LIMIT 1
0.273 ms 10 /classes/SpecificPrice.php:435
1994
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5077 LIMIT 1
0.273 ms 10 /classes/SpecificPrice.php:435
2263
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3957 AND id_shop=1 LIMIT 1
0.273 ms 1 /classes/Product.php:6876
4312
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9771
0.273 ms 1 /classes/Product.php:2902
4599
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 161 AND `id_shop` = 1
0.273 ms 6 /src/Adapter/EntityMapper.php:79
98
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE `id_product` != 0 LIMIT 1
0.272 ms 22288 /classes/SpecificPrice.php:297
1042
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3849 LIMIT 1
0.272 ms 10 /classes/SpecificPrice.php:435
2319
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4025 AND `id_group` = 1 LIMIT 1
0.272 ms 0 /classes/GroupReduction.php:156
24
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.272 ms 6 /classes/Language.php:883
236
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4694)
0.272 ms 1 /classes/Product.php:3860
2622
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8969 LIMIT 1
0.272 ms 17 /classes/SpecificPrice.php:435
1231
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2434 LIMIT 1
0.271 ms 10 /classes/SpecificPrice.php:435
3704
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3520
0.271 ms 1 /classes/Product.php:2902
4542
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.271 ms 1 /src/Adapter/EntityMapper.php:71
969
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3822) 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
2281
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3974 LIMIT 1
0.271 ms 10 /classes/SpecificPrice.php:435
2413
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4041 LIMIT 1
0.271 ms 10 /classes/SpecificPrice.php:435
4638
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 196 AND `id_shop` = 1
0.271 ms 6 /src/Adapter/EntityMapper.php:79
966
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3822)
0.270 ms 1 /classes/Product.php:3860
3497
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10627 LIMIT 1
0.270 ms 10 /classes/SpecificPrice.php:435
2974
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9788
AND image_shop.`cover` = 1 LIMIT 1
0.269 ms 1 /classes/Product.php:3570
3290
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9850) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.269 ms 1 /classes/stock/StockAvailable.php:453
3443
SELECT SQL_NO_CACHE *
FROM `hgt78_tax_lang`
WHERE `id_tax` = 1
0.269 ms 6 /src/Adapter/EntityMapper.php:79
377
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3625 LIMIT 1
0.269 ms 10 /classes/SpecificPrice.php:435
3042
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9791 LIMIT 1
0.269 ms 11 /classes/SpecificPrice.php:435
124
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2478 AND id_shop=1 LIMIT 1
0.268 ms 1 /classes/Product.php:6876
1977
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4989 AND `id_group` = 1 LIMIT 1
0.268 ms 0 /classes/GroupReduction.php:156
2302
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.268 ms 1 /classes/Product.php:5659
2650
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8970) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.268 ms 1 /classes/stock/StockAvailable.php:453
2724
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9743)
0.268 ms 1 /classes/Product.php:3860
3202
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9844) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.268 ms 1 /classes/stock/StockAvailable.php:453
3293
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9851
AND image_shop.`cover` = 1 LIMIT 1
0.268 ms 1 /classes/Product.php:3570
935
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3820 AND `id_group` = 1 LIMIT 1
0.267 ms 1 /classes/GroupReduction.php:156
1223
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3997)
0.267 ms 1 /classes/Product.php:3860
1470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4029 AND id_shop=1 LIMIT 1
0.267 ms 1 /classes/Product.php:6876
1736
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4508) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.267 ms 1 /classes/stock/StockAvailable.php:453
2155
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.267 ms 1 /classes/stock/StockAvailable.php:453
2843
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9752 LIMIT 1
0.267 ms 11 /classes/SpecificPrice.php:435
4438
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7782
0.267 ms 1 /classes/Product.php:2902
4577
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
0.267 ms 6 /src/Adapter/EntityMapper.php:79
104
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2595 AND id_shop=1 LIMIT 1
0.267 ms 1 /classes/Product.php:6876
583
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3230) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.266 ms 1 /classes/stock/StockAvailable.php:453
1407
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2816
AND image_shop.`cover` = 1 LIMIT 1
0.266 ms 2 /classes/Product.php:3570
1873
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4698 LIMIT 1
0.266 ms 10 /classes/SpecificPrice.php:435
3261
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.266 ms 1 /classes/Product.php:5659
3397
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8414
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.266 ms 0 /classes/SpecificPrice.php:259
2380
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5084 LIMIT 1
0.266 ms 10 /classes/SpecificPrice.php:435
4539
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 186 AND `id_shop` = 1
0.266 ms 6 /src/Adapter/EntityMapper.php:79
2769
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4945)
0.265 ms 1 /classes/Product.php:3860
4027
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3874
0.265 ms 1 /classes/Product.php:2902
5003
SELECT SQL_NO_CACHE content FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.265 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
1464
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4029
AND image_shop.`cover` = 1 LIMIT 1
0.264 ms 1 /classes/Product.php:3570
2260
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3957
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.264 ms 0 /classes/SpecificPrice.php:259
3782
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3853
0.264 ms 1 /classes/Product.php:2902
129
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3019
AND image_shop.`cover` = 1 LIMIT 1
0.263 ms 1 /classes/Product.php:3570
289
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3552 LIMIT 1
0.263 ms 10 /classes/SpecificPrice.php:435
1123
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3988)
0.263 ms 1 /classes/Product.php:3860
1508
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4032
AND image_shop.`cover` = 1 LIMIT 1
0.263 ms 1 /classes/Product.php:3570
3053
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6131 LIMIT 1
0.263 ms 10 /classes/SpecificPrice.php:435
4066
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5080
0.263 ms 1 /classes/Product.php:2902
137
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3019) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:453
383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3625) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:453
561
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3228) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:453
577
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3230 LIMIT 1
0.262 ms 10 /classes/SpecificPrice.php:435
1300
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2400)
0.262 ms 1 /classes/Product.php:3860
1438
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2815) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:453
2730
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9744
AND image_shop.`cover` = 1 LIMIT 1
0.262 ms 1 /classes/Product.php:3570
3943
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4035
0.262 ms 1 /classes/Product.php:2902
4069
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5104
0.262 ms 1 /classes/Product.php:2902
1063
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.262 ms 1 /classes/Product.php:5659
244
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2419 LIMIT 1
0.261 ms 10 /classes/SpecificPrice.php:435
1171
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2730) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:453
1350
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3014
AND image_shop.`cover` = 1 LIMIT 1
0.261 ms 1 /classes/Product.php:3570
2708
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9742
AND image_shop.`cover` = 1 LIMIT 1
0.261 ms 1 /classes/Product.php:3570
3877
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4002
0.261 ms 1 /classes/Product.php:2902
306
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2889) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:453
417
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2918) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:453
1597
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
616
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
1347
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
649
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3233) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
1048
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3849) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
3581
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2594
0.260 ms 1 /classes/Product.php:2902
1538
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4033) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.259 ms 1 /classes/stock/StockAvailable.php:453
1779
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4541 AND `id_group` = 1 LIMIT 1
0.259 ms 0 /classes/GroupReduction.php:156
2183
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3980
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.259 ms 0 /classes/SpecificPrice.php:259
261
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3551) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.259 ms 1 /classes/stock/StockAvailable.php:453
1100
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `hgt78_product` p
INNER JOIN `hgt78_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `hgt78_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3986)
0.259 ms 1 /classes/Product.php:3860
2661
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9264) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.259 ms 1 /classes/stock/StockAvailable.php:453
2919
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9772
AND image_shop.`cover` = 1 LIMIT 1
0.259 ms 1 /classes/Product.php:3570
566
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3229 LIMIT 1
0.258 ms 10 /classes/SpecificPrice.php:435
4533
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 172 AND `id_shop` = 1
0.258 ms 6 /src/Adapter/EntityMapper.php:79
4
SELECT SQL_NO_CACHE *
FROM `hgt78_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.258 ms 1 /src/Adapter/EntityMapper.php:71
333
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2890 LIMIT 1
0.258 ms 10 /classes/SpecificPrice.php:435
1362
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 145 LIMIT 1
0.258 ms 1 /classes/Category.php:1378
2600
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8948 LIMIT 1
0.258 ms 9 /classes/SpecificPrice.php:435
3262
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9848 LIMIT 1
0.258 ms 11 /classes/SpecificPrice.php:435
3512
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10931 AND id_shop=1 LIMIT 1
0.258 ms 1 /classes/Product.php:6876
454
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3197
AND image_shop.`cover` = 1 LIMIT 1
0.257 ms 1 /classes/Product.php:3570
1025
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6655 AND `id_group` = 1 LIMIT 1
0.257 ms 0 /classes/GroupReduction.php:156
1652
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.257 ms 1 /classes/Product.php:5659
2677
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9721 LIMIT 1
0.257 ms 11 /classes/SpecificPrice.php:435
2849
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9752) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.257 ms 1 /classes/stock/StockAvailable.php:453
175
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2596
AND image_shop.`cover` = 1 LIMIT 1
0.256 ms 1 /classes/Product.php:3570
1519
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2785
AND image_shop.`cover` = 1 LIMIT 1
0.256 ms 1 /classes/Product.php:3570
1654
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2731
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.256 ms 0 /classes/SpecificPrice.php:259
1940
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3894
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.256 ms 0 /classes/SpecificPrice.php:259
2243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3940) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:453
2375
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:453
2507
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4247) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:453
2578
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8946 LIMIT 1
0.256 ms 16 /classes/SpecificPrice.php:435
3991
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4508
0.256 ms 1 /classes/Product.php:2902
2188
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3980) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
2501
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4247 LIMIT 1
0.255 ms 10 /classes/SpecificPrice.php:435
2719
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9743
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 1 /classes/Product.php:3570
2313
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
3997
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3854
0.255 ms 1 /classes/Product.php:2902
186
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2502
AND image_shop.`cover` = 1 LIMIT 1
0.254 ms 1 /classes/Product.php:3570
487
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2930
AND image_shop.`cover` = 1 LIMIT 1
0.254 ms 2 /classes/Product.php:3570
2932
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9773 LIMIT 1
0.254 ms 11 /classes/SpecificPrice.php:435
4998
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.254 ms 1 /classes/module/Module.php:2664
637
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3088 AND `id_group` = 1 LIMIT 1
0.254 ms 0 /classes/GroupReduction.php:156
1701
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4506 AND id_shop=1 LIMIT 1
0.254 ms 1 /classes/Product.php:6876
3235
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9846) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.254 ms 1 /classes/stock/StockAvailable.php:453
4560
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.254 ms 1 /src/Adapter/EntityMapper.php:71
365
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
372
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2555) 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
405
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
539
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3227) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
810
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3944
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.253 ms 0 /classes/SpecificPrice.php:259
1262
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2432
AND image_shop.`cover` = 1 LIMIT 1
0.253 ms 1 /classes/Product.php:3570
1381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2403) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
1527
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2785) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
2786
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9747
AND image_shop.`cover` = 1 LIMIT 1
0.253 ms 1 /classes/Product.php:3570
2864
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9767
AND image_shop.`cover` = 1 LIMIT 1
0.253 ms 1 /classes/Product.php:3570
2875
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9768
AND image_shop.`cover` = 1 LIMIT 1
0.253 ms 1 /classes/Product.php:3570
3257
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7760) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
4297
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5262
0.253 ms 1 /classes/Product.php:2902
4538
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.253 ms 1 /src/Adapter/EntityMapper.php:71
80
SELECT SQL_NO_CACHE * FROM hgt78_delivery WHERE id_carrier = 282 LIMIT 1
0.252 ms 8 /modules/colissimo_simplicite/colissimo_simplicite.php:1420
1106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3987
AND image_shop.`cover` = 1 LIMIT 1
0.252 ms 1 /classes/Product.php:3570
1198
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3994 LIMIT 1
0.252 ms 10 /classes/SpecificPrice.php:435
2347
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4009 LIMIT 1
0.252 ms 10 /classes/SpecificPrice.php:435
3474
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9381 LIMIT 1
0.252 ms 10 /classes/SpecificPrice.php:435
4000
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4540
0.252 ms 1 /classes/Product.php:2902
4006
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3859
0.252 ms 1 /classes/Product.php:2902
4564
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1
0.252 ms 6 /src/Adapter/EntityMapper.php:79
3916
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2814
0.252 ms 1 /classes/Product.php:2902
765
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3134
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.251 ms 0 /classes/SpecificPrice.php:259
1160
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3992) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.251 ms 1 /classes/stock/StockAvailable.php:453
2556
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8429 LIMIT 1
0.251 ms 10 /classes/SpecificPrice.php:435
3463
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9262 LIMIT 1
0.251 ms 10 /classes/SpecificPrice.php:435
317
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2480) 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
2832
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5116 LIMIT 1
0.250 ms 10 /classes/SpecificPrice.php:435
3196
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9844 LIMIT 1
0.250 ms 10 /classes/SpecificPrice.php:435
3444
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.250 ms 0 /classes/tax/TaxRulesTaxManager.php:109
1193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.250 ms 1 /classes/stock/StockAvailable.php:453
1396
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2817
AND image_shop.`cover` = 1 LIMIT 1
0.250 ms 1 /classes/Product.php:3570
3629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3626
0.250 ms 1 /classes/Product.php:2902
4502
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1
0.249 ms 1 /classes/module/Module.php:2137
140
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2489
AND image_shop.`cover` = 1 LIMIT 1
0.249 ms 1 /classes/Product.php:3570
1613
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4239 AND id_shop=1 LIMIT 1
0.249 ms 1 /classes/Product.php:6876
2567
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4296 LIMIT 1
0.249 ms 10 /classes/SpecificPrice.php:435
2886
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5323
AND image_shop.`cover` = 1 LIMIT 1
0.249 ms 1 /classes/Product.php:3570
4009
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3860
0.249 ms 1 /classes/Product.php:2902
4015
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4582
0.249 ms 1 /classes/Product.php:2902
4309
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9769
0.249 ms 1 /classes/Product.php:2902
164
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4691
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 1 /classes/Product.php:3570
1084
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2442
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 1 /classes/Product.php:3570
2666
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4335 LIMIT 1
0.248 ms 10 /classes/SpecificPrice.php:435
3184
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.248 ms 1 /classes/Product.php:5659
253
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3551
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 1 /classes/Product.php:3570
366
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2555 LIMIT 1
0.248 ms 10 /classes/SpecificPrice.php:435
2628
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8969) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.248 ms 1 /classes/stock/StockAvailable.php:453
2965
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5896 LIMIT 1
0.248 ms 10 /classes/SpecificPrice.php:435
4557
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.248 ms 6 /src/Adapter/EntityMapper.php:79
299
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.247 ms 1 /classes/Product.php:5659
520
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3235
AND image_shop.`cover` = 1 LIMIT 1
0.247 ms 1 /classes/Product.php:3570
542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3236
AND image_shop.`cover` = 1 LIMIT 1
0.247 ms 1 /classes/Product.php:3570
553
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3228
AND image_shop.`cover` = 1 LIMIT 1
0.247 ms 1 /classes/Product.php:3570
1176
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3993 LIMIT 1
0.247 ms 10 /classes/SpecificPrice.php:435
1370
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2398) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
4378
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9830
0.247 ms 1 /classes/Product.php:2902
4432
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 10738
0.247 ms 1 /classes/Product.php:2902
284
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2479) 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
439
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3629) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
498
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3199
AND image_shop.`cover` = 1 LIMIT 1
0.246 ms 1 /classes/Product.php:3570
848
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3881) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
2216
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3983
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.246 ms 0 /classes/SpecificPrice.php:259
2342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4026) 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
3408
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 12682 LIMIT 1
0.246 ms 13 /classes/SpecificPrice.php:435
3626
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3625
0.246 ms 1 /classes/Product.php:2902
4003
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4541
0.246 ms 1 /classes/Product.php:2902
4129
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3940
0.246 ms 1 /classes/Product.php:2902
428
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2944) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
1059
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
2523
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6134 LIMIT 1
0.245 ms 10 /classes/SpecificPrice.php:435
2529
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6134) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
3338
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.245 ms 1 /classes/Product.php:5659
3440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8416 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
118
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.245 ms 1 /classes/Category.php:1378
394
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3626) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
621
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3232 LIMIT 1
0.245 ms 10 /classes/SpecificPrice.php:435
2227
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3984
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.245 ms 0 /classes/SpecificPrice.php:259
2545
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4295 LIMIT 1
0.245 ms 10 /classes/SpecificPrice.php:435
3024
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9790 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
509
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3200
AND image_shop.`cover` = 1 LIMIT 1
0.244 ms 1 /classes/Product.php:3570
588
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2972 LIMIT 1
0.244 ms 10 /classes/SpecificPrice.php:435
1676
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4491
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.244 ms 0 /classes/SpecificPrice.php:259
2633
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4333 LIMIT 1
0.244 ms 10 /classes/SpecificPrice.php:435
775
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3943 LIMIT 1
0.244 ms 10 /classes/SpecificPrice.php:435
1001
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6104 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
2595
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8947) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
2814
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9749 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
2269
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
476
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3198
AND image_shop.`cover` = 1 LIMIT 1
0.243 ms 1 /classes/Product.php:3570
901
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3947 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
1117
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3988
AND image_shop.`cover` = 1 LIMIT 1
0.243 ms 1 /classes/Product.php:3570
1425
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4021 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
2015
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
2176
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3979 AND `id_group` = 1 LIMIT 1
0.243 ms 0 /classes/GroupReduction.php:156
4580
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.243 ms 1 /src/Adapter/EntityMapper.php:71
267
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2808 LIMIT 1
0.242 ms 10 /classes/SpecificPrice.php:435
278
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2479 LIMIT 1
0.242 ms 10 /classes/SpecificPrice.php:435
321
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.242 ms 1 /classes/Product.php:5659
457
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3197
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.242 ms 0 /classes/SpecificPrice.php:259
625
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3232 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6876
1030
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.242 ms 1 /classes/Product.php:5659
1404
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2817) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
2512
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6105 LIMIT 1
0.242 ms 10 /classes/SpecificPrice.php:435
2584
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
2617
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4332) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
3653
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3198
0.242 ms 1 /classes/Product.php:2902
3716
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3097
0.242 ms 1 /classes/Product.php:2902
8
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.241 ms 1 /src/Adapter/EntityMapper.php:71
741
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.241 ms 1 /classes/Product.php:5659
925
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3818) 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
2325
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4008 LIMIT 1
0.241 ms 10 /classes/SpecificPrice.php:435
2534
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6135 LIMIT 1
0.241 ms 10 /classes/SpecificPrice.php:435
4473
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 12563
0.241 ms 1 /classes/Product.php:2902
2518
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.241 ms 1 /classes/stock/StockAvailable.php:453
29
SELECT SQL_NO_CACHE c.id_currency
FROM `hgt78_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.240 ms 1 /classes/Currency.php:893
931
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.240 ms 0 /classes/SpecificPrice.php:259
2186
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3980 AND id_shop=1 LIMIT 1
0.240 ms 1 /classes/Product.php:6876
2485
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.240 ms 1 /classes/stock/StockAvailable.php:453
3426
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8415) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.240 ms 1 /classes/stock/StockAvailable.php:453
2783
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9746) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.240 ms 1 /classes/stock/StockAvailable.php:453
100
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE `to` BETWEEN '2025-05-01 00:00:00' AND '2025-05-01 23:59:59' LIMIT 1
0.239 ms 1 /classes/SpecificPrice.php:381
195
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2502) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
859
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3251) 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
1204
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3994) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
1409
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2816 LIMIT 1
0.239 ms 10 /classes/SpecificPrice.php:435
4655
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.239 ms 1 /src/Adapter/EntityMapper.php:71
399
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3627 LIMIT 1
0.239 ms 10 /classes/SpecificPrice.php:435
1374
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.239 ms 1 /classes/Product.php:5659
2938
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9773) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
3596
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2808
0.239 ms 1 /classes/Product.php:2902
131
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3019 LIMIT 1
0.238 ms 10 /classes/SpecificPrice.php:435
3414
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 12682) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
126
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2478) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
361
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3624) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
465
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2929
AND image_shop.`cover` = 1 LIMIT 1
0.238 ms 1 /classes/Product.php:3570
1564
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.238 ms 1 /classes/Product.php:5659
1620
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4241 LIMIT 1
0.238 ms 10 /classes/SpecificPrice.php:435
2209
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3982 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
2683
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9721) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
433
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3629 LIMIT 1
0.237 ms 10 /classes/SpecificPrice.php:435
1454
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.237 ms 1 /classes/Product.php:5659
1614
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4239 AND `id_group` = 1 LIMIT 1
0.237 ms 0 /classes/GroupReduction.php:156
2490
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6024 LIMIT 1
0.237 ms 10 /classes/SpecificPrice.php:435
2562
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.237 ms 1 /classes/stock/StockAvailable.php:453
2612
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4332
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.237 ms 0 /classes/SpecificPrice.php:259
2793
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9747 AND `id_group` = 1 LIMIT 1
0.237 ms 0 /classes/GroupReduction.php:156
796
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.236 ms 1 /classes/Product.php:5659
979
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6079 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6876
1346
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4004 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
2772
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.236 ms 1 /classes/stock/StockAvailable.php:453
4650
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1
0.236 ms 6 /src/Adapter/EntityMapper.php:79
4995
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.236 ms 1 /classes/Category.php:1585
1043
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3849
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 0 /classes/SpecificPrice.php:259
25
SELECT SQL_NO_CACHE c.id_currency
FROM `hgt78_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.235 ms 1 /classes/Currency.php:893
1587
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4236 LIMIT 1
0.235 ms 10 /classes/SpecificPrice.php:435
2418
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4041 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
2540
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.235 ms 1 /classes/stock/StockAvailable.php:453
2852
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5262
AND image_shop.`cover` = 1 LIMIT 1
0.235 ms 1 /classes/Product.php:3570
3272
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
3306
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7765 LIMIT 1
0.235 ms 2 /classes/SpecificPrice.php:435
1129
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `hgt78_image` i
INNER JOIN hgt78_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3990
AND image_shop.`cover` = 1 LIMIT 1
0.235 ms 1 /classes/Product.php:3570
1182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3993) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.235 ms 1 /classes/stock/StockAvailable.php:453
1615
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4239) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.235 ms 1 /classes/stock/StockAvailable.php:453
3883
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4003
0.235 ms 1 /classes/Product.php:2902
1308
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4002 LIMIT 1
0.234 ms 10 /classes/SpecificPrice.php:435
1558
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4035 AND id_shop=1 LIMIT 1
0.234 ms 1 /classes/Product.php:6876
3402
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8414) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.234 ms 1 /classes/stock/StockAvailable.php:453
4051
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4704
0.234 ms 1 /classes/Product.php:2902
1961
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4718 LIMIT 1
0.234 ms 10 /classes/SpecificPrice.php:435
2236
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.234 ms 1 /classes/Product.php:5659
2160
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3928 LIMIT 1
0.233 ms 10 /classes/SpecificPrice.php:435
2589
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8947 LIMIT 1
0.233 ms 10 /classes/SpecificPrice.php:435
962
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
1053
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3015 LIMIT 1
0.233 ms 10 /classes/SpecificPrice.php:435
1599
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4238
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.233 ms 0 /classes/SpecificPrice.php:259
1763
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4540 LIMIT 1
0.233 ms 10 /classes/SpecificPrice.php:435
2496
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6024) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
4099
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3924
0.233 ms 1 /classes/Product.php:2902
768
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3134 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6876
1187
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2440 LIMIT 1
0.232 ms 10 /classes/SpecificPrice.php:435
2150
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3927
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.232 ms 0 /classes/SpecificPrice.php:259
2331
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4008) 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
2551
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4295) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:453
2573
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4296) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:453
3284
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9850 LIMIT 1
0.232 ms 11 /classes/SpecificPrice.php:435
143
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2489 LIMIT 1
0.231 ms 10 /classes/SpecificPrice.php:435
404
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3627 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
1413
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2816 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
1960
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
2816
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9749) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:453
3345
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:453
147
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2489 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6876
1037
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3848) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.230 ms 1 /classes/stock/StockAvailable.php:453
1329
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
1669
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4490 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
2672
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4335) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.230 ms 1 /classes/stock/StockAvailable.php:453
764
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3134 LIMIT 1
0.230 ms 10 /classes/SpecificPrice.php:435
5011
SELECT SQL_NO_CACHE psgdpr.active FROM `hgt78_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1
0.230 ms 12 /modules/psgdpr/classes/GDPRConsent.php:132
1270
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2432) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:453
2588
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
4156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4026
0.229 ms 1 /classes/Product.php:2902
4321
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5623
0.229 ms 1 /classes/Product.php:2902
388
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3626 LIMIT 1
0.229 ms 10 /classes/SpecificPrice.php:435
567
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3229
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.229 ms 0 /classes/SpecificPrice.php:259
757
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3942 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6876
1312
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4002 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6876
1442
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
1680
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4491 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
3328
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 10517 LIMIT 1
0.229 ms 10 /classes/SpecificPrice.php:435
3994
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3852
0.229 ms 1 /classes/Product.php:2902
4999
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1
0.229 ms 1 /classes/module/Module.php:2137
853
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3251 LIMIT 1
0.228 ms 10 /classes/SpecificPrice.php:435
4667
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.228 ms 1 /src/Adapter/EntityMapper.php:71
495
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.228 ms 1 /classes/stock/StockAvailable.php:453
603
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3231 AND id_shop=1 LIMIT 1
0.228 ms 1 /classes/Product.php:6876
941
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3952 LIMIT 1
0.228 ms 10 /classes/SpecificPrice.php:435
2522
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
422
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2944 LIMIT 1
0.227 ms 10 /classes/SpecificPrice.php:435
919
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3818 LIMIT 1
0.227 ms 10 /classes/SpecificPrice.php:435
2137
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.227 ms 1 /classes/Product.php:5659
2381
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5084
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 0 /classes/SpecificPrice.php:259
3400
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8414 AND id_shop=1 LIMIT 1
0.227 ms 1 /classes/Product.php:6876
132
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3019
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.226 ms 0 /classes/SpecificPrice.php:259
528
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3235) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
1070
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
1137
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3990) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
1226
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3997) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
2430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
3213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9845) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
3638
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2944
0.226 ms 1 /classes/Product.php:2902
3988
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4507
0.226 ms 1 /classes/Product.php:2902
4282
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5108
0.226 ms 1 /classes/Product.php:2902
4462
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9381
0.226 ms 1 /classes/Product.php:2902
1075
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3985 LIMIT 1
0.226 ms 10 /classes/SpecificPrice.php:435
1472
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4029) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
1516
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4032) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:453
2626
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8969 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6876
2644
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8970 LIMIT 1
0.225 ms 17 /classes/SpecificPrice.php:435
2792
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9747 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6876
3420
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8415 LIMIT 1
0.225 ms 10 /classes/SpecificPrice.php:435
3958
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4239
0.225 ms 1 /classes/Product.php:2902
2894
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.224 ms 1 /classes/stock/StockAvailable.php:453
1041
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.224 ms 1 /classes/Product.php:5659
2307
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4007 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6876
3524
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 12563 AND `id_group` = 1 LIMIT 1
0.224 ms 0 /classes/GroupReduction.php:156
1363
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 145 LIMIT 1
0.223 ms 1 /classes/Product.php:5659
1756
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3854 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6876
2097
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3922 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6876
2489
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.223 ms 1 /classes/Product.php:5659
2916
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9771) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.223 ms 1 /classes/stock/StockAvailable.php:453
2441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.223 ms 1 /classes/stock/StockAvailable.php:453
2473
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5642 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
2759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9745 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6876
2976
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9788 LIMIT 1
0.223 ms 11 /classes/SpecificPrice.php:435
4072
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3911
0.223 ms 1 /classes/Product.php:2902
2655
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9264 LIMIT 1
0.222 ms 10 /classes/SpecificPrice.php:435
719
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.222 ms 1 /classes/Product.php:5659
2821
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9751 LIMIT 1
0.222 ms 11 /classes/SpecificPrice.php:435
3874
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2400
0.222 ms 1 /classes/Product.php:2902
3952
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4236
0.222 ms 1 /classes/Product.php:2902
4246
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4335
0.222 ms 1 /classes/Product.php:2902
4249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9721
0.222 ms 1 /classes/Product.php:2902
4651
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.222 ms 1 /src/Adapter/EntityMapper.php:71
798
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3135
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.221 ms 0 /classes/SpecificPrice.php:259
1215
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3996) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.221 ms 1 /classes/stock/StockAvailable.php:453
2264
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3957 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
2639
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4333) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.221 ms 1 /classes/stock/StockAvailable.php:453
2927
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9772) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.221 ms 1 /classes/stock/StockAvailable.php:453
2982
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9788) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.221 ms 1 /classes/stock/StockAvailable.php:453
3244
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9847 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6876
4060
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5076
0.221 ms 1 /classes/Product.php:2902
4252
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9723
0.221 ms 1 /classes/Product.php:2902
4491
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.221 ms 1 /classes/module/Module.php:2137
327
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3623 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
956
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3853 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
1268
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2432 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
2198
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3981 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
2401
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
2434
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
2611
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4332 LIMIT 1
0.220 ms 10 /classes/SpecificPrice.php:435
3046
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9791 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6876
3339
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7767 LIMIT 1
0.220 ms 10 /classes/SpecificPrice.php:435
4372
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7751
0.220 ms 1 /classes/Product.php:2902
1031
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3848 LIMIT 1
0.220 ms 10 /classes/SpecificPrice.php:435
1114
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3987) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.220 ms 1 /classes/stock/StockAvailable.php:453
2043
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5166 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
3437
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8416) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.220 ms 1 /classes/stock/StockAvailable.php:453
3495
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
1248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3998) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:453
2472
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5642 AND id_shop=1 LIMIT 1
0.219 ms 1 /classes/Product.php:6876
2694
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9723) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:453
3021
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9790
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.219 ms 0 /classes/SpecificPrice.php:259
593
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2972 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
1210
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3996
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.218 ms 0 /classes/SpecificPrice.php:259
4150
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4025
0.218 ms 1 /classes/Product.php:2902
135
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3019 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6876
233
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4694 LIMIT 1
0.218 ms 10 /classes/SpecificPrice.php:435
506
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3199) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.218 ms 1 /classes/stock/StockAvailable.php:453
544
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3236 LIMIT 1
0.218 ms 10 /classes/SpecificPrice.php:435
592
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2972 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6876
753
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3942 LIMIT 1
0.218 ms 10 /classes/SpecificPrice.php:435
3059
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.218 ms 1 /classes/stock/StockAvailable.php:453
3572
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2596
0.218 ms 1 /classes/Product.php:2902
2103
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.217 ms 1 /classes/Product.php:5659
2436
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5328
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.217 ms 0 /classes/SpecificPrice.php:259
1259
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3999) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.217 ms 1 /classes/stock/StockAvailable.php:453
1419
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 46 LIMIT 1
0.217 ms 1 /classes/Category.php:1378
1542
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.217 ms 1 /classes/Product.php:5659
2688
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9723 LIMIT 1
0.217 ms 11 /classes/SpecificPrice.php:435
3277
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9849 AND id_shop=1 LIMIT 1
0.217 ms 1 /classes/Product.php:6876
4012
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3861
0.217 ms 1 /classes/Product.php:2902
5002
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 912 LIMIT 1
0.217 ms 1 /classes/Hook.php:247
334
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2890
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.216 ms 0 /classes/SpecificPrice.php:259
934
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3820 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6876
1091
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2442 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:156
2121
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4488 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:156
2855
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5262 LIMIT 1
0.216 ms 10 /classes/SpecificPrice.php:435
2953
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.216 ms 1 /classes/Product.php:5659
2971
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5896) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.216 ms 1 /classes/stock/StockAvailable.php:453
3251
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 7760 LIMIT 1
0.216 ms 10 /classes/SpecificPrice.php:435
3305
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.216 ms 1 /classes/Product.php:5659
3584
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2504
0.216 ms 1 /classes/Product.php:2902
3599
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2479
0.216 ms 1 /classes/Product.php:2902
3785
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3822
0.216 ms 1 /classes/Product.php:2902
4324
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9774
0.216 ms 1 /classes/Product.php:2902
4354
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9792
0.216 ms 1 /classes/Product.php:2902
412
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2918
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.215 ms 0 /classes/SpecificPrice.php:259
1415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.215 ms 1 /classes/stock/StockAvailable.php:453
2478
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.215 ms 1 /classes/Product.php:5659
2789
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9747
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.215 ms 0 /classes/SpecificPrice.php:259
4306
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5323
0.215 ms 1 /classes/Product.php:2902
282
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2479 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6876
2993
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6076) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.215 ms 1 /classes/stock/StockAvailable.php:453
332
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
338
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2890 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
2905
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9769) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.214 ms 1 /classes/stock/StockAvailable.php:453
3295
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9851 LIMIT 1
0.214 ms 11 /classes/SpecificPrice.php:435
3484
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
1449
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4022 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
2249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3956
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.214 ms 0 /classes/SpecificPrice.php:259
4318
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9773
0.213 ms 1 /classes/Product.php:2902
786
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3878 LIMIT 1
0.213 ms 10 /classes/SpecificPrice.php:435
1422
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4021
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.213 ms 0 /classes/SpecificPrice.php:259
2836
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5116 AND id_shop=1 LIMIT 1
0.213 ms 1 /classes/Product.php:6876
4048
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3894
0.213 ms 1 /classes/Product.php:2902
4174
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5085
0.213 ms 1 /classes/Product.php:2902
177
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2596 LIMIT 1
0.212 ms 10 /classes/SpecificPrice.php:435
326
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3623 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6876
1431
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
1510
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4032 LIMIT 1
0.212 ms 10 /classes/SpecificPrice.php:435
2632
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
2760
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9745 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
4273
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4945
0.212 ms 1 /classes/Product.php:2902
72
SELECT SQL_NO_CACHE *
FROM `hgt78_shop_url` a0
0.211 ms 1 /classes/PrestaShopCollection.php:383
1242
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3998 LIMIT 1
0.211 ms 10 /classes/SpecificPrice.php:435
1560
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4035) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:453
1698
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4506
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.211 ms 0 /classes/SpecificPrice.php:259
2092
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.211 ms 1 /classes/Product.php:5659
3312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 7765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:453
4369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9821
0.211 ms 1 /classes/Product.php:2902
1511
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4032
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.210 ms 0 /classes/SpecificPrice.php:259
2214
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.210 ms 1 /classes/Product.php:5659
2744
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4946 LIMIT 1
0.210 ms 10 /classes/SpecificPrice.php:435
2861
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5262) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.210 ms 1 /classes/stock/StockAvailable.php:453
3267
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9848 AND `id_group` = 1 LIMIT 1
0.210 ms 0 /classes/GroupReduction.php:156
4024
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3864
0.210 ms 1 /classes/Product.php:2902
3451
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 8979 LIMIT 1
0.210 ms 16 /classes/SpecificPrice.php:435
522
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3235 LIMIT 1
0.209 ms 10 /classes/SpecificPrice.php:435
876
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3882
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 0 /classes/SpecificPrice.php:259
909
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3773
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.209 ms 0 /classes/SpecificPrice.php:259
2604
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8948 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6876
4198
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6024
0.209 ms 1 /classes/Product.php:2902
1235
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2434 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6876
4366
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9820
0.209 ms 1 /classes/Product.php:2902
5005
SELECT SQL_NO_CACHE additional FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.209 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
1154
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3992 LIMIT 1
0.208 ms 10 /classes/SpecificPrice.php:435
4255
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4709
0.208 ms 1 /classes/Product.php:2902
1057
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3015 AND id_shop=1 LIMIT 1
0.208 ms 1 /classes/Product.php:6876
1483
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2813) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.208 ms 1 /classes/stock/StockAvailable.php:453
3317
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9852 LIMIT 1
0.208 ms 11 /classes/SpecificPrice.php:435
1335
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4003 AND `id_group` = 1 LIMIT 1
0.207 ms 0 /classes/GroupReduction.php:156
3246
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9847) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.207 ms 1 /classes/stock/StockAvailable.php:453
4348
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9791
0.207 ms 1 /classes/Product.php:2902
473
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.207 ms 1 /classes/stock/StockAvailable.php:453
1685
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
2954
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9774 LIMIT 1
0.207 ms 11 /classes/SpecificPrice.php:435
3015
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 6077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.207 ms 1 /classes/stock/StockAvailable.php:453
3064
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9792 LIMIT 1
0.207 ms 11 /classes/SpecificPrice.php:435
4123
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3983
0.207 ms 1 /classes/Product.php:2902
4384
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9842
0.207 ms 1 /classes/Product.php:2902
300
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2889 LIMIT 1
0.206 ms 10 /classes/SpecificPrice.php:435
857
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3251 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6876
874
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.206 ms 1 /classes/Product.php:5659
1576
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2946 LIMIT 1
0.206 ms 10 /classes/SpecificPrice.php:435
1604
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4238) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:453
1778
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4541 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6876
2086
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5337 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6876
2406
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5085 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6876
2798
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.206 ms 1 /classes/Product.php:5659
631
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.205 ms 1 /classes/Product.php:5659
868
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3946 AND id_shop=1 LIMIT 1
0.205 ms 1 /classes/Product.php:6876
1108
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3987 LIMIT 1
0.205 ms 10 /classes/SpecificPrice.php:435
1314
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.205 ms 1 /classes/stock/StockAvailable.php:453
1426
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4021 AND `id_group` = 1 LIMIT 1
0.205 ms 0 /classes/GroupReduction.php:156
1753
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3854
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 0 /classes/SpecificPrice.php:259
1988
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5076 AND `id_group` = 1 LIMIT 1
0.205 ms 0 /classes/GroupReduction.php:156
2194
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3981
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 0 /classes/SpecificPrice.php:259
2412
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.205 ms 1 /classes/Product.php:5659
2860
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5262 AND `id_group` = 1 LIMIT 1
0.205 ms 0 /classes/GroupReduction.php:156
3409
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 12682
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.205 ms 1 /classes/SpecificPrice.php:259
38
SELECT SQL_NO_CACHE `id_category`
FROM `hgt78_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.205 ms 1 /classes/Category.php:2450
1341
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4004 LIMIT 1
0.205 ms 10 /classes/SpecificPrice.php:435
142
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 66 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
381
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3625 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6876
578
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3230
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.204 ms 0 /classes/SpecificPrice.php:259
912
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3773 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6876
1068
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2441 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6876
1158
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3992 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6876
1340
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
1731
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4508
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.204 ms 0 /classes/SpecificPrice.php:259
3327
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.204 ms 1 /classes/Product.php:5659
3695
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3088
0.204 ms 1 /classes/Product.php:2902
484
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3198) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:453
942
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3952
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.203 ms 0 /classes/SpecificPrice.php:259
1433
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2815
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.203 ms 0 /classes/SpecificPrice.php:259
1531
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.203 ms 1 /classes/Product.php:5659
2231
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3984 AND `id_group` = 1 LIMIT 1
0.203 ms 0 /classes/GroupReduction.php:156
865
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.203 ms 0 /classes/SpecificPrice.php:259
1090
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2442 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6876
1286
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4001 LIMIT 1
0.203 ms 10 /classes/SpecificPrice.php:435
1643
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4413
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.203 ms 0 /classes/SpecificPrice.php:259
1762
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.203 ms 1 /classes/Product.php:5659
4057
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4989
0.203 ms 1 /classes/Product.php:2902
4336
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9789
0.203 ms 1 /classes/Product.php:2902
803
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3135) 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
1220
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3997 LIMIT 1
0.202 ms 10 /classes/SpecificPrice.php:435
1521
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2785 LIMIT 1
0.202 ms 10 /classes/SpecificPrice.php:435
3109
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.202 ms 0 /classes/SpecificPrice.php:259
3179
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9842 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
3865
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2432
0.202 ms 1 /classes/Product.php:2902
120
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2478 LIMIT 1
0.202 ms 10 /classes/SpecificPrice.php:435
376
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
835
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3945 AND id_shop=1 LIMIT 1
0.202 ms 1 /classes/Product.php:6876
1103
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3986) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:453
1532
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4033 LIMIT 1
0.202 ms 10 /classes/SpecificPrice.php:435
1571
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3550) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:453
2445
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
2615
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4332 AND id_shop=1 LIMIT 1
0.202 ms 1 /classes/Product.php:6876
2887
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 96 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
3349
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
271
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2808 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6876
1092
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.201 ms 1 /classes/stock/StockAvailable.php:453
1209
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3996 LIMIT 1
0.201 ms 10 /classes/SpecificPrice.php:435
1319
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2438 LIMIT 1
0.201 ms 10 /classes/SpecificPrice.php:435
1724
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4507 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
2468
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5642 LIMIT 1
0.201 ms 10 /classes/SpecificPrice.php:435
3788
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6079
0.201 ms 1 /classes/Product.php:2902
4476
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 12561
0.201 ms 1 /classes/Product.php:2902
1177
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3993
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.200 ms 0 /classes/SpecificPrice.php:259
1420
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
1839
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
2324
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
2379
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
2544
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
2799
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5108 LIMIT 1
0.200 ms 10 /classes/SpecificPrice.php:435
3692
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3232
0.200 ms 1 /classes/Product.php:2902
4674
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1
0.200 ms 6 /src/Adapter/EntityMapper.php:79
5004
SELECT SQL_NO_CACHE required FROM hgt78_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.200 ms 1 /modules/lgcookieslaw/lgcookieslaw.php:161
161
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2475) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
243
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.199 ms 1 /classes/Product.php:5659
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.199 ms 1 /classes/Product.php:5659
846
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3881 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
2417
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4041 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
2761
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
2842
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.199 ms 1 /classes/Product.php:5659
2921
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9772 LIMIT 1
0.199 ms 11 /classes/SpecificPrice.php:435
2987
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6076 LIMIT 1
0.199 ms 10 /classes/SpecificPrice.php:435
3418
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 60 LIMIT 1
0.199 ms 1 /classes/Category.php:1378
3871
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4001
0.199 ms 1 /classes/Product.php:2902
4177
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4041
0.199 ms 1 /classes/Product.php:2902
1436
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2815 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
3321
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9852 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6876
290
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3552
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.198 ms 0 /classes/SpecificPrice.php:259
4387
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9843
0.198 ms 1 /classes/Product.php:2902
73
SELECT SQL_NO_CACHE `name`
FROM `hgt78_hook`
WHERE `id_hook` = 746 LIMIT 1
0.198 ms 1 /classes/Hook.php:247
119
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.198 ms 1 /classes/Product.php:5659
423
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2944
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.198 ms 0 /classes/SpecificPrice.php:259
4303
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9768
0.198 ms 1 /classes/Product.php:2902
565
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.197 ms 1 /classes/Product.php:5659
697
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.197 ms 1 /classes/Product.php:5659
792
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3878) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:453
1002
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6104 AND `id_group` = 1 LIMIT 1
0.197 ms 0 /classes/GroupReduction.php:156
2392
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5083
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.197 ms 0 /classes/SpecificPrice.php:259
323
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3623
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.196 ms 1 /classes/SpecificPrice.php:259
462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3197) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.196 ms 1 /classes/stock/StockAvailable.php:453
1543
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4034 LIMIT 1
0.196 ms 10 /classes/SpecificPrice.php:435
2533
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.196 ms 1 /classes/Product.php:5659
4228
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8948
0.196 ms 1 /classes/Product.php:2902
4660
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
0.196 ms 6 /src/Adapter/EntityMapper.php:79
349
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2481 AND `id_group` = 1 LIMIT 1
0.195 ms 0 /classes/GroupReduction.php:156
356
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3624
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.195 ms 0 /classes/SpecificPrice.php:259
415
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2918 AND id_shop=1 LIMIT 1
0.195 ms 1 /classes/Product.php:6876
2872
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:453
2949
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5623) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:453
3013
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6077 AND id_shop=1 LIMIT 1
0.195 ms 1 /classes/Product.php:6876
3340
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.195 ms 0 /classes/SpecificPrice.php:259
316
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2480 AND `id_group` = 1 LIMIT 1
0.194 ms 0 /classes/GroupReduction.php:156
403
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3627 AND id_shop=1 LIMIT 1
0.194 ms 1 /classes/Product.php:6876
517
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3200) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:453
1149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2702) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:453
1768
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4540 AND `id_group` = 1 LIMIT 1
0.194 ms 0 /classes/GroupReduction.php:156
1789
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3859 AND id_shop=1 LIMIT 1
0.194 ms 1 /classes/Product.php:6876
3250
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
3913
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4022
0.194 ms 1 /classes/Product.php:2902
4375
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7752
0.194 ms 1 /classes/Product.php:2902
4496
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.194 ms 1 /classes/module/Module.php:2137
222
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2504 LIMIT 1
0.194 ms 10 /classes/SpecificPrice.php:435
776
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3943
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.194 ms 0 /classes/SpecificPrice.php:259
2461
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5641 AND id_shop=1 LIMIT 1
0.194 ms 1 /classes/Product.php:6876
4494
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.194 ms 1 /classes/module/Module.php:2137
5001
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1
0.194 ms 1 /classes/module/Module.php:2137
1086
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2442 LIMIT 1
0.193 ms 10 /classes/SpecificPrice.php:435
1243
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3998
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.193 ms 0 /classes/SpecificPrice.php:259
2590
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8947
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.193 ms 1 /classes/SpecificPrice.php:259
3659
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3199
0.193 ms 1 /classes/Product.php:2902
976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6079
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.193 ms 1 /classes/SpecificPrice.php:259
1208
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.193 ms 1 /classes/Product.php:5659
1292
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.193 ms 1 /classes/stock/StockAvailable.php:453
1376
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2403
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.193 ms 0 /classes/SpecificPrice.php:259
1009
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6414
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.192 ms 0 /classes/SpecificPrice.php:259
189
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2502 LIMIT 1
0.192 ms 10 /classes/SpecificPrice.php:435
304
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2889 AND id_shop=1 LIMIT 1
0.192 ms 1 /classes/Product.php:6876
1309
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4002
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.192 ms 0 /classes/SpecificPrice.php:259
1582
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:453
2172
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3979
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.192 ms 0 /classes/SpecificPrice.php:259
2450
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5352 AND id_shop=1 LIMIT 1
0.192 ms 1 /classes/Product.php:6876
2500
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.192 ms 1 /classes/Product.php:5659
3892
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2398
0.192 ms 1 /classes/Product.php:2902
4357
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9794
0.192 ms 1 /classes/Product.php:2902
4396
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7757
0.192 ms 1 /classes/Product.php:2902
4495
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.192 ms 1 /classes/module/Module.php:2664
228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2504) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:453
742
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3133 LIMIT 1
0.191 ms 10 /classes/SpecificPrice.php:435
1632
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2420
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
2368
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.191 ms 1 /classes/Product.php:5659
2480
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6023
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
2634
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4333
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
2705
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4709) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:453
3352
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 10738
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.191 ms 0 /classes/SpecificPrice.php:259
467
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2929 LIMIT 1
0.190 ms 10 /classes/SpecificPrice.php:435
1081
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3985) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.190 ms 1 /classes/stock/StockAvailable.php:453
1097
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3986 LIMIT 1
0.190 ms 10 /classes/SpecificPrice.php:435
1437
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2815 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
1461
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2814) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.190 ms 1 /classes/stock/StockAvailable.php:453
2560
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8429 AND id_shop=1 LIMIT 1
0.190 ms 1 /classes/Product.php:6876
2699
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4709 LIMIT 1
0.190 ms 10 /classes/SpecificPrice.php:435
2820
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.190 ms 1 /classes/Product.php:5659
2831
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.190 ms 1 /classes/Product.php:5659
2833
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5116
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:259
2998
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9789 LIMIT 1
0.190 ms 11 /classes/SpecificPrice.php:435
3009
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 6077 LIMIT 1
0.190 ms 10 /classes/SpecificPrice.php:435
3425
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8415 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
4258
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9742
0.190 ms 1 /classes/Product.php:2902
708
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.189 ms 1 /classes/Product.php:5659
1052
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.189 ms 1 /classes/Product.php:5659
1281
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4000) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:453
2241
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3940 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6876
2502
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4247
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.189 ms 0 /classes/SpecificPrice.php:259
2549
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4295 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6876
2665
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.189 ms 1 /classes/Product.php:5659
4339
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6077
0.189 ms 1 /classes/Product.php:2902
4669
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.189 ms 1 /src/Adapter/EntityMapper.php:71
589
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2972
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.189 ms 1 /classes/SpecificPrice.php:259
1797
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3860
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.189 ms 0 /classes/SpecificPrice.php:259
2910
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9771 LIMIT 1
0.189 ms 11 /classes/SpecificPrice.php:435
217
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2594) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:453
387
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
489
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2930 LIMIT 1
0.188 ms 10 /classes/SpecificPrice.php:435
2599
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.188 ms 1 /classes/Product.php:5659
239
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4694) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:453
259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3551 AND id_shop=1 LIMIT 1
0.188 ms 1 /classes/Product.php:6876
250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2419) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:453
709
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3097 LIMIT 1
0.187 ms 10 /classes/SpecificPrice.php:435
1399
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2817
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.187 ms 0 /classes/SpecificPrice.php:259
96
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 0 LIMIT 1
0.187 ms 1 /classes/SpecificPrice.php:426
1320
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2438
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.187 ms 0 /classes/SpecificPrice.php:259
1369
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2398 AND `id_group` = 1 LIMIT 1
0.187 ms 0 /classes/GroupReduction.php:156
1602
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4238 AND id_shop=1 LIMIT 1
0.187 ms 1 /classes/Product.php:6876
2698
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.187 ms 1 /classes/Product.php:5659
4195
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6023
0.187 ms 1 /classes/Product.php:2902
4405
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 7760
0.187 ms 1 /classes/Product.php:2902
4658
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.187 ms 6 /src/Adapter/EntityMapper.php:79
4665
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.187 ms 1 /src/Adapter/EntityMapper.php:71
2648
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8970 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
3473
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 49 LIMIT 1
0.186 ms 1 /classes/Product.php:5659
2505
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4247 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
2568
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4296
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
2579
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
2681
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9721 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
2738
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:453
3186
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9843
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
3263
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9848
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.186 ms 0 /classes/SpecificPrice.php:259
3283
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.186 ms 1 /classes/Product.php:5659
3401
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8414 AND `id_group` = 1 LIMIT 1
0.186 ms 0 /classes/GroupReduction.php:156
3412
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 12682 AND id_shop=1 LIMIT 1
0.186 ms 1 /classes/Product.php:6876
4234
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8969
0.186 ms 1 /classes/Product.php:2902
392
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3626 AND id_shop=1 LIMIT 1
0.185 ms 1 /classes/Product.php:6876
843
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3881
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.185 ms 0 /classes/SpecificPrice.php:259
945
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3952 AND id_shop=1 LIMIT 1
0.185 ms 1 /classes/Product.php:6876
2555
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.185 ms 1 /classes/Product.php:5659
4333
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6076
0.185 ms 1 /classes/Product.php:2902
2483
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6023 AND id_shop=1 LIMIT 1
0.185 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.184 ms 6 /classes/Language.php:883
288
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
2517
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6105 AND `id_group` = 1 LIMIT 1
0.184 ms 0 /classes/GroupReduction.php:156
2538
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6135 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6876
2593
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8947 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6876
2654
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
2727
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9743) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.184 ms 1 /classes/stock/StockAvailable.php:453
2810
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9749 LIMIT 1
0.184 ms 11 /classes/SpecificPrice.php:435
2931
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
3384
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 344 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
550
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.184 ms 1 /classes/stock/StockAvailable.php:453
2577
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
2754
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.184 ms 1 /classes/Product.php:5659
4315
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9772
0.184 ms 1 /classes/Product.php:2902
36
SELECT SQL_NO_CACHE *
FROM `hgt78_group_lang`
WHERE `id_group` = 1
0.183 ms 6 /src/Adapter/EntityMapper.php:79
354
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
1586
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
2582
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8946 AND id_shop=1 LIMIT 1
0.183 ms 1 /classes/Product.php:6876
2716
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9742) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:453
2755
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9745 LIMIT 1
0.183 ms 11 /classes/SpecificPrice.php:435
2960
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9774) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:453
4345
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6078
0.183 ms 1 /classes/Product.php:2902
421
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
841
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
1856
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3864 AND `id_group` = 1 LIMIT 1
0.183 ms 0 /classes/GroupReduction.php:156
2571
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4296 AND id_shop=1 LIMIT 1
0.183 ms 1 /classes/Product.php:6876
3239
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
3569
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4691
0.183 ms 1 /classes/Product.php:2902
155
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2475 LIMIT 1
0.182 ms 10 /classes/SpecificPrice.php:435
265
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 70 LIMIT 1
0.182 ms 1 /classes/Category.php:1378
1007
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
1368
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2398 AND id_shop=1 LIMIT 1
0.182 ms 1 /classes/Product.php:6876
1775
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4541
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.182 ms 0 /classes/SpecificPrice.php:259
2645
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8970
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.182 ms 0 /classes/SpecificPrice.php:259
2687
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
3976
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4491
0.182 ms 1 /classes/Product.php:2902
108
SELECT SQL_NO_CACHE *
FROM `hgt78_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.182 ms 1 /src/Adapter/EntityMapper.php:71
409
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.182 ms 1 /classes/Category.php:1378
451
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3196) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.182 ms 1 /classes/stock/StockAvailable.php:453
2165
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3928 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
2975
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
3228
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
3241
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9847
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.182 ms 0 /classes/SpecificPrice.php:259
3406
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
4659
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.182 ms 1 /src/Adapter/EntityMapper.php:71
315
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2480 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
370
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2555 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
731
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3098 LIMIT 1
0.181 ms 10 /classes/SpecificPrice.php:435
1253
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3999 LIMIT 1
0.181 ms 10 /classes/SpecificPrice.php:435
2805
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 5108) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:453
3310
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7765 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
206
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4692) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:453
311
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2480 LIMIT 1
0.181 ms 10 /classes/SpecificPrice.php:435
1180
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3993 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
1181
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3993 AND `id_group` = 1 LIMIT 1
0.181 ms 0 /classes/GroupReduction.php:156
1318
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.181 ms 1 /classes/Product.php:5659
2115
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.181 ms 1 /classes/Product.php:5659
2491
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6024
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.181 ms 0 /classes/SpecificPrice.php:259
2516
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6105 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
2527
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6134 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
2623
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8969
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.181 ms 0 /classes/SpecificPrice.php:259
2643
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.181 ms 1 /classes/Product.php:5659
2942
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 145 LIMIT 1
0.181 ms 1 /classes/Product.php:5659
3189
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9843 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6876
3289
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9850 AND `id_group` = 1 LIMIT 1
0.181 ms 0 /classes/GroupReduction.php:156
4096
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4488
0.181 ms 1 /classes/Product.php:2902
378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3625
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.180 ms 0 /classes/SpecificPrice.php:259
478
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3198 LIMIT 1
0.180 ms 10 /classes/SpecificPrice.php:435
2219
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3983 AND id_shop=1 LIMIT 1
0.180 ms 1 /classes/Product.php:6876
2670
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4335 AND id_shop=1 LIMIT 1
0.180 ms 1 /classes/Product.php:6876
2710
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9742 LIMIT 1
0.180 ms 11 /classes/SpecificPrice.php:435
2787
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.180 ms 1 /classes/Product.php:5659
2997
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.180 ms 1 /classes/Product.php:5659
3230
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9846
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.180 ms 0 /classes/SpecificPrice.php:259
3255
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7760 AND id_shop=1 LIMIT 1
0.180 ms 1 /classes/Product.php:6876
4360
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6133
0.180 ms 1 /classes/Product.php:2902
587
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.179 ms 1 /classes/Product.php:5659
852
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.179 ms 1 /classes/Product.php:5659
2440
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5328 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:156
2494
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6024 AND id_shop=1 LIMIT 1
0.179 ms 1 /classes/Product.php:6876
2676
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.179 ms 1 /classes/Product.php:5659
2692
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9723 AND id_shop=1 LIMIT 1
0.179 ms 1 /classes/Product.php:6876
2948
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5623 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:156
3363
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 12539
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.179 ms 1 /classes/SpecificPrice.php:259
2601
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8948
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.179 ms 0 /classes/SpecificPrice.php:259
3008
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.179 ms 1 /classes/Product.php:5659
437
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3629 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
500
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3199 LIMIT 1
0.178 ms 10 /classes/SpecificPrice.php:435
1297
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2400 LIMIT 1
0.178 ms 10 /classes/SpecificPrice.php:435
1505
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
2981
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9788 AND `id_group` = 1 LIMIT 1
0.178 ms 0 /classes/GroupReduction.php:156
3449
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.178 ms 1 /classes/Product.php:5659
426
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2944 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
1488
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4030 LIMIT 1
0.178 ms 10 /classes/SpecificPrice.php:435
2883
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 9768) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
2947
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5623 AND id_shop=1 LIMIT 1
0.178 ms 1 /classes/Product.php:6876
400
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3627
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.177 ms 0 /classes/SpecificPrice.php:259
2384
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5084 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
2877
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9768 LIMIT 1
0.177 ms 11 /classes/SpecificPrice.php:435
4135
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3957
0.177 ms 1 /classes/Product.php:2902
1197
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.177 ms 1 /classes/Product.php:5659
1494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 4030) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:453
2467
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.177 ms 1 /classes/Product.php:5659
2659
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9264 AND id_shop=1 LIMIT 1
0.177 ms 1 /classes/Product.php:6876
359
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3624 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6876
183
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 2596) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:453
211
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2594 LIMIT 1
0.176 ms 10 /classes/SpecificPrice.php:435
367
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2555
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.176 ms 1 /classes/SpecificPrice.php:259
1024
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6655 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6876
1159
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3992 AND `id_group` = 1 LIMIT 1
0.176 ms 0 /classes/GroupReduction.php:156
1499
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2812 LIMIT 1
0.176 ms 10 /classes/SpecificPrice.php:435
1713
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2896 AND `id_group` = 1 LIMIT 1
0.176 ms 0 /classes/GroupReduction.php:156
2876
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.176 ms 1 /classes/Product.php:5659
3343
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 7767 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6876
4657
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.176 ms 1 /src/Adapter/EntityMapper.php:71
2428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5101 AND id_shop=1 LIMIT 1
0.175 ms 1 /classes/Product.php:6876
221
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.175 ms 1 /classes/Product.php:5659
268
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2808
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.175 ms 1 /classes/SpecificPrice.php:259
581
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3230 AND id_shop=1 LIMIT 1
0.175 ms 1 /classes/Product.php:6876
830
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.175 ms 1 /classes/Product.php:5659
920
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3818
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.175 ms 0 /classes/SpecificPrice.php:259
1036
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3848 AND `id_group` = 1 LIMIT 1
0.175 ms 0 /classes/GroupReduction.php:156
1047
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3849 AND `id_group` = 1 LIMIT 1
0.175 ms 0 /classes/GroupReduction.php:156
1058
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3015 AND `id_group` = 1 LIMIT 1
0.175 ms 0 /classes/GroupReduction.php:156
1397
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.175 ms 1 /classes/Product.php:5659
2357
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.175 ms 1 /classes/Product.php:5659
2546
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4295
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.175 ms 0 /classes/SpecificPrice.php:259
2693
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9723 AND `id_group` = 1 LIMIT 1
0.175 ms 0 /classes/GroupReduction.php:156
3307
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7765
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.175 ms 0 /classes/SpecificPrice.php:259
3620
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3624
0.175 ms 1 /classes/Product.php:2902
3802
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3848
0.175 ms 1 /classes/Product.php:2902
4363
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9819
0.175 ms 1 /classes/Product.php:2902
4663
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.175 ms 1 /src/Adapter/EntityMapper.php:71
28
SELECT SQL_NO_CACHE `id_lang` FROM `hgt78_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.174 ms 6 /classes/Language.php:883
398
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.174 ms 1 /classes/Product.php:5659
432
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.174 ms 1 /classes/Product.php:5659
1471
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4029 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:156
2557
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8429
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 0 /classes/SpecificPrice.php:259
2606
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 8948) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:453
2689
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9723
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 0 /classes/SpecificPrice.php:259
3274
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9849
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 0 /classes/SpecificPrice.php:259
4219
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4296
0.174 ms 1 /classes/Product.php:2902
2187
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3980 AND `id_group` = 1 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:156
1085
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.173 ms 1 /classes/Product.php:5659
1175
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.173 ms 1 /classes/Product.php:5659
2899
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9769 LIMIT 1
0.173 ms 11 /classes/SpecificPrice.php:435
3413
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 12682 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
735
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3098 AND id_shop=1 LIMIT 1
0.173 ms 1 /classes/Product.php:6876
1265
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2432
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.173 ms 0 /classes/SpecificPrice.php:259
3300
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9851 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:156
156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2475
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.172 ms 0 /classes/SpecificPrice.php:259
1155
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3992
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.172 ms 0 /classes/SpecificPrice.php:259
4075
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5166
0.172 ms 1 /classes/Product.php:2902
1955
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4704 AND `id_group` = 1 LIMIT 1
0.172 ms 0 /classes/GroupReduction.php:156
2326
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4008
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.172 ms 0 /classes/SpecificPrice.php:259
2513
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6105
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.172 ms 0 /classes/SpecificPrice.php:259
3424
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 8415 AND id_shop=1 LIMIT 1
0.172 ms 1 /classes/Product.php:6876
3886
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4004
0.172 ms 1 /classes/Product.php:2902
4102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4489
0.172 ms 1 /classes/Product.php:2902
283
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2479 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:156
301
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2889
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 1 /classes/SpecificPrice.php:259
1388
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2846
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 0 /classes/SpecificPrice.php:259
1553
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.171 ms 1 /classes/Product.php:5659
2539
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6135 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:156
2721
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9743 LIMIT 1
0.171 ms 11 /classes/SpecificPrice.php:435
78
SELECT SQL_NO_CACHE * FROM hgt78_carrier_group WHERE id_carrier = 282 LIMIT 1
0.171 ms 8 /modules/colissimo_simplicite/colissimo_simplicite.php:1388
223
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2504
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 0 /classes/SpecificPrice.php:259
533
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3227 LIMIT 1
0.171 ms 10 /classes/SpecificPrice.php:435
758
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3942 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:156
1275
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4000 LIMIT 1
0.171 ms 10 /classes/SpecificPrice.php:435
1301
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2400 AND id_shop=1 LIMIT 1
0.171 ms 1 /classes/Product.php:6876
1554
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4035 LIMIT 1
0.171 ms 10 /classes/SpecificPrice.php:435
2844
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9752
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.171 ms 0 /classes/SpecificPrice.php:259
4087
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5337
0.171 ms 1 /classes/Product.php:2902
1230
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.170 ms 1 /classes/Product.php:5659
1526
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2785 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:156
141
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` = 66 LIMIT 1
0.170 ms 1 /classes/Category.php:1378
600
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3231
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.170 ms 0 /classes/SpecificPrice.php:259
1018
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` = 79 LIMIT 1
0.170 ms 1 /classes/Category.php:1378
1126
SELECT SQL_NO_CACHE SUM(quantity)
FROM `hgt78_stock_available`
WHERE (id_product = 3988) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:453
1466
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4029 LIMIT 1
0.170 ms 10 /classes/SpecificPrice.php:435
2524
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6134
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.170 ms 0 /classes/SpecificPrice.php:259
2528
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6134 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:156
2561
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8429 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:156
2616
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4332 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:156
2656
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9264
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.170 ms 0 /classes/SpecificPrice.php:259
2660
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9264 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:156
3233
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9846 AND id_shop=1 LIMIT 1
0.170 ms 1 /classes/Product.php:6876
3299
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9851 AND id_shop=1 LIMIT 1
0.170 ms 1 /classes/Product.php:6876
3450
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.170 ms 1 /classes/ObjectModel.php:1729
4664
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1
0.170 ms 6 /src/Adapter/EntityMapper.php:79
389
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3626
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.169 ms 0 /classes/SpecificPrice.php:259
1143
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2702 LIMIT 1
0.169 ms 10 /classes/SpecificPrice.php:435
1214
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3996 AND `id_group` = 1 LIMIT 1
0.169 ms 0 /classes/GroupReduction.php:156
1264
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2432 LIMIT 1
0.169 ms 10 /classes/SpecificPrice.php:435
1477
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2813 LIMIT 1
0.169 ms 10 /classes/SpecificPrice.php:435
2856
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5262
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.169 ms 0 /classes/SpecificPrice.php:259
2888
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 5323 LIMIT 1
0.169 ms 10 /classes/SpecificPrice.php:435
4042
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4702
0.169 ms 1 /classes/Product.php:2902
4330
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9788
0.169 ms 1 /classes/Product.php:2902
549
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3236 AND `id_group` = 1 LIMIT 1
0.169 ms 0 /classes/GroupReduction.php:156
97
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2595 LIMIT 1
0.168 ms 10 /classes/SpecificPrice.php:435
2903
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9769 AND id_shop=1 LIMIT 1
0.168 ms 1 /classes/Product.php:6876
3332
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10517 AND id_shop=1 LIMIT 1
0.168 ms 1 /classes/Product.php:6876
3344
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7767 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:156
3856
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2434
0.168 ms 1 /classes/Product.php:2902
4168
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5084
0.168 ms 1 /classes/Product.php:2902
4327
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5896
0.168 ms 1 /classes/Product.php:2902
110
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2595 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:156
434
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3629
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.168 ms 0 /classes/SpecificPrice.php:259
1032
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3848
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.168 ms 0 /classes/SpecificPrice.php:259
1225
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3997 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:156
2315
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4025
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.168 ms 0 /classes/SpecificPrice.php:259
2667
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4335
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.168 ms 0 /classes/SpecificPrice.php:259
2778
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9746
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.167 ms 0 /classes/SpecificPrice.php:259
4108
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3928
0.167 ms 1 /classes/Product.php:2902
148
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2489 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:156
166
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4691 LIMIT 1
0.167 ms 10 /classes/SpecificPrice.php:435
869
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3946 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:156
1120
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3988 LIMIT 1
0.167 ms 10 /classes/SpecificPrice.php:435
1387
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 2846 LIMIT 1
0.167 ms 10 /classes/SpecificPrice.php:435
2484
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6023 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:156
2777
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9746 LIMIT 1
0.167 ms 11 /classes/SpecificPrice.php:435
2980
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9788 AND id_shop=1 LIMIT 1
0.167 ms 1 /classes/Product.php:6876
4093
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3923
0.167 ms 1 /classes/Product.php:2902
2944
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5623
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.166 ms 0 /classes/SpecificPrice.php:259
101
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2595
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.166 ms 0 /classes/SpecificPrice.php:259
232
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.166 ms 1 /classes/Product.php:5659
571
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3229 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:156
1131
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3990 LIMIT 1
0.166 ms 10 /classes/SpecificPrice.php:435
1456
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2814
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.166 ms 0 /classes/SpecificPrice.php:259
2297
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4024 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:156
2329
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4008 AND id_shop=1 LIMIT 1
0.166 ms 1 /classes/Product.php:6876
2610
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.166 ms 1 /classes/Product.php:5659
2671
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4335 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:156
2678
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9721
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.166 ms 0 /classes/SpecificPrice.php:259
3278
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9849 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:156
3355
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 10738 AND id_shop=1 LIMIT 1
0.166 ms 1 /classes/Product.php:6876
4501
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitsearch" LIMIT 1
0.166 ms 1 /classes/module/Module.php:2664
2395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5083 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
456
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3197 LIMIT 1
0.165 ms 10 /classes/SpecificPrice.php:435
555
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3228 LIMIT 1
0.165 ms 10 /classes/SpecificPrice.php:435
559
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3228 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
968
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3822 AND `id_group` = 1 LIMIT 1
0.165 ms 1 /classes/GroupReduction.php:156
1054
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3015
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.165 ms 0 /classes/SpecificPrice.php:259
1164
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.165 ms 1 /classes/Product.php:5659
1191
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2440 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
1241
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.165 ms 1 /classes/Product.php:5659
1365
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2398
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.165 ms 0 /classes/SpecificPrice.php:259
1498
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.165 ms 1 /classes/Product.php:5659
2340
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4026 AND id_shop=1 LIMIT 1
0.165 ms 1 /classes/Product.php:6876
2535
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6135
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.165 ms 0 /classes/SpecificPrice.php:259
2627
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8969 AND `id_group` = 1 LIMIT 1
0.165 ms 0 /classes/GroupReduction.php:156
3047
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9791 AND `id_group` = 1 LIMIT 1
0.165 ms 0 /classes/GroupReduction.php:156
3212
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9845 AND `id_group` = 1 LIMIT 1
0.165 ms 0 /classes/GroupReduction.php:156
3419
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.165 ms 1 /classes/Product.php:5659
3502
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10627 AND `id_group` = 1 LIMIT 1
0.165 ms 0 /classes/GroupReduction.php:156
3937
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4033
0.165 ms 1 /classes/Product.php:2902
4054
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4718
0.165 ms 1 /classes/Product.php:2902
940
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.164 ms 1 /classes/Product.php:5659
1141
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.164 ms 1 /classes/Category.php:1378
1285
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.164 ms 1 /classes/Product.php:5659
2242
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3940 AND `id_group` = 1 LIMIT 1
0.164 ms 0 /classes/GroupReduction.php:156
2362
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4010 AND id_shop=1 LIMIT 1
0.164 ms 1 /classes/Product.php:6876
2682
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9721 AND `id_group` = 1 LIMIT 1
0.164 ms 0 /classes/GroupReduction.php:156
2732
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 9744 LIMIT 1
0.164 ms 11 /classes/SpecificPrice.php:435
3318
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9852
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.164 ms 0 /classes/SpecificPrice.php:259
200
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4692 LIMIT 1
0.163 ms 10 /classes/SpecificPrice.php:435
410
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
537
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3227 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6876
924
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3818 AND `id_group` = 1 LIMIT 1
0.163 ms 1 /classes/GroupReduction.php:156
1079
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3985 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6876
1402
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2817 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6876
2825
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9751 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6876
814
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3944 AND `id_group` = 1 LIMIT 1
0.163 ms 0 /classes/GroupReduction.php:156
2351
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4009 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6876
2892
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5323 AND id_shop=1 LIMIT 1
0.162 ms 1 /classes/Product.php:6876
3285
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9850
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.162 ms 0 /classes/SpecificPrice.php:259
305
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2889 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
416
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2918 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
832
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3945
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.162 ms 0 /classes/SpecificPrice.php:259
913
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3773 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
1575
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.162 ms 1 /classes/Product.php:5659
2837
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5116 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:156
2964
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.162 ms 1 /classes/Product.php:5659
1493
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4030 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
2766
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 4945 LIMIT 1
0.161 ms 10 /classes/SpecificPrice.php:435
260
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3551 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
847
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3881 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
1118
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 78 LIMIT 1
0.161 ms 1 /classes/Category.php:1378
2429
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5101 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
2495
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6024 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
3153
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9830
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.161 ms 0 /classes/SpecificPrice.php:259
4078
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5167
0.161 ms 1 /classes/Product.php:2902
4393
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9845
0.161 ms 1 /classes/Product.php:2902
165
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.160 ms 1 /classes/Product.php:5659
272
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2808 AND `id_group` = 1 LIMIT 1
0.160 ms 0 /classes/GroupReduction.php:156
360
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3624 AND `id_group` = 1 LIMIT 1
0.160 ms 0 /classes/GroupReduction.php:156
445
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3196 LIMIT 1
0.160 ms 10 /classes/SpecificPrice.php:435
511
SELECT SQL_NO_CACHE 1 FROM `hgt78_specific_price` WHERE id_product = 3200 LIMIT 1
0.160 ms 10 /classes/SpecificPrice.php:435
2407
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5085 AND `id_group` = 1 LIMIT 1
0.160 ms 0 /classes/GroupReduction.php:156
2550
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4295 AND `id_group` = 1 LIMIT 1
0.160 ms 0 /classes/GroupReduction.php:156
3421
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8415
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.160 ms 0 /classes/SpecificPrice.php:259
3847
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3994
0.160 ms 1 /classes/Product.php:2902
4063
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5077
0.160 ms 1 /classes/Product.php:2902
4105
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3927
0.160 ms 1 /classes/Product.php:2902
4183
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5328
0.160 ms 1 /classes/Product.php:2902
4213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4295
0.160 ms 1 /classes/Product.php:2902
4240
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8970
0.160 ms 1 /classes/Product.php:2902
4668
SELECT SQL_NO_CACHE *
FROM `hgt78_category_lang`
WHERE `id_category` = 217 AND `id_shop` = 1
0.160 ms 6 /src/Adapter/EntityMapper.php:79
807
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.159 ms 1 /classes/Category.php:1378
1135
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3990 AND id_shop=1 LIMIT 1
0.159 ms 1 /classes/Product.php:6876
1274
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
1476
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
2572
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4296 AND `id_group` = 1 LIMIT 1
0.159 ms 0 /classes/GroupReduction.php:156
2583
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8946 AND `id_group` = 1 LIMIT 1
0.159 ms 0 /classes/GroupReduction.php:156
2925
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9772 AND id_shop=1 LIMIT 1
0.159 ms 1 /classes/Product.php:6876
2999
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9789
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.159 ms 0 /classes/SpecificPrice.php:259
4039
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4701
0.159 ms 1 /classes/Product.php:2902
4207
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6134
0.159 ms 1 /classes/Product.php:2902
4237
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4333
0.159 ms 1 /classes/Product.php:2902
1287
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4001
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.159 ms 0 /classes/SpecificPrice.php:259
37
SELECT SQL_NO_CACHE id_shop
FROM `hgt78_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.158 ms 1 /classes/ObjectModel.php:1729
245
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2419
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.158 ms 0 /classes/SpecificPrice.php:259
548
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3236 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6876
556
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3228
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.158 ms 0 /classes/SpecificPrice.php:259
858
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3251 AND `id_group` = 1 LIMIT 1
0.158 ms 0 /classes/GroupReduction.php:156
1188
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2440
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.158 ms 1 /classes/SpecificPrice.php:259
1767
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4540 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6876
2649
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8970 AND `id_group` = 1 LIMIT 1
0.158 ms 0 /classes/GroupReduction.php:156
1219
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.158 ms 1 /classes/Product.php:5659
3356
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10738 AND `id_group` = 1 LIMIT 1
0.158 ms 0 /classes/GroupReduction.php:156
4162
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4010
0.158 ms 1 /classes/Product.php:2902
779
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3943 AND id_shop=1 LIMIT 1
0.157 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 = 35 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
1296
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
1570
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3550 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
2926
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9772 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
3316
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
1252
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
1487
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
1515
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4032 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
2335
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 34 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
2749
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4946 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
3025
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9790 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:156
293
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3552 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6876
2715
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9742 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
136
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3019 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
277
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.156 ms 1 /classes/Product.php:5659
294
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3552 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:156
2348
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4009
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.156 ms 0 /classes/SpecificPrice.php:259
4189
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5641
0.156 ms 1 /classes/Product.php:2902
1610
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4239
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.155 ms 0 /classes/SpecificPrice.php:259
2506
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4247 AND `id_group` = 1 LIMIT 1
0.155 ms 0 /classes/GroupReduction.php:156
3432
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8416
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.155 ms 0 /classes/SpecificPrice.php:259
4180
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5101
0.155 ms 1 /classes/Product.php:2902
1096
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.154 ms 1 /classes/Product.php:5659
1391
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2846 AND id_shop=1 LIMIT 1
0.154 ms 1 /classes/Product.php:6876
1465
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.154 ms 1 /classes/Product.php:5659
1624
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4241 AND id_shop=1 LIMIT 1
0.154 ms 1 /classes/Product.php:6876
2594
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8947 AND `id_group` = 1 LIMIT 1
0.154 ms 0 /classes/GroupReduction.php:156
2731
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.154 ms 1 /classes/Product.php:5659
3844
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 2440
0.154 ms 1 /classes/Product.php:2902
4084
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3919
0.154 ms 1 /classes/Product.php:2902
1130
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.154 ms 1 /classes/Product.php:5659
171
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4691 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
543
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.153 ms 1 /classes/Product.php:5659
1236
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2434 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
1410
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2816
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.153 ms 0 /classes/SpecificPrice.php:259
2742
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 59 LIMIT 1
0.153 ms 1 /classes/Category.php:1378
2822
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9751
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.153 ms 0 /classes/SpecificPrice.php:259
3479
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9381 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:156
256
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3551
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.152 ms 0 /classes/SpecificPrice.php:259
279
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2479
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.152 ms 0 /classes/SpecificPrice.php:259
515
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3200 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6876
713
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3097 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6876
310
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.152 ms 1 /classes/Product.php:5659
570
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3229 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6876
1213
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3996 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6876
1232
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2434
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.152 ms 0 /classes/SpecificPrice.php:259
4192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5642
0.151 ms 1 /classes/Product.php:2902
446
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3196
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.151 ms 0 /classes/SpecificPrice.php:259
1202
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3994 AND id_shop=1 LIMIT 1
0.151 ms 1 /classes/Product.php:6876
1591
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4236 AND id_shop=1 LIMIT 1
0.151 ms 1 /classes/Product.php:6876
2900
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9769
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.151 ms 0 /classes/SpecificPrice.php:259
2966
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5896
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.151 ms 0 /classes/SpecificPrice.php:259
3333
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 10517 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:156
237
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4694 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6876
3430
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.150 ms 1 /classes/Product.php:5659
382
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3625 AND `id_group` = 1 LIMIT 1
0.150 ms 0 /classes/GroupReduction.php:156
1169
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2730 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6876
1290
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4001 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6876
1520
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.150 ms 1 /classes/Product.php:5659
1525
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2785 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6876
2308
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4007 AND `id_group` = 1 LIMIT 1
0.150 ms 0 /classes/GroupReduction.php:156
2800
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5108
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.150 ms 0 /classes/SpecificPrice.php:259
2991
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6076 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6876
746
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3133 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6876
1021
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6655
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.149 ms 0 /classes/SpecificPrice.php:259
1069
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2441 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:156
1112
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3987 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6876
1254
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3999
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.149 ms 0 /classes/SpecificPrice.php:259
1257
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3999 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6876
1459
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2814 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6876
2977
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9788
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.149 ms 0 /classes/SpecificPrice.php:259
199
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.148 ms 1 /classes/Product.php:5659
312
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2480
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.148 ms 0 /classes/SpecificPrice.php:259
393
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3626 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
2756
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9745
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.148 ms 0 /classes/SpecificPrice.php:259
2770
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4945 AND id_shop=1 LIMIT 1
0.148 ms 1 /classes/Product.php:6876
3548
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3628 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:156
554
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.147 ms 1 /classes/Product.php:5659
3452
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 8979
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.147 ms 0 /classes/SpecificPrice.php:259
710
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3097
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.147 ms 1 /classes/SpecificPrice.php:259
1166
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2730
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.147 ms 0 /classes/SpecificPrice.php:259
1199
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3994
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.147 ms 0 /classes/SpecificPrice.php:259
2986
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.147 ms 1 /classes/Product.php:5659
427
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2944 AND `id_group` = 1 LIMIT 1
0.146 ms 0 /classes/GroupReduction.php:156
1279
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4000 AND id_shop=1 LIMIT 1
0.146 ms 1 /classes/Product.php:6876
159
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2475 AND id_shop=1 LIMIT 1
0.146 ms 1 /classes/Product.php:6876
266
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1
0.146 ms 1 /classes/Product.php:5659
1500
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2812
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.146 ms 0 /classes/SpecificPrice.php:259
4216
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8429
0.146 ms 1 /classes/Product.php:2902
1012
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 6414 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
1147
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2702 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
1408
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.145 ms 1 /classes/Product.php:5659
1492
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4030 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6876
2605
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8948 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:156
3014
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6077 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:156
1445
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4022
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.144 ms 0 /classes/SpecificPrice.php:259
2337
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4026
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.144 ms 0 /classes/SpecificPrice.php:259
3442
SELECT SQL_NO_CACHE *
FROM `hgt78_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
167
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4691
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.143 ms 1 /classes/SpecificPrice.php:259
181
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2596 AND id_shop=1 LIMIT 1
0.143 ms 1 /classes/Product.php:6876
443
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.143 ms 1 /classes/Category.php:1378
2804
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5108 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
178
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2596
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.143 ms 0 /classes/SpecificPrice.php:259
2992
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6076 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
1298
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2400
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.142 ms 0 /classes/SpecificPrice.php:259
3322
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9852 AND `id_group` = 1 LIMIT 1
0.142 ms 0 /classes/GroupReduction.php:156
4159
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4009
0.142 ms 1 /classes/Product.php:2902
4483
SELECT SQL_NO_CACHE c.id_elementor FROM hgt78_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
0.142 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
93
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 35 LIMIT 1
0.142 ms 1 /classes/Category.php:1378
946
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3952 AND `id_group` = 1 LIMIT 1
0.142 ms 0 /classes/GroupReduction.php:156
1351
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.142 ms 1 /classes/Product.php:5659
2720
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.142 ms 1 /classes/Product.php:5659
4090
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 3922
0.142 ms 1 /classes/Product.php:2902
160
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2475 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
1603
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4238 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:156
2745
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.141 ms 0 /classes/SpecificPrice.php:259
95
SELECT SQL_NO_CACHE `name`
FROM `hgt78_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1
0.141 ms 1 /classes/Manufacturer.php:316
121
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2478
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.141 ms 1 /classes/SpecificPrice.php:259
1356
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3014 AND id_shop=1 LIMIT 1
0.141 ms 1 /classes/Product.php:6876
4505
SELECT SQL_NO_CACHE `id_module` FROM `hgt78_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.140 ms 1 /classes/module/Module.php:2664
736
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3098 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
2871
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9767 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:156
4036
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4700
0.140 ms 1 /classes/Product.php:2902
4171
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5083
0.140 ms 1 /classes/Product.php:2902
4225
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8947
0.140 ms 1 /classes/Product.php:2902
4231
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4332
0.140 ms 1 /classes/Product.php:2902
4243
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9264
0.140 ms 1 /classes/Product.php:2902
109
SELECT SQL_NO_CACHE *
FROM `hgt78_tax_lang`
WHERE `id_tax` = 1
0.139 ms 6 /src/Adapter/EntityMapper.php:79
130
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.139 ms 1 /classes/Product.php:5659
204
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4692 AND id_shop=1 LIMIT 1
0.139 ms 1 /classes/Product.php:6876
248
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2419 AND id_shop=1 LIMIT 1
0.139 ms 1 /classes/Product.php:6876
1109
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3987
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.139 ms 0 /classes/SpecificPrice.php:259
2733
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9744
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.139 ms 0 /classes/SpecificPrice.php:259
2936
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9773 AND id_shop=1 LIMIT 1
0.139 ms 1 /classes/Product.php:6876
3436
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 8416 AND `id_group` = 1 LIMIT 1
0.139 ms 0 /classes/GroupReduction.php:156
4261
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9743
0.139 ms 1 /classes/Product.php:2902
153
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.138 ms 1 /classes/Category.php:1378
1503
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2812 AND id_shop=1 LIMIT 1
0.138 ms 1 /classes/Product.php:6876
2988
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6076
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.138 ms 0 /classes/SpecificPrice.php:259
125
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2478 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:156
493
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2930 AND id_shop=1 LIMIT 1
0.137 ms 1 /classes/Product.php:6876
1221
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3997
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.137 ms 0 /classes/SpecificPrice.php:259
4081
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5336
0.137 ms 1 /classes/Product.php:2902
4204
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6105
0.137 ms 1 /classes/Product.php:2902
743
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3133
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.137 ms 0 /classes/SpecificPrice.php:259
1170
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2730 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:156
1313
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4002 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:156
2776
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.137 ms 1 /classes/Product.php:5659
3223
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7757 AND `id_group` = 1 LIMIT 1
0.136 ms 0 /classes/GroupReduction.php:156
3288
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9850 AND id_shop=1 LIMIT 1
0.136 ms 1 /classes/Product.php:6876
4222
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 8946
0.136 ms 1 /classes/Product.php:2902
371
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2555 AND `id_group` = 1 LIMIT 1
0.136 ms 0 /classes/GroupReduction.php:156
560
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3228 AND `id_group` = 1 LIMIT 1
0.136 ms 0 /classes/GroupReduction.php:156
2462
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5641 AND `id_group` = 1 LIMIT 1
0.136 ms 0 /classes/GroupReduction.php:156
4186
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 5352
0.136 ms 1 /classes/Product.php:2902
4201
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4247
0.136 ms 1 /classes/Product.php:2902
4210
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 6135
0.136 ms 1 /classes/Product.php:2902
4267
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4946
0.136 ms 1 /classes/Product.php:2902
2847
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9752 AND id_shop=1 LIMIT 1
0.135 ms 1 /classes/Product.php:6876
438
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3629 AND `id_group` = 1 LIMIT 1
0.135 ms 0 /classes/GroupReduction.php:156
1379
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2403 AND id_shop=1 LIMIT 1
0.135 ms 1 /classes/Product.php:6876
2396
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5083 AND `id_group` = 1 LIMIT 1
0.135 ms 0 /classes/GroupReduction.php:156
4045
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 4703
0.135 ms 1 /classes/Product.php:2902
4264
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9744
0.135 ms 1 /classes/Product.php:2902
154
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.134 ms 1 /classes/Product.php:5659
801
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3135 AND id_shop=1 LIMIT 1
0.134 ms 1 /classes/Product.php:6876
1509
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.134 ms 1 /classes/Product.php:5659
1544
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4034
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.134 ms 0 /classes/SpecificPrice.php:259
2330
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4008 AND `id_group` = 1 LIMIT 1
0.134 ms 0 /classes/GroupReduction.php:156
2363
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4010 AND `id_group` = 1 LIMIT 1
0.134 ms 0 /classes/GroupReduction.php:156
2451
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5352 AND `id_group` = 1 LIMIT 1
0.134 ms 0 /classes/GroupReduction.php:156
4270
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `hgt78_product_attribute`
WHERE `id_product` = 9745
0.134 ms 1 /classes/Product.php:2902
1276
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4000
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.133 ms 0 /classes/SpecificPrice.php:259
1533
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4033
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.133 ms 0 /classes/SpecificPrice.php:259
2637
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4333 AND id_shop=1 LIMIT 1
0.133 ms 1 /classes/Product.php:6876
3063
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.133 ms 1 /classes/Product.php:5659
3219
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 7757
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.133 ms 0 /classes/SpecificPrice.php:259
193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2502 AND id_shop=1 LIMIT 1
0.133 ms 1 /classes/Product.php:6876
187
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `hgt78_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 41 LIMIT 1
0.132 ms 1 /classes/Category.php:1378
201
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4692
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.132 ms 1 /classes/SpecificPrice.php:259
532
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.131 ms 1 /classes/Product.php:5659
1263
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.131 ms 1 /classes/Product.php:5659
1536
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4033 AND id_shop=1 LIMIT 1
0.131 ms 1 /classes/Product.php:6876
2743
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.131 ms 1 /classes/Product.php:5659
2920
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.131 ms 1 /classes/Product.php:5659
3002
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9789 AND id_shop=1 LIMIT 1
0.131 ms 1 /classes/Product.php:6876
111
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_group`
WHERE `id_group` = 1 LIMIT 1
0.131 ms 1 /classes/Group.php:154
444
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.131 ms 1 /classes/Product.php:5659
2809
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.131 ms 1 /classes/Product.php:5659
3010
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 6077
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.131 ms 0 /classes/SpecificPrice.php:259
1153
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.130 ms 1 /classes/Product.php:5659
215
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2594 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
1136
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3990 AND `id_group` = 1 LIMIT 1
0.130 ms 0 /classes/GroupReduction.php:156
1386
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 49 LIMIT 1
0.130 ms 1 /classes/Product.php:5659
1580
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2946 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
2765
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.130 ms 1 /classes/Product.php:5659
2859
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5262 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6876
2865
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.130 ms 1 /classes/Product.php:5659
2882
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9768 AND `id_group` = 1 LIMIT 1
0.130 ms 0 /classes/GroupReduction.php:156
2898
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.130 ms 1 /classes/Product.php:5659
190
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2502
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.129 ms 0 /classes/SpecificPrice.php:259
449
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3196 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6876
526
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3235 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6876
787
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3878
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.129 ms 0 /classes/SpecificPrice.php:259
1246
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3998 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6876
1414
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2816 AND `id_group` = 1 LIMIT 1
0.129 ms 0 /classes/GroupReduction.php:156
1481
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2813 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6876
2748
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4946 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6876
2853
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.129 ms 1 /classes/Category.php:1378
2867
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.129 ms 0 /classes/SpecificPrice.php:259
2904
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9769 AND `id_group` = 1 LIMIT 1
0.129 ms 0 /classes/GroupReduction.php:156
2958
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9774 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6876
471
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2929 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6876
488
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
510
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
545
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3236
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.128 ms 0 /classes/SpecificPrice.php:259
808
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
1107
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 199 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
2385
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5084 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:156
2709
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
2736
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9744 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6876
2803
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5108 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6876
2826
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9751 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:156
2870
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9767 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6876
254
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
170
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4691 AND id_shop=1 LIMIT 1
0.127 ms 1 /classes/Product.php:6876
455
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.127 ms 1 /classes/Product.php:5659
512
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3200
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.127 ms 0 /classes/SpecificPrice.php:259
521
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 200 LIMIT 1
0.127 ms 1 /classes/Product.php:5659
2352
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4009 AND `id_group` = 1 LIMIT 1
0.127 ms 0 /classes/GroupReduction.php:156
2767
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4945
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.127 ms 0 /classes/SpecificPrice.php:259
2914
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9771 AND id_shop=1 LIMIT 1
0.127 ms 1 /classes/Product.php:6876
210
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.127 ms 1 /classes/Product.php:5659
1148
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2702 AND `id_group` = 1 LIMIT 1
0.127 ms 0 /classes/GroupReduction.php:156
1342
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4004
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.127 ms 0 /classes/SpecificPrice.php:259
1547
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4034 AND id_shop=1 LIMIT 1
0.127 ms 1 /classes/Product.php:6876
2909
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.127 ms 1 /classes/Product.php:5659
3256
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 7760 AND `id_group` = 1 LIMIT 1
0.127 ms 0 /classes/GroupReduction.php:156
466
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.126 ms 1 /classes/Product.php:5659
499
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.126 ms 1 /classes/Product.php:5659
1125
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3988 AND `id_group` = 1 LIMIT 1
0.126 ms 0 /classes/GroupReduction.php:156
1224
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3997 AND id_shop=1 LIMIT 1
0.126 ms 1 /classes/Product.php:6876
482
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3198 AND id_shop=1 LIMIT 1
0.126 ms 1 /classes/Product.php:6876
2781
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9746 AND id_shop=1 LIMIT 1
0.126 ms 1 /classes/Product.php:6876
2881
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9768 AND id_shop=1 LIMIT 1
0.126 ms 1 /classes/Product.php:6876
176
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.125 ms 1 /classes/Product.php:5659
226
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 2504 AND id_shop=1 LIMIT 1
0.125 ms 1 /classes/Product.php:6876
234
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4694
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.125 ms 0 /classes/SpecificPrice.php:259
460
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3197 AND id_shop=1 LIMIT 1
0.125 ms 1 /classes/Product.php:6876
504
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3199 AND id_shop=1 LIMIT 1
0.125 ms 1 /classes/Product.php:6876
1080
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3985 AND `id_group` = 1 LIMIT 1
0.125 ms 0 /classes/GroupReduction.php:156
1192
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2440 AND `id_group` = 1 LIMIT 1
0.125 ms 0 /classes/GroupReduction.php:156
1537
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4033 AND `id_group` = 1 LIMIT 1
0.125 ms 0 /classes/GroupReduction.php:156
2703
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 4709 AND id_shop=1 LIMIT 1
0.125 ms 1 /classes/Product.php:6876
2955
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9774
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.125 ms 0 /classes/SpecificPrice.php:259
477
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
0.124 ms 1 /classes/Product.php:5659
1203
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3994 AND `id_group` = 1 LIMIT 1
0.124 ms 0 /classes/GroupReduction.php:156
1324
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2438 AND `id_group` = 1 LIMIT 1
0.124 ms 0 /classes/GroupReduction.php:156
1392
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2846 AND `id_group` = 1 LIMIT 1
0.124 ms 0 /classes/GroupReduction.php:156
2969
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 5896 AND id_shop=1 LIMIT 1
0.124 ms 1 /classes/Product.php:6876
3541
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 0 LIMIT 1
0.124 ms 0 /classes/Product.php:5659
1467
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4029
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.123 ms 0 /classes/SpecificPrice.php:259
2700
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4709
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.123 ms 0 /classes/SpecificPrice.php:259
2725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 9743 AND id_shop=1 LIMIT 1
0.123 ms 1 /classes/Product.php:6876
2726
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9743 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:156
1098
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3986
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.123 ms 0 /classes/SpecificPrice.php:259
1577
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.123 ms 0 /classes/SpecificPrice.php:259
538
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3227 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
1087
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2442
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.122 ms 0 /classes/SpecificPrice.php:259
1113
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3987 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
1124
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3988 AND id_shop=1 LIMIT 1
0.122 ms 1 /classes/Product.php:6876
1625
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4241 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
2878
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9768
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.122 ms 0 /classes/SpecificPrice.php:259
1101
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `hgt78_product_shop`
WHERE `id_product` = 3986 AND id_shop=1 LIMIT 1
0.122 ms 1 /classes/Product.php:6876
1258
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3999 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
1291
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4001 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:156
791
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3878 AND `id_group` = 1 LIMIT 1
0.120 ms 0 /classes/GroupReduction.php:156
1555
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4035
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.120 ms 0 /classes/SpecificPrice.php:259
227
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2504 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:156
1280
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4000 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:156
188
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 41 LIMIT 1
0.119 ms 1 /classes/Product.php:5659
1380
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2403 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:156
2286
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3974 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:156
2911
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9771
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.119 ms 0 /classes/SpecificPrice.php:259
249
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2419 AND `id_group` = 1 LIMIT 1
0.118 ms 0 /classes/GroupReduction.php:156
461
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3197 AND `id_group` = 1 LIMIT 1
0.118 ms 0 /classes/GroupReduction.php:156
523
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3235
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.118 ms 0 /classes/SpecificPrice.php:259
2811
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9749
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.118 ms 0 /classes/SpecificPrice.php:259
2922
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9772
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.118 ms 0 /classes/SpecificPrice.php:259
516
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3200 AND `id_group` = 1 LIMIT 1
0.118 ms 0 /classes/GroupReduction.php:156
216
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2594 AND `id_group` = 1 LIMIT 1
0.117 ms 0 /classes/GroupReduction.php:156
1121
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3988
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.117 ms 0 /classes/SpecificPrice.php:259
1144
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2702
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.117 ms 0 /classes/SpecificPrice.php:259
212
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2594
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.116 ms 0 /classes/SpecificPrice.php:259
2722
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9743
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.116 ms 0 /classes/SpecificPrice.php:259
468
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2929
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.115 ms 0 /classes/SpecificPrice.php:259
490
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 2930
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.115 ms 0 /classes/SpecificPrice.php:259
1489
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 4030
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.115 ms 0 /classes/SpecificPrice.php:259
94
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.114 ms 1 /classes/Product.php:5659
479
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3198
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.114 ms 0 /classes/SpecificPrice.php:259
732
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3098
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.114 ms 0 /classes/SpecificPrice.php:259
1357
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3014 AND `id_group` = 1 LIMIT 1
0.114 ms 0 /classes/GroupReduction.php:156
1592
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4236 AND `id_group` = 1 LIMIT 1
0.114 ms 0 /classes/GroupReduction.php:156
2889
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 5323
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.114 ms 0 /classes/SpecificPrice.php:259
1302
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2400 AND `id_group` = 1 LIMIT 1
0.113 ms 0 /classes/GroupReduction.php:156
2638
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4333 AND `id_group` = 1 LIMIT 1
0.113 ms 0 /classes/GroupReduction.php:156
534
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3227
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.113 ms 0 /classes/SpecificPrice.php:259
2711
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 9742
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.112 ms 0 /classes/SpecificPrice.php:259
501
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3199
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.111 ms 0 /classes/SpecificPrice.php:259
1132
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `hgt78_specific_price_priority`
WHERE `id_product` = 3990
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.111 ms 0 /classes/SpecificPrice.php:259
1142
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
0.111 ms 1 /classes/Product.php:5659
2815
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9749 AND `id_group` = 1 LIMIT 1
0.111 ms 0 /classes/GroupReduction.php:156
2893
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 5323 AND `id_group` = 1 LIMIT 1
0.110 ms 0 /classes/GroupReduction.php:156
1403
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2817 AND `id_group` = 1 LIMIT 1
0.110 ms 0 /classes/GroupReduction.php:156
2937
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9773 AND `id_group` = 1 LIMIT 1
0.110 ms 0 /classes/GroupReduction.php:156
2771
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4945 AND `id_group` = 1 LIMIT 1
0.108 ms 0 /classes/GroupReduction.php:156
1119
SELECT SQL_NO_CACHE name FROM hgt78_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.107 ms 1 /classes/Product.php:5659
1460
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2814 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:156
2848
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9752 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:156
2915
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9771 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:156
3003
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9789 AND `id_group` = 1 LIMIT 1
0.107 ms 0 /classes/GroupReduction.php:156
1548
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4034 AND `id_group` = 1 LIMIT 1
0.106 ms 0 /classes/GroupReduction.php:156
494
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2930 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
1247
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3998 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
1482
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2813 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
238
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4694 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
1504
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2812 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
1581
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2946 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
2782
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9746 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:156
2704
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4709 AND `id_group` = 1 LIMIT 1
0.104 ms 0 /classes/GroupReduction.php:156
2959
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9774 AND `id_group` = 1 LIMIT 1
0.104 ms 0 /classes/GroupReduction.php:156
194
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2502 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:156
182
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2596 AND `id_group` = 1 LIMIT 1
0.102 ms 0 /classes/GroupReduction.php:156
1102
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3986 AND `id_group` = 1 LIMIT 1
0.102 ms 0 /classes/GroupReduction.php:156
2737
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 9744 AND `id_group` = 1 LIMIT 1
0.102 ms 0 /classes/GroupReduction.php:156
205
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 4692 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:156
450
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3196 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:156
527
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3235 AND `id_group` = 1 LIMIT 1
0.100 ms 0 /classes/GroupReduction.php:156
483
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3198 AND `id_group` = 1 LIMIT 1
0.099 ms 0 /classes/GroupReduction.php:156
1013
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 6414 AND `id_group` = 1 LIMIT 1
0.099 ms 0 /classes/GroupReduction.php:156
472
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 2929 AND `id_group` = 1 LIMIT 1
0.098 ms 0 /classes/GroupReduction.php:156
505
SELECT SQL_NO_CACHE `reduction`
FROM `hgt78_product_group_reduction_cache`
WHERE `id_product` = 3199 AND `id_group` = 1 LIMIT 1
0.098 ms 0 /classes/GroupReduction.php:156

Doubles

313 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
311 queries
SELECT XX FROM `hgtXX_specific_price` WHERE id_product = XX LIMIT XX
311 queries
                            SELECT `id_tax_rules_group`
                            FROM `hgtXX_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
310 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
310 queries
SELECT name FROM hgtXX_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
310 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
310 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
310 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)
310 queries
			SELECT `reduction`
			FROM `hgtXX_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
310 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
310 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
310 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
310 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`
310 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;
309 queries
SELECT `id_product_attribute`
            FROM `hgtXX_product_attribute`
            WHERE `id_product` = XX
71 queries
SELECT *
FROM `hgtXX_category` a
LEFT JOIN `hgtXX_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
71 queries
SELECT *
							FROM `hgtXX_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
27 queries
SELECT *
FROM `hgtXX_category` a
LEFT JOIN `hgtXX_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `hgtXX_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
22 queries
			SELECT cl.`link_rewrite`
			FROM `hgtXX_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
18 queries
				SELECT c.*, cl.*
				FROM `hgtXX_category` c
				 INNER JOIN hgtXX_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
				LEFT JOIN `hgtXX_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `hgtXX_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `hgtXX_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				 AND c.`active` = XX
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
10 queries
SELECT `id_module` FROM `hgtXX_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
6 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 ctg.`id_group`
				FROM hgtXX_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
2 queries
SELECT *
FROM `hgtXX_shop_url` aXX
2 queries
SELECT *
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 buttonXX FROM hgtXX_lgcookieslaw_lang WHERE id_lang = XX LIMIT XX

Tables stress

937 product_shop
936 product
624 specific_price
622 cart_product
620 product_attribute
620 image
620 image_shop
620 product_attribute_shop
458 category_lang
314 product_lang
312 stock_available
311 attribute_group
311 feature
311 feature_shop
311 feature_lang
311 product_attribute_combination
310 specific_price_priority
310 product_group_reduction_cache
310 pack
310 feature_product
310 feature_value_lang
310 image_lang
310 attribute
310 attribute_lang
147 category
120 category_shop
23 category_group
17 module
14 module_shop
12 hook
10 currency
8 currency_shop
7 lang
6 shop_url
6 tax_rule
6 tax_rules_group
5 hook_alias
5 image_type
5 lgcookieslaw_lang
4 shop
4 lang_shop
4 currency_lang
4 cart_rule
3 country
3 hook_module
3 group_shop
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 product_sale
1 layered_filter_block
1 manufacturer
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 320 /classes/Link.php:113 (__construct) [id: 4022]
/classes/Link.php:113 (__construct) [id: 10738]
/classes/Link.php:113 (__construct) [id: 12682]
/classes/Link.php:113 (__construct) [id: 10627]
/classes/Link.php:113 (__construct) [id: 3628]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2595]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2478]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3019]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2489]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2475]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4691]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2596]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2502]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4692]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2594]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2504]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4694]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2419]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3551]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2808]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2479]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3552]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2889]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2480]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3623]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2890]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2481]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3624]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2555]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3625]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3626]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3627]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2918]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2944]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3629]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3196]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3197]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2929]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3198]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2930]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3199]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3200]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3235]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3227]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3236]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3228]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3229]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3230]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2972]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3231]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3087]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3232]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3088]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3233]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3089]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3520]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3090]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3095]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3096]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3097]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3873]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3098]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3133]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3942]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3134]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3943]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3878]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3135]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3944]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3136]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3945]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3881]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3251]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3882]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3772]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3947]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3773]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3818]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3952]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3853]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3822]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6079]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6103]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6104]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6414]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6655]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3848]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3849]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3015]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2441]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3985]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2442]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3986]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3987]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3988]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3990]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2702]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3992]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2730]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3993]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2440]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3994]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3996]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3997]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2434]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3998]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3999]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2432]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4000]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4001]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2400]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4002]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2438]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4003]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4004]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3014]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2398]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2403]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2846]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2817]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2816]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4021]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2815]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4022]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2814]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4029]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2813]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4030]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2812]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4032]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2785]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4033]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4034]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4035]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3550]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4236]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4238]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4239]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4241]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2420]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4413]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2731]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4490]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4491]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4492]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4506]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2896]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4507]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4508]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3852]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3854]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4540]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4541]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3859]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3860]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3861]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4582]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3863]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4583]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3864]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3874]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4698]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4699]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4700]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4701]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4702]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4703]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3894]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4704]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4718]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4989]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5076]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5077]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5080]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5104]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3911]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5166]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5167]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5336]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3919]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5337]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3922]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3923]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4488]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3924]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4489]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3927]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3928]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3979]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3980]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3981]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3982]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3983]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3984]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3940]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3956]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3957]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4023]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3974]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4024]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4007]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4025]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4008]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4026]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4009]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4010]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4011]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5084]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5083]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5085]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4041]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5101]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5328]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5352]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5641]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5642]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6023]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6024]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4247]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6105]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6134]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6135]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4295]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8429]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4296]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8947]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8948]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4332]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8969]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4333]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8970]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9264]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4335]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9721]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9723]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4709]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9742]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9743]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9744]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4946]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9745]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4945]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9746]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9747]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5108]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9749]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9751]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5116]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9752]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5262]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9767]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9768]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5323]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9769]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9771]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9772]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9773]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5623]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9774]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5896]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9788]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6076]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9789]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6077]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9790]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6078]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9791]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6131]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9792]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9794]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 6133]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9819]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9821]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7751]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7752]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9830]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7753]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9842]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9843]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9844]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9845]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7757]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9846]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9847]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7760]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9848]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9849]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9850]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9851]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7765]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9852]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10517]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7767]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10738]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12539]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7782]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12576]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8414]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12682]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8415]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8416]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8979]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9262]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9381]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 9735]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10627]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 10931]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12563]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12561]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3628]
/classes/Link.php:113 (__construct) [id: 4022]
/classes/Link.php:113 (__construct) [id: 10738]
/classes/Link.php:113 (__construct) [id: 12682]
/classes/Link.php:113 (__construct) [id: 10627]
/classes/Link.php:113 (__construct) [id: 3628]
Category 105 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 33]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 34]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 35]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 36]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 37]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 38]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 39]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 40]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 44]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 319]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 11]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 12]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 13]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 18]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 19]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 20]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 40]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 40]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 55]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 71]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 165]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 169]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 38]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 38]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 50]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 62]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 72]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 172]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 175]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 185]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 186]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 190]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 334]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 34]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 344]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 45]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 46]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 54]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 70]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 78]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 199]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 200]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 216]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 44]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 51]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 56]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 192]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 195]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 37]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 37]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 48]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 53]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 73]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 74]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 161]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 162]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 163]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 260]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 261]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 262]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 263]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 264]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 265]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 266]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 307]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 49]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 59]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 60]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 65]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 81]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 82]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 96]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 145]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 196]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 197]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 33]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 33]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 61]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 66]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 79]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 80]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 191]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 36]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 36]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 42]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 47]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 76]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 77]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 217]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 221]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 39]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 39]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 83]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 84]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Address 5 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
/classes/tax/Tax.php:183 (initialize) [id: ]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 2]
Tax 4 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
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 /modules/ps_facetedsearch/src/Product/Search.php
1049 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1050 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1051 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1052 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1053 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1054 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1055 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1056 /modules/ps_facetedsearch/src/Filters/Products.php
1057 /classes/stock/StockAvailable.php
1058 /modules/ps_facetedsearch/src/Filters/Block.php
1059 /src/Core/Product/Search/Facet.php
1060 /src/Core/Product/Search/Filter.php
1061 /vendor/prestashop/decimal/src/DecimalNumber.php
1062 /vendor/prestashop/decimal/src/Builder.php
1063 /src/Core/Product/Search/FacetCollection.php
1064 /classes/ProductAssembler.php
1065 /classes/tax/Tax.php
1066 /classes/Manufacturer.php
1067 /classes/SpecificPrice.php
1068 /classes/tax/TaxManagerFactory.php
1069 /classes/tax/TaxRulesTaxManager.php
1070 /classes/tax/TaxManagerInterface.php
1071 /classes/tax/TaxCalculator.php
1072 /classes/GroupReduction.php
1073 /src/Core/Localization/CLDR/ComputingPrecision.php
1074 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1075 /classes/Pack.php
1076 /classes/order/Order.php
1077 /classes/Feature.php
1078 /classes/ProductPresenterFactory.php
1079 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1080 /src/Adapter/Presenter/Product/ProductPresenter.php
1081 /src/Adapter/Product/ProductColorsRetriever.php
1082 /src/Core/Product/ProductPresentationSettings.php
1083 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1084 /src/Adapter/Presenter/Product/ProductLazyArray.php
1085 /classes/Image.php
1086 /vendor/prestashop/decimal/src/Operation/Division.php
1087 /vendor/prestashop/decimal/src/Operation/Multiplication.php
1088 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
1089 /var/cache/prod/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1090 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1091 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1092 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1093 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1094 /var/cache/prod/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1095 /src/Core/Product/Search/Pagination.php
1096 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/bb/85/6b/bb856bc456eeb8d3881b4b16559692931100cee3_2.file.category.tpl.php
1097 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1098 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/92/5b/54/925b5420d64b948b3229da21ab6dd2ff798a7a1a_2.file.product-list.tpl.php
1099 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/24/3e/71/243e71636e97556888c0393b2f9b2707ca88ed68_2.file.layout-left-column.tpl.php
1100 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/71/d7/35/71d735abfb624f417275d842d825bca284f61193_2.file.layout-both-columns.tpl.php
1101 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7d/45/b7/7d45b7ec7efac918307809de29557d44680a63e4_2.file.helpers.tpl.php
1102 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1103 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/86/07/8b/86078b28459fa7cd90601729f42410aa6198246a_2.file.head.tpl.php
1104 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/75/a1/41/75a14189d0796b2f1afd51b5286ce629009a30ed_2.file.head-jsonld.tpl.php
1105 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4f/0b/1f/4f0b1fdd2b9e22e8147a81c8cb2124c0a64a0d9f_2.file.product-list-jsonld.tpl.php
1106 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/53/60/5f/53605fdf8a8949b6a22d2d9cb063fe42d53e06b8_2.file.pagination-seo.tpl.php
1107 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1108 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/39/a8/b1/39a8b12a758387bfe9a459af55b35aa2633c339c_2.file.stylesheets.tpl.php
1109 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/cd/b1/00/cdb100cf3c2798f0d78781ef17d51d53ad8d6aa3_2.file.javascript.tpl.php
1110 /classes/ProductDownload.php
1111 /src/Core/Cart/Calculator.php
1112 /src/Core/Cart/CartRowCollection.php
1113 /src/Core/Cart/Fees.php
1114 /src/Core/Cart/AmountImmutable.php
1115 /src/Core/Cart/CartRuleCollection.php
1116 /src/Core/Cart/CartRuleCalculator.php
1117 /src/Adapter/Product/PriceCalculator.php
1118 /src/Core/Cart/CartRow.php
1119 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1120 /src/Core/Util/String/StringModifier.php
1121 /src/Core/Util/String/StringModifierInterface.php
1122 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/15/5f/49/155f4970adacdf2bb136d57371ece6919a20a9f4_2.file.product-activation.tpl.php
1123 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/49/3f/fd/493ffd63fb8e54f110fda59bc59cba5f0243b073_2.file.header.tpl.php
1124 /modules/iqithtmlandbanners/iqithtmlandbanners.php
1125 /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php
1126 /modules/iqithtmlandbanners/src/IqitHtmlAndBannerPresenter.php
1127 /modules/iqithtmlandbanners/src/IqitHtmlAndBanner.php
1128 /modules/iqithtmlandbanners/translations/fr.php
1129 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1130 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1131 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1132 /var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/8/displayNav1/warehouse/c7/74/df/c774dfa1ec092af1bad964e2e84d44e094a12e16.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1133 /modules/ps_languageselector/ps_languageselector.php
1134 /modules/ps_currencyselector/ps_currencyselector.php
1135 /var/cache/prod/smarty/compile/warehouse/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.ps_currencyselectorps_currencyselector.tpl.php
1136 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/16/a1/8f/16a18f495002f0441eaa5151434d5866441bac65_2.file.header-2.tpl.php
1137 /modules/iqitsearch/iqitsearch.php
1138 /modules/iqitsearch/translations/fr.php
1139 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1140 /var/cache/prod/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplateshookiqitsearch.tpl.php
1141 /var/cache/prod/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1142 /modules/ps_customersignin/ps_customersignin.php
1143 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1144 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1145 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1146 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1147 /var/cache/prod/smarty/cache/iqitmegamenu/index/1/1/1/1/8/warehouse/12/c6/31/12c63107907c6d214b90e77509786468cad41332.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1148 /classes/CMS.php
1149 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1150 /var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.cache.php
1151 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1152 /var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.cache.php
1153 /var/cache/prod/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.cache.php
1154 /var/cache/prod/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.cache.php
1155 /var/cache/prod/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.cache.php
1156 /var/cache/prod/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.cache.php
1157 /var/cache/prod/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.cache.php
1158 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1159 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1160 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/27/7f/d3/277fd37fbd4e3d5997a6729163ed4291fb7b747e_2.file.mobile-header-1.tpl.php
1161 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1162 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1163 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1164 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/9a/64/f3/9a64f33010c8c3420bbc410257bdb57f0a9bc3be_2.file.breadcrumb.tpl.php
1165 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/35/7f/d4357f43e19050f2d2f2028e6f165cd3b7cc2cd7_2.file.notifications.tpl.php
1166 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a7/28/48/a72848955674ed794c6c6a5e504b11a1cb173ed8_2.file.category-header.tpl.php
1167 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/92/94/ca/9294ca5ac8cef4c021336349ebba4cf8ccc608a1_2.file.products-top.tpl.php
1168 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1169 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/83/e9/08/83e90827ba40fafa2a771c4073ac57f31928625e_2.file.sort-orders.tpl.php
1170 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/18/fe/cb/18fecbdf20428cf6869837dea2e0d5ca5dd8d3ec_2.file.products.tpl.php
1171 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/3f/3e/f7/3f3ef74c741ca95575dc32ec76705f946e3422a0_2.file.product.tpl.php
1172 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/c1/99/0dc199c5d12599ceeb88b6a2b1d98a7a56f14314_2.file.product-miniature-1.tpl.php
1173 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b6/dd/21/b6dd2164727c4f6493fca8e8e7fc27495f5e513d_2.file.product-miniature-thumb.tpl.php
1174 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/56/c3/f2/56c3f2a516718b563166d070fcdb1702f53c5b74_2.file.product-miniature-btn.tpl.php
1175 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/c3/b4/5d/c3b45dd17613497fe3573058ca4c0e68116beb49_2.file.pagination.tpl.php
1176 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d7/38/da/d738dab394eb6986b6d095fda5b79bd9db20b43b_2.file.products-bottom.tpl.php
1177 /modules/ps_categorytree/ps_categorytree.php
1178 /var/cache/prod/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1179 /var/cache/prod/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1180 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a1/9f/e0/a19fe04169c26490610977ee4790590b01e18353_2.file.footer.tpl.php
1181 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/49/8a/94/498a94e3fb2e357d8f6d4e4c267d7b70c033a1c3_2.file.footer-1.tpl.php
1182 /modules/iqitlinksmanager/iqitlinksmanager.php
1183 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1184 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1185 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1186 /modules/iqitlinksmanager/translations/fr.php
1187 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/1/8/displayFooter/warehouse/a3/94/0b/a3940bd1d7ebdb077f5394215b97cf9d975f5741.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1188 /var/cache/prod/smarty/cache/iqitcontactpage/1/1/1/1/8/warehouse/c4/e5/8b/c4e58ba5baab27adb5450fcac6725664cd1cef81.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
1189 /var/cache/prod/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.cache.php
1190 /var/cache/prod/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstemplateshook_partialscontent.tpl.cache.php
1191 /var/cache/prod/smarty/compile/warehouse/2d/c2/29/2dc229bcd2fcd72db57e2012572582b00bdf5abe_2.file.cookieslaw.tpl.php
1192 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
1193 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/63/d3/ad/63d3adee5f6b5e391329228d089f792c3bb82b69_2.file.social-links.tpl.php
1194 /var/cache/prod/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1195 /modules/psgdpr/psgdpr.php
1196 /modules/psgdpr/translations/fr.php
1197 /modules/psgdpr/classes/GDPRConsent.php
1198 /var/cache/prod/smarty/compile/warehouse/5e/ee/24/5eee242e5cbca9bb89b8ffa439cebef7beaaf2e4_2.module.psgdprviewstemplateshookdisplayGDPRConsent.tpl.php
1199 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/16/d6/b8/16d6b8721374815caf8784f27e2d077ed824ca86_2.file.footer-copyrights-1.tpl.php
1200 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/22/f3/55/22f35596a1c264e5427f9b58f5206b3b8a797425_2.file.password-policy-template.tpl.php
1201 /modules/statsdata/statsdata.php
1202 /classes/Connection.php
1203 /classes/ConnectionsSource.php